]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Add ANY/ALL construct support for PostgreSQL's ARRAY type
authorAudrius Kažukauskas <audrius@neutrino.lt>
Mon, 28 Jan 2013 17:58:06 +0000 (19:58 +0200)
committerAudrius Kažukauskas <audrius@neutrino.lt>
Mon, 28 Jan 2013 17:58:06 +0000 (19:58 +0200)
commitdbdf4f25e2b1054e8f843f8ed0256ece86d68080
tree3b7be63ca7cee6acc9e62b1f4d757cb93aca89ee
parent684d8d4c8112b34bbe5d5e35bb2ecba1686fda4c
Add ANY/ALL construct support for PostgreSQL's ARRAY type
doc/build/dialects/postgresql.rst
lib/sqlalchemy/dialects/postgresql/__init__.py
lib/sqlalchemy/dialects/postgresql/base.py
test/dialect/test_postgresql.py