]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Added as_uuid=True flag to the UUID type, will receive
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 18 Nov 2010 23:44:35 +0000 (18:44 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 18 Nov 2010 23:44:35 +0000 (18:44 -0500)
commit2336b1cebfcb2f304e09cbc2a0e8bb3fb3a9ceeb
tree1879b3e9b3582278a0ef17a3700420d4998fb31e
parent34cb747f647747fc1685156d28166ab33da81ae8
- Added as_uuid=True flag to the UUID type, will receive
and return values as Python UUID() objects rather than
strings.  Currently, the UUID type is only known to
work with psycopg2.  [ticket:1956]
CHANGES
lib/sqlalchemy/dialects/postgresql/base.py
test/dialect/test_postgresql.py