]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Some unit test fixes regarding numeric arrays,
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 5 Jun 2011 00:22:20 +0000 (20:22 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 5 Jun 2011 00:22:20 +0000 (20:22 -0400)
commit6cc0b243d92e863a1a5098df64c24ab47cbe8895
tree66882e19fceac9768ce39d4125afcf30c173d6fa
parent907a4988408a8cb3748b657a7911426c99689582
- Some unit test fixes regarding numeric arrays,
MATCH operator.   A potential floating-point
inaccuracy issue was fixed, and certain tests
of the MATCH operator only execute within an
EN-oriented locale for now.  [ticket:2175].
CHANGES
lib/sqlalchemy/test/requires.py
test/dialect/test_postgresql.py