]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug where reflection of foreign key
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 10 Apr 2011 14:49:08 +0000 (10:49 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 10 Apr 2011 14:49:08 +0000 (10:49 -0400)
commitba5240aec039906f0e79d9cb3e2e9323e873fc3b
tree4a7fd360999d7195bf1f33ca118ef8b0e39a8d6c
parent0e9b86417e08744ac18315a3659ab81d2dd16386
- Fixed bug where reflection of foreign key
created as "REFERENCES <tablename>" without
col name would fail.  [ticket:2115]
CHANGES
lib/sqlalchemy/dialects/sqlite/base.py
test/dialect/test_sqlite.py