4
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 10, 2025 — Feb 10, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove multicast option from the testing layer as it will no longer be available for next Crate versions. More... about 9 years ago
removed legacy code for SQLAlchemy < 1.0.0 More... about 9 years ago
dropped support for SQLAlchemy < 1.0.0 More... about 9 years ago
sqlalchemy: fixed version check agains alpha and beta versions. StrictVersion(1.1) > StrictVersion(1.1a0) More... about 9 years ago
sqlalchemy: support ARRAY type which was introduced with 1.1.0 More... about 9 years ago
fixed expected error message if invalid server response received More... about 9 years ago
sqlalchemy: support `get_columns` and `get_pk_constraint` More... about 9 years ago
added support for insert from_select More... about 9 years ago
testing: updated CrateDB version to 1.0.0 More... about 9 years ago
Fix: removed usage of connection.lowest_server_version in get_table_names, cause the passed connection is an SQLAlchemy.BaseConnection which doesn’t have this attribute More... about 9 years ago
fixed travis build setup to use different versions of SqlAlchemy More... about 9 years ago
prepare release 0.16.5 More... about 9 years ago
added compatibility to sqlalchemy version 1.1 More... about 9 years ago
add schema_table/table_schema version check More... over 9 years ago
prepare release 0.16.4 More... over 9 years ago
Fix sqlalchemy: updates in nested object columns have been ignored More... over 9 years ago
prepare release 0.16.3 More... over 9 years ago
added regression test for adding non-https servers on redirect More... over 9 years ago
Remove certificate keywords when adding non-https server (#179) More... over 9 years ago
prepare release 0.16.2 More... over 9 years ago
added min requirement of urllib3 to stay compatible More... over 9 years ago
added missing test for parsing http url More... over 9 years ago
expose verbosity on test layer More... over 9 years ago
do not rely on startup log if static http port for test layer is defined More... over 9 years ago
prepare release 0.16.1 More... over 9 years ago
date column type is now correctly created as timestamp column More... over 9 years ago
various test layer improvements that eliminate flakiness More... over 9 years ago
Prepare release 0.16.0 More... over 9 years ago
Close underlying connection pools if Connection is closed More... over 9 years ago
Support creating testlayer from uri More... over 9 years ago