Thread: [Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets (Page 4)
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2013-08-21 23:09:32
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/9059df8762c2/ Changeset: 9059df8762c2 Branch: master User: zzzeek Date: 2013-08-22 01:09:01 Summary: add FAQ entry on large inserts Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/a71e5c68ca9d/ Changeset: a71e5c68ca9d Branch: rel_0_8 User: zzzeek Date: 2013-08-22 01:09:16 Summary: add FAQ entry on large inserts 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...> - 2013-08-21 23:18:53
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/1281b50d6dae/ Changeset: 1281b50d6dae Branch: master User: zzzeek Date: 2013-08-22 01:18:18 Summary: - update the test times, include pypy, clean up the script Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/f27992de277e/ Changeset: f27992de277e Branch: rel_0_8 User: zzzeek Date: 2013-08-22 01:18:37 Summary: - update the test times, include pypy, clean up the script 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...> - 2013-08-23 22:58:37
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/41f24ba13464/ Changeset: 41f24ba13464 Branch: master User: zzzeek Date: 2013-08-24 00:58:09 Summary: formatting Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/85ed24f79e37/ Changeset: 85ed24f79e37 Branch: rel_0_8 User: zzzeek Date: 2013-08-24 00:58:21 Summary: formatting 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...> - 2013-08-25 18:37:58
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/63971cb7977f/ Changeset: 63971cb7977f Branch: ticket_2793 User: zzzeek Date: 2013-08-25 19:22:08 Summary: docs re: versioning, some other fixes Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/b1d8d74b525b/ Changeset: b1d8d74b525b Branch: master User: zzzeek Date: 2013-08-25 20:37:35 Summary: migration for version id feature, eager_defaults 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...> - 2013-09-04 15:47:21
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/e8167548429b/ Changeset: e8167548429b Branch: master User: vmagamedov Date: 2013-09-04 17:45:14 Summary: Fixed Query.exists() method for the case, when query doesn't have any filters applied. Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/5d1bd984e603/ Changeset: 5d1bd984e603 Branch: rel_0_8 User: vmagamedov Date: 2013-09-04 17:46:28 Summary: Fixed Query.exists() method for the case, when query doesn't have any filters applied. Conflicts: doc/build/changelog/changelog_09.rst 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...> - 2013-09-17 18:27:08
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/f82268ec89c5/ Changeset: f82268ec89c5 Branch: None User: zzzeek Date: 2013-09-17 19:24:57 Summary: render "backports"/ "forward ports" automatically, only write out changelog once Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/da3fc4322122/ Changeset: da3fc4322122 Branch: auto_backport User: zzzeek Date: 2013-09-17 20:26:12 Summary: - more formatting - start moving large numbers of issues 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...> - 2013-09-17 22:49:50
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/c3c4b2d23dac/ Changeset: c3c4b2d23dac Branch: master User: zzzeek Date: 2013-09-18 00:48:48 Summary: fix typo [ticket:2827] Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/3e947c2c06ab/ Changeset: 3e947c2c06ab Branch: rel_0_8 User: zzzeek Date: 2013-09-18 00:49:07 Summary: fix typo [ticket:2827] 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...> - 2013-09-25 17:34:35
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/03671e9ee4c1/ Changeset: 03671e9ee4c1 Branch: None User: alex_gaynor Date: 2013-09-25 19:29:52 Summary: Replace a big loop + dict lookup in Connection.execute() with a simple visitor pattern Affected #: 6 files https://bitbucket.org/zzzeek/sqlalchemy/commits/8f4002814907/ Changeset: 8f4002814907 Branch: master User: zzzeek Date: 2013-09-25 19:33:34 Summary: Merge pull request #30 from alex/visitor-pattern Replace a big loop + dict lookup in Connection.execute() with a simple visitor pattern 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. |
From: Bitbucket <com...@bi...> - 2013-09-28 18:07:18
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/3b24a438a935/ Changeset: 3b24a438a935 Branch: None User: zzzeek Date: 2013-09-28 19:25:04 Summary: - change wildcards to work relative to paths - add load_only option - lock down wildcards when specified without entity to be for exactly one lead entity only Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/117aadd84b74/ Changeset: 117aadd84b74 Branch: ticket_1418 User: zzzeek Date: 2013-09-28 19:59:02 Summary: - undefer group, now works path-specific 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...> - 2013-10-01 17:46:31
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/78c5249bf7d3/ Changeset: 78c5249bf7d3 Branch: master User: zzzeek Date: 2013-10-01 19:44:53 Summary: - add monetdb - break out into "production" and "experimental" Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/396186ef3974/ Changeset: 396186ef3974 Branch: rel_0_8 User: zzzeek Date: 2013-10-01 19:45:59 Summary: - add monetdb - break out into "production" and "experimental" 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...> - 2013-10-03 21:08:13
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/97fec60b49a1/ Changeset: 97fec60b49a1 Branch: ticket_2824 User: zzzeek Date: 2013-10-03 20:58:08 Summary: - rework how Query gets at the Bundle in composite, as we need __clause_element__() to keep returning a real ClauseElement Affected #: 6 files https://bitbucket.org/zzzeek/sqlalchemy/commits/a83378b64005/ Changeset: a83378b64005 Branch: master User: zzzeek Date: 2013-10-03 23:06:55 Summary: - A new construct :class:`.Bundle` is added, which allows for specification of groups of column expressions to a :class:`.Query` construct. The group of columns are returned as a single tuple by default. The behavior of :class:`.Bundle` can be overridden however to provide any sort of result processing to the returned row. One example included is :attr:`.Composite.Comparator.bundle`, which applies a bundled form of a "composite" mapped attribute. [ticket:2824] - The :func:`.composite` construct now maintains the return object when used in a column-oriented :class:`.Query`, rather than expanding out into individual columns. This makes use of the new :class:`.Bundle` feature internally. This behavior is backwards incompatible; to select from a composite column which will expand out, use ``MyClass.some_composite.clauses``. Affected #: 11 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...> - 2013-10-06 21:43:09
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/43dd3288fd44/ Changeset: 43dd3288fd44 Branch: None User: zzzeek Date: 2013-10-06 20:26:51 Summary: - simplify the usage of strategy_for(), make it public - rework how Load gets set up with methods, as this needs to be extensible also. Use a decorator approach for simple method registration; make the "API" interface of Load more friendly Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/54ee0bc0ec94/ Changeset: 54ee0bc0ec94 Branch: ticket_1418 User: zzzeek Date: 2013-10-06 23:42:41 Summary: most docs 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. |
From: Bitbucket <com...@bi...> - 2013-10-07 01:07:59
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/22d5a1e415d6/ Changeset: 22d5a1e415d6 Branch: None User: zzzeek Date: 2013-10-07 02:50:51 Summary: 11th hour realization that Load() needs to do the _chop_path() thing as well. this probably has some bugs Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/d91449361654/ Changeset: d91449361654 Branch: master User: zzzeek Date: 2013-10-07 03:07:20 Summary: - add some tests for propagate of wildcard lazyload 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...> - 2013-10-07 16:54:05
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/9b2d90aa5f28/ Changeset: 9b2d90aa5f28 Branch: None User: zzzeek Date: 2013-10-07 18:51:38 Summary: - fix a glitch with how the default thing worked out Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/d47a376863bd/ Changeset: d47a376863bd Branch: master User: zzzeek Date: 2013-10-07 18:53:04 Summary: - add an option to Bundle single_entity=True to allow for single entity returns without otherwise changing much [ticket:2824] 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...> - 2013-10-08 14:08:39
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/b4165f9e0dd6/ Changeset: b4165f9e0dd6 Branch: None User: hjkim Date: 2013-10-08 09:19:08 Summary: Fix a typo: evaluted -> evaluated. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/92d477e4534e/ Changeset: 92d477e4534e Branch: rel_0_8 User: zzzeek Date: 2013-10-08 16:05:39 Summary: Merge pull request #32 from yoloseem/patch-1 Fix a typo: evaluted -> evaluated. 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...> - 2013-10-08 23:49:47
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/9df4651fba6d/ Changeset: 9df4651fba6d Branch: master User: zzzeek Date: 2013-10-09 01:47:13 Summary: Fixed bug where using an annotation such as :func:`.remote` or :func:`.foreign` on a :class:`.Column` before association with a parent :class:`.Table` could produce issues related to the parent table not rendering within joins, due to the inherent copy operation performed by an annotation. [ticket:2813] Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/79f55eb20bf3/ Changeset: 79f55eb20bf3 Branch: rel_0_8 User: zzzeek Date: 2013-10-09 01:49:09 Summary: Fixed bug where using an annotation such as :func:`.remote` or :func:`.foreign` on a :class:`.Column` before association with a parent :class:`.Table` could produce issues related to the parent table not rendering within joins, due to the inherent copy operation performed by an annotation. [ticket:2813] Conflicts: lib/sqlalchemy/sql/elements.py 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...> - 2013-10-09 00:09:27
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/e74627f82754/ Changeset: e74627f82754 Branch: master User: zzzeek Date: 2013-10-09 02:06:58 Summary: A :func:`.select` that is made to refer to itself in its FROM clause, typically via in-place mutation, will raise an informative error message rather than causing a recursion overflow. [ticket:2815] Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/e488bb47e4bd/ Changeset: e488bb47e4bd Branch: rel_0_8 User: zzzeek Date: 2013-10-09 02:08:35 Summary: A :func:`.select` that is made to refer to itself in its FROM clause, typically via in-place mutation, will raise an informative error message rather than causing a recursion overflow. [ticket:2815] Conflicts: lib/sqlalchemy/sql/selectable.py 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...> - 2013-10-13 18:10:43
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/366e74b1bef3/ Changeset: 366e74b1bef3 Branch: master User: zzzeek Date: 2013-10-13 20:09:35 Summary: MySQL-connector dialect now allows options in the create_engine query string to override those defaults set up in the connect, including "buffered" and "raise_on_warnings". [ticket:2515] Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/0cea9fd61c59/ Changeset: 0cea9fd61c59 Branch: rel_0_8 User: zzzeek Date: 2013-10-13 20:09:53 Summary: MySQL-connector dialect now allows options in the create_engine query string to override those defaults set up in the connect, including "buffered" and "raise_on_warnings". [ticket:2515] 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...> - 2013-10-14 14:29:39
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/8869d17f7376/ Changeset: 8869d17f7376 Branch: None User: alex_gaynor Date: 2013-10-14 13:03:46 Summary: Perform fewer dict lookups - tiny microoptimization Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/cdee1a9f2e0c/ Changeset: cdee1a9f2e0c Branch: master User: zzzeek Date: 2013-10-14 16:27:47 Summary: Merge pull request #35 from alex/less-dicts Perform fewer dict lookups - tiny microoptimization 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...> - 2013-10-14 18:57:43
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/78a38967c4ad/ Changeset: 78a38967c4ad Branch: master User: zzzeek Date: 2013-10-14 20:53:28 Summary: The ``.unique`` flag on :class:`.Index` could be produced as ``None`` if it was generated from a :class:`.Column` that didn't specify ``unique`` (where it defaults to ``None``). The flag will now always be ``True`` or ``False``. [ticket:2825] Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/621c22ca31eb/ Changeset: 621c22ca31eb Branch: rel_0_8 User: zzzeek Date: 2013-10-14 20:56:45 Summary: The ``.unique`` flag on :class:`.Index` could be produced as ``None`` if it was generated from a :class:`.Column` that didn't specify ``unique`` (where it defaults to ``None``). The flag will now always be ``True`` or ``False``. [ticket:2825] Conflicts: lib/sqlalchemy/sql/schema.py 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...> - 2013-10-18 19:35:31
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/ca02882c6a0d/ Changeset: ca02882c6a0d Branch: master User: zzzeek Date: 2013-10-18 20:44:01 Summary: - The change in :ticket:`2721`, which is that the ``deferrable`` keyword of :class:`.ForeignKeyConstraint` is silently ignored on the MySQL backend, will be reverted as of 0.9; this keyword will now render again, raising errors on MySQL as it is not understood - the same behavior will also apply to the ``initially`` keyword. In 0.8, the keywords will remain ignored but a warning is emitted. Additionally, the ``match`` keyword now raises a :class:`.CompileError` on 0.9 and emits a warning on 0.8; this keyword is not only silently ignored by MySQL but also breaks the ON UPDATE/ON DELETE options. To use a :class:`.ForeignKeyConstraint` that does not render or renders differently on MySQL, use a custom compilation option. An example of this usage has been added to the documentation, see :ref:`mysql_foreign_keys`. [ticket:2721] [ticket:2839] Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/cf1ac72bca8b/ Changeset: cf1ac72bca8b Branch: rel_0_8 User: zzzeek Date: 2013-10-18 21:00:42 Summary: - The change in :ticket:`2721`, which is that the ``deferrable`` keyword of :class:`.ForeignKeyConstraint` is silently ignored on the MySQL backend, will be reverted as of 0.9; this keyword will now render again, raising errors on MySQL as it is not understood - the same behavior will also apply to the ``initially`` keyword. In 0.8, the keywords will remain ignored but a warning is emitted. Additionally, the ``match`` keyword now raises a :class:`.CompileError` on 0.9 and emits a warning on 0.8; this keyword is not only silently ignored by MySQL but also breaks the ON UPDATE/ON DELETE options. To use a :class:`.ForeignKeyConstraint` that does not render or renders differently on MySQL, use a custom compilation option. An example of this usage has been added to the documentation, see :ref:`mysql_foreign_keys`. [ticket:2721] [ticket:2839] 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...> - 2013-10-18 23:25:12
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/7108605f697f/ Changeset: 7108605f697f Branch: master User: zzzeek Date: 2013-10-19 01:23:40 Summary: - add a "limitations of reflection" section, [ticket:2233] Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/4187fb281163/ Changeset: 4187fb281163 Branch: rel_0_8 User: zzzeek Date: 2013-10-19 01:24:52 Summary: - add a "limitations of reflection" section, [ticket:2233] Conflicts: doc/build/core/reflection.rst 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...> - 2013-10-18 23:35:41
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/71e043aaae1f/ Changeset: 71e043aaae1f Branch: master User: zzzeek Date: 2013-10-19 01:34:58 Summary: - attempt to clarify what mutable extension does for HSTORE, [ticket:2803] Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/bb6df3f45f0d/ Changeset: bb6df3f45f0d Branch: rel_0_8 User: zzzeek Date: 2013-10-19 01:35:22 Summary: - attempt to clarify what mutable extension does for HSTORE, [ticket:2803] 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...> - 2013-10-20 19:30:54
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/d485324639ee/ Changeset: d485324639ee Branch: None User: zzzeek Date: 2013-10-20 19:17:21 Summary: ternary + STRINGTYPE Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/090cf56ef01c/ Changeset: 090cf56ef01c Branch: ticket_2838 User: zzzeek Date: 2013-10-20 21:25:13 Summary: - enhance _get_colparams so that we can send flags like literal_binds into INSERT statements - add support in PG for inspecting standard_conforming_strings - add a new series of roundtrip tests based on INSERT of literal plus SELECT for basic literal rendering in dialect suite - fix sqlite date literal rendering Affected #: 10 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...> - 2013-10-20 20:32:18
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/0b0764b62ba8/ Changeset: 0b0764b62ba8 Branch: master User: zzzeek Date: 2013-10-20 22:25:46 Summary: - add a type_coerce() step within Enum, Boolean to the CHECK constraint, so that the custom type isn't exposed to an operation that is against the "impl" type's constraint, [ticket:2842] - this change showed up as some recursion overflow in pickling with labels, add a __reduce__() there....pickling of expressions is less and less something that's very viable... Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/45ad8af3f97f/ Changeset: 45ad8af3f97f Branch: rel_0_8 User: zzzeek Date: 2013-10-20 22:31:45 Summary: - add a type_coerce() step within Enum, Boolean to the CHECK constraint, so that the custom type isn't exposed to an operation that is against the "impl" type's constraint, [ticket:2842] - this change showed up as some recursion overflow in pickling with labels, add a __reduce__() there....pickling of expressions is less and less something that's very viable... Conflicts: lib/sqlalchemy/sql/elements.py lib/sqlalchemy/sql/sqltypes.py 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. |