]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- 0.5.0rc3, doh
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 18 Oct 2008 18:14:06 +0000 (18:14 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 18 Oct 2008 18:14:06 +0000 (18:14 +0000)
commita20222fc22059df30b09b49621a784b54919613a
tree99d99b2516fa81520ae1878e31e638f188ccc40f
parent223bd3688dfd01f9dff973cbf9b3d92f39df4c21
- 0.5.0rc3, doh
- The internal notion of an "OID" or "ROWID" column has been
removed.  It's basically not used by any dialect, and the
possibility of its usage with psycopg2's cursor.lastrowid
is basically gone now that INSERT..RETURNING is available.

- Removed "default_order_by()" method on all FromClause
objects.
- profile/compile/select test is 8 function calls over on buildbot 2.4 for some reason, will adjust after checking
the results of this commit
18 files changed:
CHANGES
VERSION
lib/sqlalchemy/databases/informix.py
lib/sqlalchemy/databases/oracle.py
lib/sqlalchemy/databases/postgres.py
lib/sqlalchemy/databases/sqlite.py
lib/sqlalchemy/engine/base.py
lib/sqlalchemy/engine/default.py
lib/sqlalchemy/schema.py
lib/sqlalchemy/sql/compiler.py
lib/sqlalchemy/sql/expression.py
test/dialect/oracle.py
test/orm/assorted_eager.py
test/orm/mapper.py
test/profiling/zoomark_orm.py
test/sql/labels.py
test/sql/select.py
test/sql/selectable.py