]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Added "as_tuple" flag to pg ARRAY type, returns results
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 20 Oct 2010 20:17:17 +0000 (16:17 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 20 Oct 2010 20:17:17 +0000 (16:17 -0400)
commit42ac34a7019edc79f204576237cce23c107c50ca
tree4040089352c24e471d40d54adfa8160b51968453
parentdb318240d12becdf183af869b5b863979c55b050
- Added "as_tuple" flag to pg ARRAY type, returns results
as tuples instead of lists to allow hashing.
CHANGES
lib/sqlalchemy/dialects/postgresql/base.py
test/dialect/test_postgresql.py