File python3-SQLAlchemy.changes of Package python3-SQLAlchemy
-------------------------------------------------------------------
Thu Jul 18 10:13:59 UTC 2013 - speilicke@suse.com
- Add SQLAlchemy-import-logging-handlers.patch: Fix missing imports
during test runs
-------------------------------------------------------------------
Tue Jul 16 16:08:56 UTC 2013 - speilicke@suse.com
- Run 2to3
-------------------------------------------------------------------
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
- The doc package is noarch
-------------------------------------------------------------------
Thu Nov 22 09:39:27 UTC 2012 - toddrme2178@gmail.com
- Remove openSUSE 11.4 spec file workarounds
-------------------------------------------------------------------
Fri May 25 08:33:12 UTC 2012 - toddrme2178@gmail.com
- Fix building on openSUSE 11.4
- spec file cleanups
-------------------------------------------------------------------
Wed May 23 06:45:21 UTC 2012 - highwaystar.ru@gmail.com
- python3-SQLAlchemy package added