[Sqlalchemy-commits] commit/sqlalchemy: 5 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2014-09-17 19:20:45
|
5 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/9d402e204d77/ Changeset: 9d402e204d77 Branch: None User: jerdfelt Date: 2014-09-17 15:01:01+00:00 Summary: Handle sqlite get_unique_constraints() call for temporary tables The sqlite get_unique_constraints() implementation did not do a union against the sqlite_temp_master table like other code does. This could result in an exception being raised if get_unique_constraints() was called against a temporary table. Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/1217d6ce97bd/ Changeset: 1217d6ce97bd Branch: None User: zzzeek Date: 2014-09-17 18:02:34+00:00 Summary: - move this to the correct location Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/cb23fa243f51/ Changeset: cb23fa243f51 Branch: None User: zzzeek Date: 2014-09-17 19:15:21+00:00 Summary: - Added :meth:`.Inspector.get_temp_table_names` and :meth:`.Inspector.get_temp_view_names`; currently, only the SQLite dialect supports these methods. The return of temporary table and view names has been **removed** from SQLite's version of :meth:`.Inspector.get_table_names` and :meth:`.Inspector.get_view_names`; other database backends cannot support this information (such as MySQL), and the scope of operation is different in that the tables can be local to a session and typically aren't supported in remote schemas. fixes #3204 Affected #: 9 files https://bitbucket.org/zzzeek/sqlalchemy/commits/7864f80a62ee/ Changeset: 7864f80a62ee Branch: None User: zzzeek Date: 2014-09-17 19:16:33+00:00 Summary: Merge branch 'sqlite-temp-table-reflection' of https://bitbucket.org/jerdfelt/sqlalchemy/branch/sqlite-temp-table-reflection into pr31 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/c926df36173e/ Changeset: c926df36173e Branch: None User: zzzeek Date: 2014-09-17 19:19:19+00:00 Summary: - changelog for #3203; fixes #3203 Affected #: 1 file 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. |