]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- On the same theme, the REFERENCES clause in a CREATE TABLE
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 12 Nov 2010 15:49:17 +0000 (10:49 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 12 Nov 2010 15:49:17 +0000 (10:49 -0500)
commitd3ee4f6155acbc1b2df85fef3f4d2cdae9e1306c
tree8e7b005d00d974a28232bc42c94a9277cd76f0ee
parentbbe3f0a27c5b4cb6506d2f23d8a2654c80d6b481
- On the same theme, the REFERENCES clause in a CREATE TABLE
that includes a remote schema to a *different* schema
than that of the parent table doesn't render at all,
as cross-schema references do not appear to be supported.
CHANGES
lib/sqlalchemy/dialects/sqlite/base.py
test/dialect/test_sqlite.py