]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- result.last_inserted_ids() should return a list that is identically
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 11 Jun 2007 22:39:03 +0000 (22:39 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 11 Jun 2007 22:39:03 +0000 (22:39 +0000)
commit2a052cd59327adfac9b68a806a2abb6b2865245f
treec584eeb3266261d40c4abd3b84bdc9171c0576a3
parent6b293a78d33ce7baee1faf7a342d6a74e2c58e28
  - result.last_inserted_ids() should return a list that is identically
    sized to the primary key constraint of the table.  values that were
    "passively" created and not available via cursor.lastrowid will be None.
CHANGES
lib/sqlalchemy/databases/mysql.py
lib/sqlalchemy/databases/sqlite.py
lib/sqlalchemy/engine/default.py