[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: - The behavior of the :func:`.union` construct and
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2015-08-12 18:26:50
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/88749550f6b9/ Changeset: 88749550f6b9 Branch: None User: zzzeek Date: 2015-08-12 18:26:11+00:00 Summary: - The behavior of the :func:`.union` construct and related constructs such as :meth:`.Query.union` now handle the case where the embedded SELECT statements need to be parenthesized due to the fact that they include LIMIT, OFFSET and/or ORDER BY. These queries **do not work on SQLite**, and will fail on that backend as they did before, but should now work on all other backends. fixes #2528 Affected #: 8 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. |