[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2015-08-09 17:22:57
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/481218e61364/ Changeset: 481218e61364 Branch: None User: zzzeek Date: 2015-08-09 16:22:29+00:00 Summary: - put ARRAY and related into their own module, easier to manage re: hstore/json Affected #: 7 files https://bitbucket.org/zzzeek/sqlalchemy/commits/10129773a7ca/ Changeset: 10129773a7ca Branch: ticket_3499 User: zzzeek Date: 2015-08-09 17:21:13+00:00 Summary: - begin moving general handling of __getitem__ and slice objects into core expression. we need to make a sql.elements.Slice object, which isn't a SQL standard thing; however there's no other place to put this as long as we want slice handling to have some meaning in Core. Basically any other backend that ever wants to use the [] operator, I don't want to re-implement everything for PG on that backend as well. this will need to have backend-agnostic tests in tests/sql/test_operator.py. 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. |