]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
exceptions added
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 19 Feb 2006 00:26:22 +0000 (00:26 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 19 Feb 2006 00:26:22 +0000 (00:26 +0000)
commit6d442d2471a34c848abf51951460d9066a708aa7
tree52837a893575b076889829676de2d805e3da855e
parentf1a68f37fa9aea41d21049307fef840f9b6a0116
exceptions added
postgres last_inserted_ids will raise an error unless OID's are turned on
(INSERT with PK defaults + no OIDs wont fail unless this method is called)
lib/sqlalchemy/databases/information_schema.py
lib/sqlalchemy/databases/postgres.py
lib/sqlalchemy/databases/sqlite.py