]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
broke apart deafult ordering into oid or primary key. a DB that has no oids will...
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 2 Jan 2006 05:40:37 +0000 (05:40 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 2 Jan 2006 05:40:37 +0000 (05:40 +0000)
commitd1f05cbaa369d74c75a9eb3eb74e8718bc30f137
tree42d47082f23b240286a8abf8665f57efde08deb0
parent0f7484094cfa7077e90865acdb5cad175608f567
broke apart deafult ordering into oid or primary key.  a DB that has no oids will have a None oid_column attribute.
lib/sqlalchemy/sql.py
test/mapper.py