]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- fix the postgresql_jsonb requirement to include the 9.4 requirement
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 18 Aug 2015 17:02:58 +0000 (13:02 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 18 Aug 2015 17:30:21 +0000 (13:30 -0400)
commitb653fedca5f0fc384c990e93d82c0780c9e76f2c
tree1db38099654d19d3e528853035a1c33aa487e29d
parent3f8f1f16bd9e284afee910a6036fcb0958a6c0c2
- fix the postgresql_jsonb requirement to include the 9.4 requirement
- new test for json col['x']['y']['z'] seems to fail pre PG 9.4,
fails on comparisons for non-compatible data instead of not matching
- no need to call SpecPredicate(db) directly in exclusion functions,
by using Predicate.as_predicate() the spec strings can have version
comparisons
lib/sqlalchemy/testing/exclusions.py
test/dialect/mssql/test_types.py
test/dialect/postgresql/test_types.py
test/requirements.py