sqlalchemy-commits Mailing List for SQLAlchemy (Page 41)
Brought to you by:
zzzeek
You can subscribe to this list here.
2006 |
Jan
|
Feb
(74) |
Mar
(167) |
Apr
(127) |
May
(190) |
Jun
(119) |
Jul
(77) |
Aug
(82) |
Sep
(84) |
Oct
(153) |
Nov
(45) |
Dec
(54) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
(109) |
Feb
(80) |
Mar
(110) |
Apr
(106) |
May
(92) |
Jun
(147) |
Jul
(288) |
Aug
(307) |
Sep
(108) |
Oct
(156) |
Nov
(147) |
Dec
(134) |
2008 |
Jan
(126) |
Feb
(91) |
Mar
(184) |
Apr
(208) |
May
(212) |
Jun
(54) |
Jul
(106) |
Aug
(80) |
Sep
(58) |
Oct
(80) |
Nov
(119) |
Dec
(220) |
2009 |
Jan
(202) |
Feb
(50) |
Mar
(70) |
Apr
(46) |
May
(80) |
Jun
(61) |
Jul
(146) |
Aug
(81) |
Sep
(71) |
Oct
(74) |
Nov
(66) |
Dec
(82) |
2010 |
Jan
(112) |
Feb
(169) |
Mar
(235) |
Apr
(77) |
May
(22) |
Jun
(31) |
Jul
(46) |
Aug
(46) |
Sep
(70) |
Oct
(36) |
Nov
(37) |
Dec
(79) |
2011 |
Jan
(46) |
Feb
(54) |
Mar
(65) |
Apr
(73) |
May
(31) |
Jun
(46) |
Jul
(40) |
Aug
(36) |
Sep
(44) |
Oct
(33) |
Nov
(19) |
Dec
(10) |
2012 |
Jan
(60) |
Feb
(37) |
Mar
(35) |
Apr
(28) |
May
(27) |
Jun
(50) |
Jul
(33) |
Aug
(88) |
Sep
(64) |
Oct
(74) |
Nov
(62) |
Dec
(41) |
2013 |
Jan
(30) |
Feb
(37) |
Mar
(39) |
Apr
(52) |
May
(40) |
Jun
(85) |
Jul
(74) |
Aug
(76) |
Sep
(26) |
Oct
(76) |
Nov
(63) |
Dec
(65) |
2014 |
Jan
(68) |
Feb
(82) |
Mar
(87) |
Apr
(24) |
May
(66) |
Jun
(34) |
Jul
(86) |
Aug
(75) |
Sep
(70) |
Oct
(41) |
Nov
(23) |
Dec
(53) |
2015 |
Jan
(40) |
Feb
(39) |
Mar
(69) |
Apr
(64) |
May
(40) |
Jun
(43) |
Jul
(20) |
Aug
(48) |
Sep
(38) |
Oct
(28) |
Nov
(34) |
Dec
(44) |
2016 |
Jan
(82) |
Feb
(49) |
Mar
(25) |
Apr
(21) |
May
(19) |
Jun
(46) |
Jul
(38) |
Aug
(21) |
Sep
(33) |
Oct
(44) |
Nov
(26) |
Dec
(10) |
2017 |
Jan
(52) |
Feb
(18) |
Mar
(61) |
Apr
(43) |
May
(57) |
Jun
(36) |
Jul
(37) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Bitbucket <com...@bi...> - 2015-05-05 20:55:50
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/be81cb200d9e/ Changeset: be81cb200d9e Branch: None User: zzzeek Date: 2015-05-05 20:55:09+00:00 Summary: - fix typo MANYTOONE -> MANYTOMANY, fixes #3415 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/eb59cb175375/ Changeset: eb59cb175375 Branch: rel_0_9 User: zzzeek Date: 2015-05-05 20:55:33+00:00 Summary: - fix typo MANYTOONE -> MANYTOMANY, fixes #3415 (cherry picked from commit be81cb200d9efb45c3bf331315c54dff778b5de6) 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-05-05 16:27:53
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/bcc8e6c02b0f/ Changeset: bcc8e6c02b0f Branch: None User: Peter Hoffmann Date: 2015-05-05 14:00:09+00:00 Summary: Mark tests that they require OFFSET support in database The sqlalchemy_exasol dialect needs to support Exasol 4.x which does not support the OFFSET feature. Mark test with testing.requires.offset so that they can be skipped of in the exasol specific test suite. 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-05-02 15:34:23
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/8ac2bec0292d/ Changeset: 8ac2bec0292d Branch: None User: zzzeek Date: 2015-05-02 15:33:54+00:00 Summary: - Liberalized an assertion that was added as part of :ticket:`3347` to protect against unknown conditions when splicing inner joins together within joined eager loads with ``innerjoin=True``; if some of the joins use a "secondary" table, the assertion needs to unwrap further joins in order to pass. fixes #3412 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-05-02 14:27:42
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/b2196dd953e6/ Changeset: b2196dd953e6 Branch: None User: zzzeek Date: 2015-05-02 14:08:11+00:00 Summary: - start qualifying some regressions as "unexpected use" regressions; regressions where we didn't know an API even worked in a particular way or that anyone were using it in such a way hence had no tests for such case. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/77db0ef6ac03/ Changeset: 77db0ef6ac03 Branch: None User: zzzeek Date: 2015-05-02 14:27:03+00:00 Summary: - Fixed bug in enhanced constraint-attachment logic introduced in :ticket:`3341` where in the unusual case of a constraint that refers to a mixture of :class:`.Column` objects and string column names at the same time, the auto-attach-on-column-attach logic will be skipped; for the constraint to be auto-attached in this case, all columns must be assembled on the target table up front. Added a new section to the migration document regarding the original feature as well as this change. fixes #3411 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-05-01 21:59:31
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/5d8a608722e3/ Changeset: 5d8a608722e3 Branch: None User: zzzeek Date: 2015-05-01 21:59:11+00:00 Summary: - update 3.4 callcounts 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-05-01 17:16:57
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/2ef1c56436d2/ Changeset: 2ef1c56436d2 Branch: None User: zzzeek Date: 2015-05-01 17:15:51+00:00 Summary: - move away from explicit raises of SkipTest, instead call a function patched onto config. nose/pytest backends now fill in their exception class here only when loaded - use more public seeming api to get at py.test Skipped exception 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...> - 2015-05-01 16:37:20
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/95949db715ff/ Changeset: 95949db715ff Branch: None User: zzzeek Date: 2015-05-01 16:33:45+00:00 Summary: - Repair _reinstall_default_lookups to also flip the _extended flag off again so that test fixtures setup/teardown instrumentation as expected - clean up test_extendedattr.py and fix it to no longer leak itself outside by ensuring _reinstall_default_lookups is always called, part of #3408 - Fixed bug where when using extended attribute instrumentation system, the correct exception would not be raised when :func:`.class_mapper` were called with an invalid input that also happened to not be weak referencable, such as an integer. fixes #3408 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/c613ec128ffe/ Changeset: c613ec128ffe Branch: rel_0_9 User: zzzeek Date: 2015-05-01 16:36:58+00:00 Summary: - Repair _reinstall_default_lookups to also flip the _extended flag off again so that test fixtures setup/teardown instrumentation as expected - clean up test_extendedattr.py and fix it to no longer leak itself outside by ensuring _reinstall_default_lookups is always called, part of #3408 - Fixed bug where when using extended attribute instrumentation system, the correct exception would not be raised when :func:`.class_mapper` were called with an invalid input that also happened to not be weak referencable, such as an integer. fixes #3408 (cherry picked from commit 95949db715ff54be01bfd260a51903ede60597ae) 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-05-01 14:01:03
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/635f06c3ebc7/ Changeset: 635f06c3ebc7 Branch: None User: zzzeek Date: 2015-05-01 14:00:23+00:00 Summary: - turn sessions in ResultTest to autocommit=True just to get them to clean up automatically. references #3407 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-05-01 13:42:12
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/088666e8f3de/ Changeset: 088666e8f3de Branch: None User: zzzeek Date: 2015-05-01 13:38:21+00:00 Summary: - Fixed an import that prevented "pypy setup.py test" from working correctly. fixes #3406 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/f1da4ce03d7f/ Changeset: f1da4ce03d7f Branch: rel_0_9 User: zzzeek Date: 2015-05-01 13:38:45+00:00 Summary: - Fixed an import that prevented "pypy setup.py test" from working correctly. fixes #3406 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-05-01 13:21:25
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/24d6ea362e75/ Changeset: 24d6ea362e75 Branch: None User: zzzeek Date: 2015-05-01 13:20:10+00:00 Summary: - Repaired / added to tests yet more expressions that were reported as failing with the new 'entity' key value added to :attr:`.Query.column_descriptions`, the logic to discover the "from" clause is again reworked to accommodate columns from aliased classes, as well as to report the correct value for the "aliased" flag in these cases. fixes #3409 Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/aee58e21631c/ Changeset: aee58e21631c Branch: rel_0_9 User: zzzeek Date: 2015-05-01 13:21:05+00:00 Summary: - Repaired / added to tests yet more expressions that were reported as failing with the new 'entity' key value added to :attr:`.Query.column_descriptions`, the logic to discover the "from" clause is again reworked to accommodate columns from aliased classes, as well as to report the correct value for the "aliased" flag in these cases. fixes #3409 (cherry picked from commit 24d6ea362e757c79b3bada663cf6fc9f262dae4f) 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-05-01 03:18:22
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/3cfda0a3c902/ Changeset: 3cfda0a3c902 Branch: None User: zzzeek Date: 2015-05-01 01:33:26+00:00 Summary: 1.0.3 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-05-01 01:31:21
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/681276b5b4ae/ Changeset: 681276b5b4ae Branch: None User: zzzeek Date: 2015-05-01 01:26:48+00:00 Summary: - Fixed regression from 0.9.10 prior to release due to :ticket:`3349` where the check for query state on :meth:`.Query.update` or :meth:`.Query.delete` compared the empty tuple to itself using ``is``, which fails on Pypy to produce ``True`` in this case; this would erronously emit a warning in 0.9 and raise an exception in 1.0. fixes #3405 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/7f658511954d/ Changeset: 7f658511954d Branch: rel_0_9 User: zzzeek Date: 2015-05-01 01:30:57+00:00 Summary: - Fixed regression from 0.9.10 prior to release due to :ticket:`3349` where the check for query state on :meth:`.Query.update` or :meth:`.Query.delete` compared the empty tuple to itself using ``is``, which fails on Pypy to produce ``True`` in this case; this would erronously emit a warning in 0.9 and raise an exception in 1.0. fixes #3405 (cherry picked from commit 681276b5b4ae48924c85a1c26af3f9bde3d77b5f) 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-05-01 00:20:34
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/4992aafecceb/ Changeset: 4992aafecceb Branch: None User: zzzeek Date: 2015-05-01 00:20:02+00:00 Summary: - revise the last commit with a more traditional approach using descriptors; ensure that mock.patch() honors descriptor setters 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-04-30 23:59:22
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/e0f9b279f437/ Changeset: e0f9b279f437 Branch: None User: zzzeek Date: 2015-04-30 23:55:28+00:00 Summary: - work the wrapping of the "creator" to be as resilient to old / new style, direct access, and ad-hoc patching and unpatching as possible 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-04-30 22:01:25
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/2d64bd39ea2c/ Changeset: 2d64bd39ea2c Branch: None User: zzzeek Date: 2015-04-30 21:43:49+00:00 Summary: - rework this so that creator can maintain the same API as before Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/d26c18bd9dcb/ Changeset: d26c18bd9dcb Branch: ticket_3355 User: zzzeek Date: 2015-04-30 21:43:53+00:00 Summary: - new features will be in 1.0.3 Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/0e98795ff2c7/ Changeset: 0e98795ff2c7 Branch: None User: zzzeek Date: 2015-04-30 21:51:14+00:00 Summary: - New features added to support engine/pool plugins with advanced functionality. Added a new "soft invalidate" feature to the connection pool at the level of the checked out connection wrapper as well as the :class:`._ConnectionRecord`. This works similarly to a modern pool invalidation in that connections aren't actively closed, but are recycled only on next checkout; this is essentially a per-connection version of that feature. A new event :class:`.PoolEvents.soft_invalidate` is added to complement it. fixes #3379 - Added new flag :attr:`.ExceptionContext.invalidate_pool_on_disconnect`. Allows an error handler within :meth:`.ConnectionEvents.handle_error` to maintain a "disconnect" condition, but to handle calling invalidate on individual connections in a specific manner within the event. - Added new event :class:`.DialectEvents.do_connect`, which allows interception / replacement of when the :meth:`.Dialect.connect` hook is called to create a DBAPI connection. Also added dialect plugin hooks :meth:`.Dialect.get_dialect_cls` and :meth:`.Dialect.engine_created` which allow external plugins to add events to existing dialects using entry points. fixes #3355 Affected #: 9 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-04-30 16:56:05
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/adb66da06f57/ Changeset: adb66da06f57 Branch: ticket_3355 User: zzzeek Date: 2015-04-30 16:55:29+00:00 Summary: Merge branch 'master' into ticket_3355 Affected #: 37 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-04-30 16:55:32
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/20e3df602846/ Changeset: 20e3df602846 Branch: None User: zzzeek Date: 2015-04-30 16:53:27+00:00 Summary: - Fixed regression from as yet unreleased 0.9.10 where the new addition of ``entity`` to the :attr:`.Query.column_descriptions` accessor would fail if the target entity was produced from a core selectable such as a :class:`.Table` or :class:`.CTE` object. fixes #3403 references #3320 Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/de8a9fd81408/ Changeset: de8a9fd81408 Branch: rel_0_9 User: zzzeek Date: 2015-04-30 16:55:07+00:00 Summary: - Fixed regression from as yet unreleased 0.9.10 where the new addition of ``entity`` to the :attr:`.Query.column_descriptions` accessor would fail if the target entity was produced from a core selectable such as a :class:`.Table` or :class:`.CTE` object. fixes #3403 references #3320 (cherry picked from commit 20e3df602846bb1d8940b5138f21ef203c99bade) 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-04-30 15:38:53
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/606a9b02e5c6/ Changeset: 606a9b02e5c6 Branch: None User: zzzeek Date: 2015-04-30 15:38:24+00:00 Summary: - Added a placeholder method :meth:`.TypeEngine.compare_against_backend` which is now consumed by Alembic migrations as of 0.7.6. User-defined types can implement this method to assist in the comparison of a type against one reflected from the database. 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-04-29 18:10:44
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/b0be9211c9a2/ Changeset: b0be9211c9a2 Branch: None User: zzzeek Date: 2015-04-29 18:00:16+00:00 Summary: - Fixed regression within the flush process when an attribute were set to a SQL expression for an UPDATE, and the SQL expression when compared to the previous value of the attribute would produce a SQL comparison other than ``==`` or ``!=``, the exception "Boolean value of this clause is not defined" would raise. The fix ensures that the unit of work will not interpret the SQL expression in this way. fixes #3402 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-04-29 04:06:30
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/93b5eae9843d/ Changeset: 93b5eae9843d Branch: None User: zzzeek Date: 2015-04-29 04:05:25+00:00 Summary: - add boldface for "viable" plus a note describing that this refers to the table having a primary key. fixes #3398 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/933af1078f93/ Changeset: 933af1078f93 Branch: rel_0_9 User: zzzeek Date: 2015-04-29 04:06:12+00:00 Summary: - add boldface for "viable" plus a note describing that this refers to the table having a primary key. fixes #3398 (cherry picked from commit 93b5eae9843d423378f68be928a4f1e6fcacfb87) 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-04-28 23:20:30
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/4f6e9ccae93b/ Changeset: 4f6e9ccae93b Branch: None User: zzzeek Date: 2015-04-28 23:20:01+00:00 Summary: - Fixed bug in association proxy where an any()/has() on an relationship->scalar non-object attribute comparison would fail, e.g. ``filter(Parent.some_collection_to_attribute.any(Child.attr == 'foo'))`` fixes #3397 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-04-28 21:19:56
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/da8e374f00f4/ Changeset: da8e374f00f4 Branch: ticket_3355 User: zzzeek Date: 2015-04-28 21:19:09+00:00 Summary: - add a test for connectionrecord invalidation concurrent within the checkout process. 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-04-28 20:03:42
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/ac52239b328f/ Changeset: ac52239b328f Branch: None User: zzzeek Date: 2015-04-28 20:02:59+00:00 Summary: - Fixed bug where the truncation of long labels in SQL could produce a label that overlapped another label that is not truncated; this because the length threshhold for truncation was greater than the portion of the label that remains after truncation. These two values have now been made the same; label_length - 6. The effect here is that shorter column labels will be "truncated" where they would not have been truncated before. fixes #3396 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-04-28 14:12:23
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/da327d0349b2/ Changeset: da327d0349b2 Branch: None User: Ernest Walzel Date: 2015-04-28 11:27:00+00:00 Summary: Fix typo in 'Relationships API' docs exprssed -> expressed Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/0783cb9337ad/ Changeset: 0783cb9337ad Branch: None User: zzzeek Date: 2015-04-28 14:10:40+00:00 Summary: Merge pull request #170 from eronisko/fix_typo Fix typo in 'Relationships API' docs Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/e26ccb284452/ Changeset: e26ccb284452 Branch: rel_0_9 User: Ernest Walzel Date: 2015-04-28 14:11:50+00:00 Summary: Fix typo in 'Relationships API' docs exprssed -> expressed (cherry picked from commit da327d0349b2af88700808c8e0041eda4c57882f) 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-04-27 21:41:03
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/34f98a63b54a/ Changeset: 34f98a63b54a Branch: None User: zzzeek Date: 2015-04-27 21:40:41+00:00 Summary: - altered part of the use contract first set up in #2992; we now skip textual label references when copying ORDER BY elements to the joined-eager-load subquery, as we can't know that these expressions are compatible with this placement; either because they are meant for text(), or because they refer to label names already stated and aren't bound to a table. fixes #3392 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. |