]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- postgres PGArray is a "mutable" type by default;
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 4 Mar 2008 19:31:33 +0000 (19:31 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 4 Mar 2008 19:31:33 +0000 (19:31 +0000)
commit390c3e4d5ce57a9768de848ff0c1a0c483a4e081
treecb40de00dfd011618b2a47b0b2e4ff8ab0bb973f
parentcef292c0429b292466a486bd80723b6728273467
- postgres PGArray is a "mutable" type by default;
when used with the ORM, mutable-style equality/
copy-on-write techniques are used to test for changes.
CHANGES
lib/sqlalchemy/databases/postgres.py