[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: - The workaround for right-nested joins on SQLite,
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2016-01-26 21:09:38
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/9d9fc93b7065/ Changeset: 9d9fc93b7065 Branch: master User: zzzeek Date: 2016-01-26 21:09:23+00:00 Summary: - The workaround for right-nested joins on SQLite, where they are rewritten as subqueries in order to work around SQLite's lack of support for this syntax, is lifted when SQLite version 3.7.16 or greater is detected. fixes #3634 - The workaround for SQLite's unexpected delivery of column names as ``tablename.columnname`` for some kinds of queries is now disabled when SQLite version 3.10.0 or greater is detected. fixes #3633 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. |