]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [feature] postgresql.ARRAY features an optional
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 24 Apr 2012 20:44:53 +0000 (16:44 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 24 Apr 2012 20:44:53 +0000 (16:44 -0400)
commitcfe56e3735d2ba34923c36e9f015253e535ed1bd
treeb2aa6a91a25dcae56bbe833ea04d50ac94ac20a7
parenta55d6c5f35769ea61ea5240aff9f763229d3007e
- [feature] postgresql.ARRAY features an optional
"dimension" argument, will assign a specific
number of dimensions to the array which will
render in DDL as ARRAY[][]..., also improves
performance of bind/result processing.
[ticket:2441]
CHANGES
lib/sqlalchemy/dialects/postgresql/base.py
test/dialect/test_postgresql.py