]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [bug] the "name" of an FK constraint in SQLite
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 7 Jan 2012 20:37:51 +0000 (15:37 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 7 Jan 2012 20:37:51 +0000 (15:37 -0500)
commita4a81f7b962102ba1ed3a60d9ac52c62a57c4458
treeacce2086f48385fd400ef4c9b50b3a2d64b7543b
parent74e00ed0fa3d9ade12b9076cc2e59b5ecf4886bb
- [bug] the "name" of an FK constraint in SQLite
is reflected as "None", not "0" [ticket:2364].
SQLite does not appear to support constraint
naming in any case (the names are ignored).
CHANGES
lib/sqlalchemy/dialects/sqlite/base.py
test/dialect/test_sqlite.py
test/engine/test_reflection.py