1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
python-sqlalchemy (0.6~beta1-1) experimental; urgency=low
SQLAlchemy 0.5 -> 0.6 migration notes can be found on the wiki page:
http://www.sqlalchemy.org/trac/wiki/06Migration
-- Piotr Ożarowski <piotr@debian.org> Thu, 04 Feb 2010 22:08:09 +0100
python-sqlalchemy (0.5.0~beta1-1) experimental; urgency=low
SQLAlchemy 0.4 -> 0.5 migration notes can be found on the wiki page:
http://www.sqlalchemy.org/trac/wiki/05Migration
For the typical 0.4 application that didn't rely on any deprecated features,
migration to 0.5 should be pretty straightforward.
-- Piotr Ożarowski <piotr@debian.org> Sun, 15 Jun 2008 20:06:03 +0200
python-sqlalchemy (0.4.0~beta1-1) experimental; urgency=low
From version 0.3 to version 0.4 of SQLAlchemy, some conventions have
changed. Most of these conventions are available in the most recent releases
of the 0.3 series starting with version 0.3.9, so that you can make a 0.3
application compatible with 0.4 in most cases.
Things that have changed in a backwards-incompatible manner are documented
in "0.3 to 0.4 Migration" section (#overview_migration) in
/usr/share/doc/python-sqlalchemy-doc/doc/intro.html file
For a full overview of everything that's new and changed, see
http://www.sqlalchemy.org/trac/wiki/WhatsNewIn04
-- Piotr Ożarowski <piotr@debian.org> Sun, 12 Aug 2007 21:44:53 +0200
python-sqlalchemy (0.3.0-1) unstable; urgency=low
SQLAlchemy 0.2 -> 0.3 migration notes can be found on the wiki page:
http://www.sqlalchemy.org/trac/wiki/03Migration
-- Piotr Ozarowski <ozarow@gmail.com> Mon, 23 Oct 2006 18:51:15 +0200
python-sqlalchemy (0.2.3-0.1) unstable; urgency=low
SQLAlchemy 0.1 -> 0.2 migration notes can be found on the wiki page:
http://www.sqlalchemy.org/trac/wiki/02Migration
-- Piotr Ozarowski <ozarow@gmail.com> Wed, 7 Jun 2006 00:11:30 +0200
|