[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2016-01-04 03:16:48
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/3f6e62f9dbd9/ Changeset: 3f6e62f9dbd9 Branch: None User: zzzeek Date: 2016-01-04 02:46:36+00:00 Summary: - adjust the Indexable tests to now be based on Array since we localized that logic inside of arrays Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/729519a9bd89/ Changeset: 729519a9bd89 Branch: ticket_3619 User: zzzeek Date: 2016-01-04 03:12:07+00:00 Summary: - add a layer of dispatch to "custom_op" so that we can again have custom ops that also have per-dialect compilations styles. re-establish specific getitem variants for hstore, json, astext, jsonpath, etc. so that we can remove the isinstance() checks and re-simplify. there's again a json-specific getitem operator using the new custom_op variety, though if we move this to the base types we might be able to move back to not having special visits for custom_op and just having a new json_getitem operator. 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. |