]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fixed problem in Column.copy(), _make_proxy() with nullable and hidden not being...
authorRobert Leftwich <rtl@pobox.com>
Mon, 16 Jan 2006 06:22:52 +0000 (06:22 +0000)
committerRobert Leftwich <rtl@pobox.com>
Mon, 16 Jan 2006 06:22:52 +0000 (06:22 +0000)
commitc4085b0fbf78c533c50fea3fd778c770adb40a70
tree670d51ea0140460620228d5601810a3eb95b1816
parent8757832f4ec6c3e6b8eefd36e30978928c8f6013
Fixed problem in Column.copy(), _make_proxy() with nullable and hidden not being reflected into new Column. Added test for same. Removed reference to non-existant columns test from list of tests in alltests.
lib/sqlalchemy/schema.py
test/alltests.py
test/engines.py