From 41fe2934121a1e0ff710fa2bc491616c28f5c751708b8783860364eef9bbac07 Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Fri, 8 Mar 2013 08:51:30 +0000 Subject: [PATCH] - update to 0.7.10: * orm + [bug] Fixed Session accounting bug whereby replacing a deleted object in the identity map with another object of the same primary key would raise a "conflicting state" error on rollback(), if the replaced primary key were established either via non-unitofwork-established INSERT statement or by primary key switch of another instance. [ticket:2583] * oracle + [bug] changed the list of cx_oracle types that are excluded from the setinputsizes() step to only include STRING and UNICODE; CLOB and NCLOB are removed. This is to work around cx_oracle behavior which is broken for the executemany() call. In 0.8, this same change is applied however it is also configurable via the exclude_setinputsizes argument. [ticket:2561] * mysql + [feature] Added "raise_on_warnings" flag to OurSQL dialect. [ticket:2523] + [feature] Added "read_timeout" flag to MySQLdb dialect. [ticket:2554] - update to 0.7.10: * orm + [bug] Fixed Session accounting bug whereby replacing a deleted object in the identity map with another object of the same primary key would raise a "conflicting state" error on rollback(), OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=37 --- SQLAlchemy-0.7.10.tar.gz | 3 +++ SQLAlchemy-0.7.9.tar.gz | 3 --- python-SQLAlchemy.changes | 27 +++++++++++++++++++++++++++ python-SQLAlchemy.spec | 4 ++-- python3-SQLAlchemy.changes | 27 +++++++++++++++++++++++++++ python3-SQLAlchemy.spec | 4 ++-- 6 files changed, 61 insertions(+), 7 deletions(-) create mode 100644 SQLAlchemy-0.7.10.tar.gz delete mode 100644 SQLAlchemy-0.7.9.tar.gz diff --git a/SQLAlchemy-0.7.10.tar.gz b/SQLAlchemy-0.7.10.tar.gz new file mode 100644 index 0000000..dd3c461 --- /dev/null +++ b/SQLAlchemy-0.7.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77aa39d65c9d043eba6ba329b359ff867424fd6c403b7c0cb112b65e507e1d66 +size 3541639 diff --git a/SQLAlchemy-0.7.9.tar.gz b/SQLAlchemy-0.7.9.tar.gz deleted file mode 100644 index 7c1784b..0000000 --- a/SQLAlchemy-0.7.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4a89556cb55275d1af694dc4d5700d8bf0f83690bac16ab30340092ff25bb4d7 -size 2649932 diff --git a/python-SQLAlchemy.changes b/python-SQLAlchemy.changes index 8478968..6f6c07e 100644 --- a/python-SQLAlchemy.changes +++ b/python-SQLAlchemy.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Fri Mar 8 08:14:13 UTC 2013 - lars@linux-schulserver.de + +- update to 0.7.10: + * orm + + [bug] Fixed Session accounting bug whereby replacing + a deleted object in the identity map with another + object of the same primary key would raise a + "conflicting state" error on rollback(), + if the replaced primary key were established either + via non-unitofwork-established INSERT statement + or by primary key switch of another instance. + [ticket:2583] + * oracle + + [bug] changed the list of cx_oracle types that are + excluded from the setinputsizes() step to only include + STRING and UNICODE; CLOB and NCLOB are removed. This + is to work around cx_oracle behavior which is broken + for the executemany() call. In 0.8, this same change + is applied however it is also configurable via the + exclude_setinputsizes argument. [ticket:2561] + * mysql + + [feature] Added "raise_on_warnings" flag to OurSQL + dialect. [ticket:2523] + + [feature] Added "read_timeout" flag to MySQLdb + dialect. [ticket:2554] + ------------------------------------------------------------------- Wed Jan 2 18:01:09 UTC 2013 - toddrme2178@gmail.com diff --git a/python-SQLAlchemy.spec b/python-SQLAlchemy.spec index 6415d43..97b3c5c 100644 --- a/python-SQLAlchemy.spec +++ b/python-SQLAlchemy.spec @@ -1,7 +1,7 @@ # # spec file for package python-SQLAlchemy # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-SQLAlchemy -Version: 0.7.9 +Version: 0.7.10 Release: 0 Url: http://www.sqlalchemy.org Summary: Database Abstraction Library diff --git a/python3-SQLAlchemy.changes b/python3-SQLAlchemy.changes index 145274f..9b2aa17 100644 --- a/python3-SQLAlchemy.changes +++ b/python3-SQLAlchemy.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Fri Mar 8 08:14:13 UTC 2013 - lars@linux-schulserver.de + +- update to 0.7.10: + * orm + + [bug] Fixed Session accounting bug whereby replacing + a deleted object in the identity map with another + object of the same primary key would raise a + "conflicting state" error on rollback(), + if the replaced primary key were established either + via non-unitofwork-established INSERT statement + or by primary key switch of another instance. + [ticket:2583] + * oracle + + [bug] changed the list of cx_oracle types that are + excluded from the setinputsizes() step to only include + STRING and UNICODE; CLOB and NCLOB are removed. This + is to work around cx_oracle behavior which is broken + for the executemany() call. In 0.8, this same change + is applied however it is also configurable via the + exclude_setinputsizes argument. [ticket:2561] + * mysql + + [feature] Added "raise_on_warnings" flag to OurSQL + dialect. [ticket:2523] + + [feature] Added "read_timeout" flag to MySQLdb + dialect. [ticket:2554] + ------------------------------------------------------------------- Wed Dec 19 15:48:22 UTC 2012 - saschpe@suse.de diff --git a/python3-SQLAlchemy.spec b/python3-SQLAlchemy.spec index fc81533..29d0e64 100644 --- a/python3-SQLAlchemy.spec +++ b/python3-SQLAlchemy.spec @@ -1,7 +1,7 @@ # # spec file for package python3-SQLAlchemy # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python3-SQLAlchemy -Version: 0.7.9 +Version: 0.7.10 Release: 0 Url: http://www.sqlalchemy.org Summary: Database Abstraction Library