]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- change to [ticket:2681], pre-coerce the array to list
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 22 Apr 2013 21:08:02 +0000 (17:08 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 22 Apr 2013 21:08:02 +0000 (17:08 -0400)
commitd2f8c83e25ea7abb49315c30518f6415b497f1a7
tree38710ed38b7e3924084680431262db5e4a9ff1e2
parent422f4718715ad89346f42caf03bdd2ed745e5a23
- change to [ticket:2681], pre-coerce the array to list
unconditonally instead so that it works in all cases.
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/dialects/postgresql/base.py
test/dialect/test_postgresql.py