]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- add limiting criteria to the JSON tests so that we don't
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 6 Jan 2016 22:27:30 +0000 (17:27 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 6 Jan 2016 22:27:30 +0000 (17:27 -0500)
commit5c8bdcab90cf52d74e9c305fc1527a1cb54f2935
treeffa109d6a813c836761da5c865ef0c2b2adfdd4d
parentc8b7729338ba32a726be72b5409b4651326042e9
- add limiting criteria to the JSON tests so that we don't
attempt integer indexed access from a key/value object nor
string access from an integer-indexed array, as earlier Postgresql
versions (prior to 9.4) don't allow this
lib/sqlalchemy/testing/suite/test_types.py