Thread: [Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets (Page 18)
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2015-05-30 00:51:10
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/6245d003f2ce/ Changeset: 6245d003f2ce Branch: None User: Merwok Date: 2015-05-29 19:21:16+00:00 Summary: Fix typo in directive Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/08a2ec0bc438/ Changeset: 08a2ec0bc438 Branch: rel_0_9 User: Merwok Date: 2015-05-30 00:50:50+00:00 Summary: Fix typo in directive (cherry picked from commit 6245d003f2ce404daedfba9101bb1e4f098b4c66) Affected #: 1 file 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. |
From: Bitbucket <com...@bi...> - 2015-06-03 14:09:31
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/36d2b40cf55b/ Changeset: 36d2b40cf55b Branch: None User: methane Date: 2015-06-02 13:05:18+00:00 Summary: baked: Support initial args for cache key When making baked query in classmethod of declarative base, cls should be added in cache key. @as_declarative class Base(object): @classmethod def baked_query(cls): return bakery(lambda: session.query(cls), (cls,)) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/47d29eae8fa1/ Changeset: 47d29eae8fa1 Branch: None User: zzzeek Date: 2015-06-03 14:08:33+00:00 Summary: - changelog for pr bitbucket:54 - alter the approach so that the initial callable is working just like add_criteria/with_criteria Affected #: 3 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. |
From: Bitbucket <com...@bi...> - 2015-06-05 20:12:14
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/4c90f355fd55/ Changeset: 4c90f355fd55 Branch: None User: zzzeek Date: 2015-06-05 20:11:13+00:00 Summary: - document SQlite dotted name issue, fixes #3441 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/a42df6338321/ Changeset: a42df6338321 Branch: rel_0_9 User: zzzeek Date: 2015-06-05 20:11:48+00:00 Summary: - document SQlite dotted name issue, fixes #3441 (cherry picked from commit 4c90f355fd552e70009ffcdf3fdde9f3653e337e) Affected #: 1 file 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. |
From: Bitbucket <com...@bi...> - 2015-06-08 22:36:52
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/0e1da3265445/ Changeset: 0e1da3265445 Branch: None User: zzzeek Date: 2015-06-08 22:35:15+00:00 Summary: - start 1.0.6 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/657be357de56/ Changeset: 657be357de56 Branch: None User: zzzeek Date: 2015-06-08 22:36:27+00:00 Summary: - Fixed an internal "memoization" routine for method types such that a Python descriptor is no longer used; repairs inspectability of these methods including support for Sphinx documentation. Affected #: 3 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. |
From: Bitbucket <com...@bi...> - 2015-06-10 14:49:17
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/a463bb31ea8a/ Changeset: a463bb31ea8a Branch: None User: zzzeek Date: 2015-06-10 14:48:16+00:00 Summary: - add an 0.9 migration note regarding TypeEngine's default constructor removal; fixes #3446 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/cc91a4c148c7/ Changeset: cc91a4c148c7 Branch: rel_0_9 User: zzzeek Date: 2015-06-10 14:48:49+00:00 Summary: - add an 0.9 migration note regarding TypeEngine's default constructor removal; fixes #3446 Affected #: 1 file 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. |
From: Bitbucket <com...@bi...> - 2015-06-16 17:17:44
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/b861b7537c29/ Changeset: b861b7537c29 Branch: None User: zzzeek Date: 2015-06-16 17:16:59+00:00 Summary: - add a subsection on how to use Sequence with server_default, fixes #3453 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/981685c7b353/ Changeset: 981685c7b353 Branch: rel_0_9 User: zzzeek Date: 2015-06-16 17:17:22+00:00 Summary: - add a subsection on how to use Sequence with server_default, fixes #3453 (cherry picked from commit b861b7537c29349da00793fc828226a68cded62d) Affected #: 1 file 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. |
From: Bitbucket <com...@bi...> - 2015-06-18 17:14:33
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/370b237ddb6a/ Changeset: 370b237ddb6a Branch: None User: zzzeek Date: 2015-06-18 17:13:54+00:00 Summary: - automap is stable Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/d56aa17f1109/ Changeset: d56aa17f1109 Branch: rel_0_9 User: zzzeek Date: 2015-06-18 17:14:14+00:00 Summary: - automap is stable (cherry picked from commit 370b237ddb6af0ba62f0ce5b1bedfe7556c6ccf3) Affected #: 1 file 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. |
From: Bitbucket <com...@bi...> - 2015-06-19 15:50:42
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/3d78705cf498/ Changeset: 3d78705cf498 Branch: None User: zzzeek Date: 2015-06-19 15:49:49+00:00 Summary: - add explciit section on engine disposal, fixes #3461 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/c4c8a0d24ca8/ Changeset: c4c8a0d24ca8 Branch: rel_0_9 User: zzzeek Date: 2015-06-19 15:50:18+00:00 Summary: - add explciit section on engine disposal, fixes #3461 (cherry picked from commit 3d78705cf4981e460d6d1b5bb08870286fc3fe93) Affected #: 2 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. |
From: Bitbucket <com...@bi...> - 2015-06-19 17:09:48
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/a1b6e9f324ee/ Changeset: a1b6e9f324ee Branch: None User: zzzeek Date: 2015-06-19 17:08:47+00:00 Summary: - fix the bullets - tone down the "never dispose an engine" language - refer to NullPool for the "I don't like pooling" use case references #3461 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/88077496ad03/ Changeset: 88077496ad03 Branch: rel_0_9 User: zzzeek Date: 2015-06-19 17:09:30+00:00 Summary: - fix the bullets - tone down the "never dispose an engine" language - refer to NullPool for the "I don't like pooling" use case references #3461 (cherry picked from commit a1b6e9f324eec04ff69f2ac5347ad3df5b931dd5) Affected #: 2 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. |
From: Bitbucket <com...@bi...> - 2015-06-19 18:55:12
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/7aa2100db3e6/ Changeset: 7aa2100db3e6 Branch: None User: zzzeek Date: 2015-06-19 18:54:26+00:00 Summary: - more edits, references #3461 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/2cc12508be6f/ Changeset: 2cc12508be6f Branch: rel_0_9 User: zzzeek Date: 2015-06-19 18:54:52+00:00 Summary: - more edits, references #3461 (cherry picked from commit 7aa2100db3e6f768a280b4dfdb675d6709f94625) Affected #: 2 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. |
From: Bitbucket <com...@bi...> - 2015-06-22 15:26:54
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/e3c8eabb2897/ Changeset: e3c8eabb2897 Branch: None User: Pete Hollobon Date: 2015-06-22 13:54:21+00:00 Summary: Fix typo Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/cfa296d9cd27/ Changeset: cfa296d9cd27 Branch: None User: zzzeek Date: 2015-06-22 15:25:42+00:00 Summary: Merge pull request #183 from renshawbay/master Fix a tiny typo in test name Affected #: 1 file 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. |
From: Bitbucket <com...@bi...> - 2015-06-22 21:39:05
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/ebe3e4569fc7/ Changeset: ebe3e4569fc7 Branch: None User: Benjamin Petersen Date: 2015-06-22 20:27:56+00:00 Summary: Missing comma in method args Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/ee5bf27eb80b/ Changeset: ee5bf27eb80b Branch: None User: zzzeek Date: 2015-06-22 21:38:28+00:00 Summary: Merge pull request #184 from bnjmn/patch-1 Missing comma in method params for hybrid docs Affected #: 1 file 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. |
From: Bitbucket <com...@bi...> - 2015-06-23 01:34:32
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/be2b35f7f215/ Changeset: be2b35f7f215 Branch: None User: zzzeek Date: 2015-06-23 01:33:40+00:00 Summary: - add a new FAQ on re-reading of data within a transaction, since this is definitely something that is asked regularly. Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/cfd5dc7cf378/ Changeset: cfd5dc7cf378 Branch: rel_0_9 User: zzzeek Date: 2015-06-23 01:34:14+00:00 Summary: - add a new FAQ on re-reading of data within a transaction, since this is definitely something that is asked regularly. (cherry picked from commit be2b35f7f2156c4b723df9e7be389e6575afedc4) Affected #: 2 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. |
From: Bitbucket <com...@bi...> - 2015-06-23 02:24:42
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/00656ae49306/ Changeset: 00656ae49306 Branch: None User: zzzeek Date: 2015-06-23 02:24:07+00:00 Summary: - edits to this section Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/3352780481f1/ Changeset: 3352780481f1 Branch: rel_0_9 User: zzzeek Date: 2015-06-23 02:24:23+00:00 Summary: - edits to this section (cherry picked from commit 00656ae4930620bc8c0c4be6a82853f01c90f758) Affected #: 2 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. |
From: Bitbucket <com...@bi...> - 2015-07-03 16:17:05
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/cf21497f02e6/ Changeset: cf21497f02e6 Branch: None User: zzzeek Date: 2015-07-03 16:16:07+00:00 Summary: - fix the link here fixes 3473 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/927804e4891e/ Changeset: 927804e4891e Branch: rel_0_9 User: zzzeek Date: 2015-07-03 16:16:35+00:00 Summary: - fix the link here fixes 3473 (cherry picked from commit cf21497f02e64b6ddec82e12a7c26b9476616b00) Affected #: 1 file 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. |
From: Bitbucket <com...@bi...> - 2015-07-05 15:17:34
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/6fcc5d4a07e5/ Changeset: 6fcc5d4a07e5 Branch: None User: zzzeek Date: 2015-07-05 15:16:26+00:00 Summary: - add a warning suggesting to use the dictionary form of access if the name of the attribute being accessed is non-specific, thereby avoiding collisions on names like items, values, keys. fixes #3475 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/a0ba7ce055d3/ Changeset: a0ba7ce055d3 Branch: rel_0_9 User: zzzeek Date: 2015-07-05 15:17:15+00:00 Summary: - add a warning suggesting to use the dictionary form of access if the name of the attribute being accessed is non-specific, thereby avoiding collisions on names like items, values, keys. fixes #3475 (cherry picked from commit 6fcc5d4a07e5c409a7d8438582598d0e90562ea0) Affected #: 1 file 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. |
From: Bitbucket <com...@bi...> - 2015-07-09 00:38:19
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/cadc2e0ba00f/ Changeset: cadc2e0ba00f Branch: None User: zzzeek Date: 2015-07-09 00:37:04+00:00 Summary: - try to note under insert.values(), if you need "multiple parameter sets" there is a much more common case which works equally well for INSERT/UPDATE/DELETE e.g. executemany(). reference #3476 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/3d84d2cd049d/ Changeset: 3d84d2cd049d Branch: rel_0_9 User: zzzeek Date: 2015-07-09 00:37:59+00:00 Summary: - try to note under insert.values(), if you need "multiple parameter sets" there is a much more common case which works equally well for INSERT/UPDATE/DELETE e.g. executemany(). reference #3476 Affected #: 2 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. |
From: Bitbucket <com...@bi...> - 2015-07-22 17:54:44
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/e71cf56a8358/ Changeset: e71cf56a8358 Branch: rel_0_9 User: zzzeek Date: 2015-07-22 17:37:35+00:00 Summary: 0.9.10 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/a6e83b204ffc/ Changeset: a6e83b204ffc Branch: None User: zzzeek Date: 2015-07-22 17:53:28+00:00 Summary: 0.9.10 release date (cherry picked from commit e71cf56a835842cd7d7038d6527888cc1297005f) Affected #: 1 file 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. |
From: Bitbucket <com...@bi...> - 2015-07-22 22:09:27
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/4096ad0f0980/ Changeset: 4096ad0f0980 Branch: None User: zzzeek Date: 2015-07-22 22:03:36+00:00 Summary: - Fixed critical issue whereby the pool "checkout" event handler may be called against a stale connection without the "connect" event handler having been called, in the case where the pool attempted to reconnect after being invalidated and failed; the stale connection would remain present and would be used on a subsequent attempt. This issue has a greater impact in the 1.0 series subsequent to 1.0.2, as it also delivers a blanked-out ``.info`` dictionary to the event handler; prior to 1.0.2 the ``.info`` dictionary is still the previous one. fixes #3497 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/0aee8eb0015b/ Changeset: 0aee8eb0015b Branch: rel_0_9 User: zzzeek Date: 2015-07-22 22:08:37+00:00 Summary: - Fixed critical issue whereby the pool "checkout" event handler may be called against a stale connection without the "connect" event handler having been called, in the case where the pool attempted to reconnect after being invalidated and failed; the stale connection would remain present and would be used on a subsequent attempt. This issue has a greater impact in the 1.0 series subsequent to 1.0.2, as it also delivers a blanked-out ``.info`` dictionary to the event handler; prior to 1.0.2 the ``.info`` dictionary is still the previous one. fixes #3497 (cherry picked from commit 4096ad0f0980f6940be57aaee85791df8f975cd7) Affected #: 5 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. |
From: Bitbucket <com...@bi...> - 2015-07-24 22:54:38
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/3180f15837cc/ Changeset: 3180f15837cc Branch: None User: zzzeek Date: 2015-07-24 22:27:45+00:00 Summary: - Organize the tree for 1.1 Affected #: 9 files https://bitbucket.org/zzzeek/sqlalchemy/commits/5ab9ab7940a6/ Changeset: 5ab9ab7940a6 Branch: None User: zzzeek Date: 2015-07-24 22:52:25+00:00 Summary: - remove "distutils-only" mode, use setuptools only - add first-class "pytest" runner to setup.py, fixes #3489 - remove references to setuptools Feature and mark that "--without-cextensions" is removed, fixes #3500 Affected #: 4 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. |
From: Bitbucket <com...@bi...> - 2015-07-26 20:10:32
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/d73ffaafe656/ Changeset: d73ffaafe656 Branch: None User: zzzeek Date: 2015-07-26 20:09:25+00:00 Summary: - add an example of text.columns - correct the scalar() example output Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/d9bc19026dcc/ Changeset: d9bc19026dcc Branch: rel_1_0 User: zzzeek Date: 2015-07-26 20:09:46+00:00 Summary: - add an example of text.columns - correct the scalar() example output Affected #: 1 file 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. |
From: Bitbucket <com...@bi...> - 2015-07-27 02:44:49
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/7240262adb5d/ Changeset: 7240262adb5d Branch: rel_1_0 User: zzzeek Date: 2015-07-27 02:43:13+00:00 Summary: - using text().columns() for ORM matching won't work well until ticket #3501, so remove this from pre-1.1 tutorials Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/9490e64a28ca/ Changeset: 9490e64a28ca Branch: rel_0_9 User: zzzeek Date: 2015-07-27 02:44:29+00:00 Summary: - using text().columns() for ORM matching won't work well until ticket #3501, so remove this from pre-1.1 tutorials (cherry picked from commit 7240262adb5d74ec49abdd8561fca58b632c5e8e) Affected #: 1 file 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. |
From: Bitbucket <com...@bi...> - 2015-07-29 20:55:33
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/2e52f877638d/ Changeset: 2e52f877638d Branch: None User: zzzeek Date: 2015-07-29 20:54:02+00:00 Summary: - fix typo in suffix_with() docs, fixes #3502 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/80ca73e9b8c0/ Changeset: 80ca73e9b8c0 Branch: rel_1_0 User: zzzeek Date: 2015-07-29 20:54:41+00:00 Summary: - fix typo in suffix_with() docs, fixes #3502 (cherry picked from commit 2e52f877638ded9d8440fa94632bff0f1705a83e) Affected #: 1 file 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. |
From: Bitbucket <com...@bi...> - 2015-07-31 22:19:37
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/196775b351c7/ Changeset: 196775b351c7 Branch: None User: zzzeek Date: 2015-07-31 21:22:57+00:00 Summary: - wip... Affected #: 7 files https://bitbucket.org/zzzeek/sqlalchemy/commits/6dcf65efa455/ Changeset: 6dcf65efa455 Branch: ticket_3499 User: zzzeek Date: 2015-07-31 22:19:04+00:00 Summary: - start refactoring the workings of index operators Affected #: 4 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. |
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. |