- 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
This commit is contained in:
committed by
Git OBS Bridge
parent
dc2dcfa8e6
commit
41fe293412
3
SQLAlchemy-0.7.10.tar.gz
Normal file
3
SQLAlchemy-0.7.10.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:77aa39d65c9d043eba6ba329b359ff867424fd6c403b7c0cb112b65e507e1d66
|
||||
size 3541639
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4a89556cb55275d1af694dc4d5700d8bf0f83690bac16ab30340092ff25bb4d7
|
||||
size 2649932
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user