[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2014-03-31 01:21:09
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/efd3c311e0c6/ Changeset: efd3c311e0c6 Branch: None User: zzzeek Date: 2014-03-31 03:09:33 Summary: update Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/e16ede8cae00/ Changeset: e16ede8cae00 Branch: rel_0_9 User: zzzeek Date: 2014-03-31 03:20:20 Summary: - Added new flag :paramref:`.expression.between.symmetric`, when set to True renders "BETWEEN SYMMETRIC". Also added a new negation operator "notbetween_op", which now allows an expression like ``~col.between(x, y)`` to render as "col NOT BETWEEN x AND y", rather than a parentheiszed NOT string. fixes #2990 Affected #: 7 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. |