[Sqlalchemy-commits] commit/sqlalchemy: 4 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2015-09-28 21:49:39
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/8174e7236be3/ Changeset: 8174e7236be3 Branch: None User: Brian Van Klaveren Date: 2015-09-09 21:03:14+00:00 Summary: Support get_schema_names for SQLite Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/4d53b3124726/ Changeset: 4d53b3124726 Branch: None User: Brian Van Klaveren Date: 2015-09-09 21:23:27+00:00 Summary: Support get_schema_names for SQLite Should return "main" and the names of attached databases. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/e4d445c6f56b/ Changeset: e4d445c6f56b Branch: None User: zzzeek Date: 2015-09-28 19:40:39+00:00 Summary: Merge remote-tracking branch 'origin/pr/198' into pr198 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/5bb2536cc57c/ Changeset: 5bb2536cc57c Branch: None User: zzzeek Date: 2015-09-28 21:48:55+00:00 Summary: - 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 Affected #: 6 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |