]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- allowing resultproxy to autoclose even if implicit returning is used
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 2 Aug 2009 23:31:27 +0000 (23:31 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 2 Aug 2009 23:31:27 +0000 (23:31 +0000)
commit19a3ae94d701b7c0597fd62f6f9b34650af0fef4
tree9c3d3e9702fc4c7b14bb76a11a6c670fa4c0cab0
parentb803c73cfc26abfb58cc703e744a39dc5bea890e
- allowing resultproxy to autoclose even if implicit returning is used
- for now, lastrowid-capable dialects will use pre-execute for any defaults that arent the real "autoincrement";
currently this is letting us treat MSSQL the same as them but we may want to improve upon this
lib/sqlalchemy/dialects/mssql/base.py
lib/sqlalchemy/engine/base.py
lib/sqlalchemy/engine/default.py
lib/sqlalchemy/sql/compiler.py
lib/sqlalchemy/test/requires.py
test/dialect/test_mssql.py
test/orm/inheritance/test_basic.py
test/sql/test_defaults.py
test/sql/test_query.py