]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
added compare function to the more basic expression objects
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 5 Jan 2006 05:44:10 +0000 (05:44 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 5 Jan 2006 05:44:10 +0000 (05:44 +0000)
commitd5536dd30a5872410973de8599f0b41f5f4b2894
treef22d0ae8852673be6d19f375d1b9e077a32c9dc8
parentef3c04aadb0a415dd7a204ce3358343a4ebd8415
added compare function to the more basic expression objects
adding priamry_key/foreign_keys to selects, alias etc to increase their useability for relating them to tables
improved _get_col_by_original to double-check the column it finds
lib/sqlalchemy/sql.py