** Summary changed: - Please package upstream version 0.11 + [hardy] please upgrade storm to version 0.12
** Description changed: Binary package hint: storm - On https://launchpad.net/storm/+download, version 0.11 of Storm is - available. + On https://launchpad.net/storm/+download, version 0.12 of Storm was + released by Canonical on Jan. 28, 2008. The writeup documents a large + number of bug fixes that ought to propagate into the hardy package. + + Bug fixes + --------- + - TimeDelta was added to storm.locals. + - Fixed TimeDelta support in SQLite, MySQL, and PostgreSQL, + and enabled base test for all backends to ensure that it + continues to work. + - Schema names are accepted in __storm_table__ when using + PostgreSQL as the database (e.g. "schema.table"). (#146580, + reported by James Mayfield) + - Test runner handles path correctly on Windows, and SQLite + tests won't break (patch by Ali Afshar). + - In the SQLite backend, ensure that we're able to recommit a + transaction after "database is locked" errors. Also make sure + that when this happens the timeout is actually the expected + one (patch by Richard Boulton) + - TransactionFailedError is now imported from the public + place: ZODB.POSException (#129715, by James Henstridge). + - TimeDelta was added to storm.locals. + - Tables named with reserved keywords are properly escaped. + - Reserved keywords on column names are properly escaped when + part of an insert or update statement (#184849, by Thomas Herve). + - Prevent cached objects from issuing selects to retrieve their + data when find()s were previously made and already brough + their data (#174388, reported and fixed by Bernd Dorn). + - Fixed bug which caused an object to be readded to the store + when a reference of an object that had already been removed + was looked up. + - Prevent pathological case which happens when a statement like + "SELECT ... WHERE table.id = currval(...)" is executed in + PostgreSQL. The change is only meaningful on PostgreSQL < 8.2, + as newer versions will use the RETURNING extension instead. + - Specify both of the joining tables explicitly when compiling Proxy, + so that it doesn't break due to incorrect references in the ON clause + when multiple tables are used (reported in #162528 by S3ym0ur and + Hamilton Tran) + - MySQL client charset now defaults to UTF-8 (reported + by Brad Crittenden). ** Tags added: upgrade -- [hardy] please upgrade storm to version 0.12 https://bugs.launchpad.net/bugs/156100 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
