]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- columns can be overridden in a reflected table with a "key"
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 15 Jul 2007 04:50:11 +0000 (04:50 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 15 Jul 2007 04:50:11 +0000 (04:50 +0000)
commit3a9af19d145703254c0e738af31cd4d20047c449
tree1d7887bc33727196be5d2c7aff2521221d2666e5
parente40a6183a0ee301a3c79d4833816894b3349ee0e
- columns can be overridden in a reflected table with a "key"
attribute different than the column's name, including for primary key
columns [ticket:650]
- more docs
CHANGES
doc/build/content/datamapping.txt
lib/sqlalchemy/sql.py
test/engine/reflection.py