2012-02-09 10:13:27 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Feb 9 09:39:26 UTC 2012 - rhafer@suse.de
|
|
|
|
|
|
|
|
|
|
- Update to 0.7.5:
|
|
|
|
|
* Fixed issue where modified session state established after a
|
|
|
|
|
failed flush would be committed as part of the subsequent
|
|
|
|
|
transaction that begins automatically after manual call to
|
|
|
|
|
rollback().
|
|
|
|
|
* Improved the API for add_column() such that if the same column
|
|
|
|
|
is added to its own table, an error is not raised and the
|
|
|
|
|
constraints don't get doubled up.
|
|
|
|
|
* Fixed issue where the "required" exception would not be raised
|
|
|
|
|
for bindparam() with required=True, if the statement were given
|
|
|
|
|
no parameters at all.
|
|
|
|
|
* for more details see the CHANGES file.
|
|
|
|
|
|
2011-11-10 10:56:48 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Nov 10 10:56:36 UTC 2011 - saschpe@suse.de
|
|
|
|
|
|
|
|
|
|
- Add depenendency on pysqlite
|
|
|
|
|
|
2011-09-21 12:42:28 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Sep 21 11:51:17 UTC 2011 - saschpe@suse.de
|
|
|
|
|
|
|
|
|
|
- Update to version 0.7.2:
|
|
|
|
|
* A rework of "replacement traversal"
|
|
|
|
|
* Fixed bug where query.join() + aliased=True
|
|
|
|
|
* Fixed regression from 0.6 where Session.add()
|
|
|
|
|
against an object which contained None
|
|
|
|
|
- See CHANGES for more...
|
|
|
|
|
- Run testsuite
|
|
|
|
|
|
2011-07-20 17:43:00 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Jul 20 17:42:11 UTC 2011 - saschpe@gmx.de
|
|
|
|
|
|
|
|
|
|
- Let doc package require base package instead of recommends
|
|
|
|
|
|
2011-07-20 17:23:32 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Jul 20 17:23:11 UTC 2011 - saschpe@gmx.de
|
|
|
|
|
|
|
|
|
|
- Dropped unused BuildRequires for fdupes and python-sqlite2
|
|
|
|
|
|
2011-07-20 17:19:27 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Jul 20 16:59:39 UTC 2011 - saschpe@gmx.de
|
|
|
|
|
|
|
|
|
|
- Initial version, replaces python-sqlalchemy
|
|
|
|
|
* Much simpler spec file
|
|
|
|
|
* Packaged LICENSE, CHANGES and README files
|