]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- limit the search for schemas to not include "temp", which is sort of an implicit...
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 28 Sep 2015 21:35:16 +0000 (17:35 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 28 Sep 2015 21:48:55 +0000 (17:48 -0400)
commit5bb2536cc57c55c7d8c5901b5b622d18a9a6c646
tree97f8b994aaae0d6fbf6dc2e500ff8b2a2b64c0d6
parente4d445c6f56b2962b2b8e649575f70f5cb7fdc1f
- limit the search for schemas to not include "temp", which is sort of an implicit schema
- repair the CREATE INDEX ddl for schemas
- update provisioning to include support for setting up ATTACH DATABASE up front
for the test_schema; enable "schemas" testing for SQLite
- changelog / migration notes for new SQLite schema support
- include the "schema" as the "remote_schema" when we reflect SQLite FKs
doc/build/changelog/changelog_11.rst
doc/build/changelog/migration_11.rst
lib/sqlalchemy/dialects/sqlite/base.py
lib/sqlalchemy/testing/provision.py
test/dialect/test_sqlite.py
test/requirements.py