]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
renamed last_inserted_ids() to inserted_primary_key
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 3 Aug 2009 00:36:36 +0000 (00:36 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 3 Aug 2009 00:36:36 +0000 (00:36 +0000)
commita2f992a37ed3807bde61365a6c1072ae28b36599
tree4581bd99c29154e5b14ff6cfcfb0c1dd54d69e4b
parent5e4963ef5ffef1410097c77b8682f3435492c110
renamed last_inserted_ids() to inserted_primary_key
16 files changed:
06CHANGES
doc/build/metadata.rst
doc/build/sqlexpression.rst
lib/sqlalchemy/dialects/informix/informixdb.py
lib/sqlalchemy/dialects/postgresql/base.py
lib/sqlalchemy/engine/base.py
lib/sqlalchemy/engine/default.py
lib/sqlalchemy/orm/mapper.py
lib/sqlalchemy/sql/compiler.py
test/aaa_profiling/test_zoomark.py
test/dialect/test_mssql.py
test/dialect/test_postgresql.py
test/engine/test_execute.py
test/sql/test_defaults.py
test/sql/test_functions.py
test/sql/test_query.py