[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2016-06-06 19:57:19
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/3351f5f93ca1/ Changeset: 3351f5f93ca1 Branch: None User: xflr6 Date: 2016-06-06 19:53:25+00:00 Summary: Add IS (NOT) DISTINCT FROM operators None / True / False render as literals. For SQLite, "IS" is used as SQLite lacks "IS DISTINCT FROM" but its "IS" operator acts this way for NULL. Doctext-author: Mike Bayer <mi...@zz...> Change-Id: I9227b81f7207b42627a0349d14d40b46aa756cce Pull-request: https://github.com/zzzeek/sqlalchemy/pull/248 Affected #: 8 files https://bitbucket.org/zzzeek/sqlalchemy/commits/2860ae6c4927/ Changeset: 2860ae6c4927 Branch: master User: zzzeek Date: 2016-06-06 19:57:06+00:00 Summary: Merge "Add IS (NOT) DISTINCT FROM operators" 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. |