[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2014-09-01 00:03:07
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/12621ebea895/ Changeset: 12621ebea895 Branch: None User: zzzeek Date: 2014-09-01 00:06:11 Summary: Merge branch 'master' into ticket_2992 Affected #: 22 files https://bitbucket.org/zzzeek/sqlalchemy/commits/c5d4762ecdac/ Changeset: c5d4762ecdac Branch: ticket_2992 User: zzzeek Date: 2014-09-01 02:00:22 Summary: - add column(), table() to the base API. these are used like crazy, I use them constantly, and the new textual warnings recommend them - use very specific, contextual warnings for text/column/literal_column/table requested. - when interpreting columns, use heuristics to decide if the expr is column() or literal_column(). definitely warn that we'd rather not do this. Be lenient about '*', numbers for now. - get all tests in test/sql/ to work again Affected #: 13 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. |