~ubuntu-branches/debian/sid/sqlalchemy/sid

« back to all changes in this revision

Viewing changes to doc/build/changelog/migration_04.rst

  • Committer: Package Import Robot
  • Author(s): Piotr Ożarowski
  • Date: 2014-06-27 20:17:13 UTC
  • mfrom: (1.4.28)
  • Revision ID: package-import@ubuntu.com-20140627201713-g6p1kq8q1qenztrv
Tags: 0.9.6-1
* New upstream release
* Remove Python 3.X build tag files, thanks to Matthias Urlichs for the
  patch (closes: #747852)
* python-fdb isn't in the Debian archive yet so default dialect for firebird://
  URLs is changed to obsolete kinterbasdb, thanks to Russell Stuart for the
  patch (closes: #752145)

Show diffs side-by-side

added added

removed removed

Lines of Context:
305
305
 
306
306
Notice the nice clean alias names too.  The joining doesn't
307
307
care if it's against the same immediate table or some other
308
 
object which then cycles back to the beginining.  Any kind
 
308
object which then cycles back to the beginning.  Any kind
309
309
of chain of eager loads can cycle back onto itself when
310
310
``join_depth`` is specified.  When not present, eager
311
311
loading automatically stops when it hits a cycle.