Thread: [Sqlalchemy-commits] commit/sqlalchemy: 3 new changesets (Page 5)
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2014-04-18 18:24:38
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/442d62172fce/ Changeset: 442d62172fce Branch: None User: kvesteri Date: 2014-04-18 09:08:46 Summary: Add propagate flag for relationship Affected #: 8 files https://bitbucket.org/zzzeek/sqlalchemy/commits/86f9403103bd/ Changeset: 86f9403103bd Branch: None User: zzzeek Date: 2014-04-18 19:32:43 Summary: Merge branch 'feature/3022-propagate-option-for-relationship' of bitbucket.org:kvesteri/sqlalchemy into konsta_3022 Affected #: 8 files https://bitbucket.org/zzzeek/sqlalchemy/commits/6022ac3097f6/ Changeset: 6022ac3097f6 Branch: konsta_3022 User: zzzeek Date: 2014-04-18 20:21:34 Summary: - move test_propagate to test/orm/inheritance as the propagate flag is specific to mapper inheritance - tweak Proxy property to give the proxied descriptor a chance to raise an exception - have Concrete prop raise on all access, not just trying to use it in a query. This might be a little problematic backwards compatible-wise, however - adjust mapper and relationship to more correctly allow for concreteinheritedprop to be overridden, in the case of backrefs etc., some cases were still raising due to how props are set up - work assert_raises/assert_raises_message to be expressed via a context manager that can be used directly Affected #: 8 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...> - 2014-05-12 15:42:02
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/46763173fcda/ Changeset: 46763173fcda Branch: None User: zzzeek Date: 2014-05-12 17:39:49 Summary: changelog for pullreq bitbucket:15 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/41a334b3d8fa/ Changeset: 41a334b3d8fa Branch: None User: WSMcG Date: 2014-05-12 17:40:23 Summary: Added optional '=' to MySQL KEY_BLOCK_SIZE regex Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/7d15b4fb38a4/ Changeset: 7d15b4fb38a4 Branch: rel_0_8 User: zzzeek Date: 2014-05-12 17:40:29 Summary: changelog for pullreq bitbucket:15 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...> - 2014-05-14 14:04:15
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/aa12fdb40e66/ Changeset: aa12fdb40e66 Branch: master User: zzzeek Date: 2014-05-14 16:03:24 Summary: - Fixed bug in mutable extension where :class:`.MutableDict` did not report change events for the ``setdefault()`` dictionary operation. fixes #3051 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/795a341e285a/ Changeset: 795a341e285a Branch: rel_0_9 User: zzzeek Date: 2014-05-14 16:03:40 Summary: Merge branch 'master' into rel_0_9 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/cf1ba8e10166/ Changeset: cf1ba8e10166 Branch: rel_0_8 User: zzzeek Date: 2014-05-14 16:03:51 Summary: - Fixed bug in mutable extension where :class:`.MutableDict` did not report change events for the ``setdefault()`` dictionary operation. fixes #3051 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...> - 2014-05-16 17:10:49
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/57b6da9d402f/ Changeset: 57b6da9d402f Branch: None User: LevonXXL Date: 2014-05-13 13:48:29 Summary: zero_indexes-param-for-postgresql-ARRAY-type Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/acb13668c298/ Changeset: acb13668c298 Branch: None User: zzzeek Date: 2014-05-16 19:01:19 Summary: Merge branch 'zero_indexes-param-for-postgresql-ARRAY-type' of https://bitbucket.org/LevonXXL/sqlalchemy/overview into t Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/460465a8749a/ Changeset: 460465a8749a Branch: None User: zzzeek Date: 2014-05-16 19:09:50 Summary: - changelog for #2785 - refactor tests a bit fixes #2785 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...> - 2014-05-24 13:56:34
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/931685bac916/ Changeset: 931685bac916 Branch: None User: zzzeek Date: 2014-05-24 15:54:20 Summary: - hyperlink all the column operators listed in the ORM tutorial common filter operators section - add language to MATCH explicitly stating this operator varies by backend and is not available on SQLite, as the tutorial defaults to SQLite to start with, fix #3059 - on the actual match() documentation fix this up to be more accurate, list some example renderings for different backends. again mention SQLite not supported Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/0e70d8ca7af1/ Changeset: 0e70d8ca7af1 Branch: rel_0_9 User: zzzeek Date: 2014-05-24 15:56:06 Summary: - hyperlink all the column operators listed in the ORM tutorial common filter operators section - add language to MATCH explicitly stating this operator varies by backend and is not available on SQLite, as the tutorial defaults to SQLite to start with, fix #3059 - on the actual match() documentation fix this up to be more accurate, list some example renderings for different backends. again mention SQLite not supported Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/96b24ec545fa/ Changeset: 96b24ec545fa Branch: rel_0_8 User: zzzeek Date: 2014-05-24 15:56:14 Summary: - hyperlink all the column operators listed in the ORM tutorial common filter operators section - add language to MATCH explicitly stating this operator varies by backend and is not available on SQLite, as the tutorial defaults to SQLite to start with, fix #3059 - on the actual match() documentation fix this up to be more accurate, list some example renderings for different backends. again mention SQLite not supported 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...> - 2014-05-24 21:03:22
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/4d4abd2f76ac/ Changeset: 4d4abd2f76ac Branch: None User: zzzeek Date: 2014-05-24 22:28:23 Summary: - revert the memoized committed_state / callables changes as they appear to add to lazy loading. not really clear which approach is better in the long run. Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/e41af7fcfd28/ Changeset: e41af7fcfd28 Branch: None User: zzzeek Date: 2014-05-24 22:49:25 Summary: - reset callcounts Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/f9adac0a34e4/ Changeset: f9adac0a34e4 Branch: None User: zzzeek Date: 2014-05-24 23:02:47 Summary: - fix some identity map accessors - fix a bad comparison in MySQL w/ limit/offset thing 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...> - 2014-05-25 17:49:47
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/95b10c4e8e59/ Changeset: 95b10c4e8e59 Branch: None User: zzzeek Date: 2014-05-25 19:45:32 Summary: - Fixed bug in subquery eager loading where a long chain of eager loads across a polymorphic-subclass boundary in conjunction with polymorphic loading would fail to locate the subclass-link in the chain, erroring out with a missing property name on an :class:`.AliasedClass`. fixes #3055 Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/7dc497be982e/ Changeset: 7dc497be982e Branch: rel_0_9 User: zzzeek Date: 2014-05-25 19:46:01 Summary: - Fixed bug in subquery eager loading where a long chain of eager loads across a polymorphic-subclass boundary in conjunction with polymorphic loading would fail to locate the subclass-link in the chain, erroring out with a missing property name on an :class:`.AliasedClass`. fixes #3055 Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/5cf8dbeb5efd/ Changeset: 5cf8dbeb5efd Branch: rel_0_8 User: zzzeek Date: 2014-05-25 19:47:56 Summary: - Fixed bug in subquery eager loading where a long chain of eager loads across a polymorphic-subclass boundary in conjunction with polymorphic loading would fail to locate the subclass-link in the chain, erroring out with a missing property name on an :class:`.AliasedClass`. fixes #3055 - adjust the test from 1.0/0.9 to not use chained eager load style 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...> - 2014-05-25 17:59:33
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/e384347ffb9b/ Changeset: e384347ffb9b Branch: None User: zzzeek Date: 2014-05-25 19:58:08 Summary: - Added the ``hashable=False`` flag to the PG :class:`.HSTORE` type, which is needed to allow the ORM to skip over trying to "hash" an ORM-mapped HSTORE column when requesting it in a mixed column/entity list. Patch courtesy Gunnlaugur Þór Briem. Fixes #3053 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/64e887b2e399/ Changeset: 64e887b2e399 Branch: rel_0_9 User: zzzeek Date: 2014-05-25 19:58:31 Summary: - Added the ``hashable=False`` flag to the PG :class:`.HSTORE` type, which is needed to allow the ORM to skip over trying to "hash" an ORM-mapped HSTORE column when requesting it in a mixed column/entity list. Patch courtesy Gunnlaugur Þór Briem. Fixes #3053 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/21cb06d1c077/ Changeset: 21cb06d1c077 Branch: rel_0_8 User: zzzeek Date: 2014-05-25 19:58:36 Summary: - Added the ``hashable=False`` flag to the PG :class:`.HSTORE` type, which is needed to allow the ORM to skip over trying to "hash" an ORM-mapped HSTORE column when requesting it in a mixed column/entity list. Patch courtesy Gunnlaugur Þór Briem. Fixes #3053 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...> - 2014-05-25 18:10:57
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/482a67e1c68d/ Changeset: 482a67e1c68d Branch: None User: zzzeek Date: 2014-05-25 20:08:41 Summary: - Fixed bug in INSERT..FROM SELECT construct where selecting from a UNION would wrap the union in an anonymous (e.g. unlabled) subquery. fixes #3044 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/076eef5afb47/ Changeset: 076eef5afb47 Branch: rel_0_9 User: zzzeek Date: 2014-05-25 20:09:08 Summary: - Fixed bug in INSERT..FROM SELECT construct where selecting from a UNION would wrap the union in an anonymous (e.g. unlabled) subquery. fixes #3044 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/83b2e9e8d250/ Changeset: 83b2e9e8d250 Branch: rel_0_8 User: zzzeek Date: 2014-05-25 20:10:34 Summary: - Fixed bug in INSERT..FROM SELECT construct where selecting from a UNION would wrap the union in an anonymous (e.g. unlabled) subquery. fixes #3044 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...> - 2014-05-29 00:02:10
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/bc08ee902925/ Changeset: bc08ee902925 Branch: master User: zzzeek Date: 2014-05-29 02:01:21 Summary: - Fixed a few edge cases which arise in the so-called "row switch" scenario, where an INSERT/DELETE can be turned into an UPDATE. In this situation, a many-to-one relationship set to None, or in some cases a scalar attribute set to None, may not be detected as a net change in value, and therefore the UPDATE would not reset what was on the previous row. This is due to some as-yet unresovled side effects of the way attribute history works in terms of implicitly assuming None isn't really a "change" for a previously un-set attribute. See also :ticket:`3061`. fixes #3060 Affected #: 7 files https://bitbucket.org/zzzeek/sqlalchemy/commits/10d4629583db/ Changeset: 10d4629583db Branch: rel_1_0 User: zzzeek Date: 2014-05-29 02:01:40 Summary: Merge branch 'master' into rel_1_0 Affected #: 7 files https://bitbucket.org/zzzeek/sqlalchemy/commits/16b7f1816d54/ Changeset: 16b7f1816d54 Branch: rel_0_9 User: zzzeek Date: 2014-05-29 02:01:49 Summary: - Fixed a few edge cases which arise in the so-called "row switch" scenario, where an INSERT/DELETE can be turned into an UPDATE. In this situation, a many-to-one relationship set to None, or in some cases a scalar attribute set to None, may not be detected as a net change in value, and therefore the UPDATE would not reset what was on the previous row. This is due to some as-yet unresovled side effects of the way attribute history works in terms of implicitly assuming None isn't really a "change" for a previously un-set attribute. See also :ticket:`3061`. fixes #3060 Affected #: 7 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...> - 2014-05-30 04:23:14
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/2c8689fd141c/ Changeset: 2c8689fd141c Branch: master User: zzzeek Date: 2014-05-30 06:21:11 Summary: - add a new assertsql construct "Or", so that we can test for a UOW flush that might take one of multiple directions; apply this to test_delete_unloaded_m2o which is now illustrating multiple paths due to #3060/#3061, though still doing the right thing. Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/c447ff74228a/ Changeset: c447ff74228a Branch: rel_1_0 User: zzzeek Date: 2014-05-30 06:22:04 Summary: Merge branch 'master' into rel_1_0 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/c1cc2e722eae/ Changeset: c1cc2e722eae Branch: rel_0_9 User: zzzeek Date: 2014-05-30 06:22:29 Summary: - add a new assertsql construct "Or", so that we can test for a UOW flush that might take one of multiple directions; apply this to test_delete_unloaded_m2o which is now illustrating multiple paths due to #3060/#3061, though still doing the right thing. 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...> - 2014-05-30 19:37:07
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/8daa6ccfb0be/ Changeset: 8daa6ccfb0be Branch: None User: zzzeek Date: 2014-05-30 21:36:13 Summary: - The ``__mapper_args__`` dictionary is copied from a declarative mixin or abstract class when accessed, so that modifications made to this dictionary by declarative itself won't conflict with that of other mappings. The dictionary is modified regarding the ``version_id_col`` and ``polymorphic_on`` arguments, replacing the column within with the one that is officially mapped to the local class/table. fixes #3062 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/1f88b16a0fc0/ Changeset: 1f88b16a0fc0 Branch: rel_0_9 User: zzzeek Date: 2014-05-30 21:36:41 Summary: - The ``__mapper_args__`` dictionary is copied from a declarative mixin or abstract class when accessed, so that modifications made to this dictionary by declarative itself won't conflict with that of other mappings. The dictionary is modified regarding the ``version_id_col`` and ``polymorphic_on`` arguments, replacing the column within with the one that is officially mapped to the local class/table. fixes #3062 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/01eb52b516f1/ Changeset: 01eb52b516f1 Branch: rel_0_8 User: zzzeek Date: 2014-05-30 21:36:47 Summary: - The ``__mapper_args__`` dictionary is copied from a declarative mixin or abstract class when accessed, so that modifications made to this dictionary by declarative itself won't conflict with that of other mappings. The dictionary is modified regarding the ``version_id_col`` and ``polymorphic_on`` arguments, replacing the column within with the one that is officially mapped to the local class/table. fixes #3062 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...> - 2014-05-30 22:10:25
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/809a7890a1cc/ Changeset: 809a7890a1cc Branch: None User: zzzeek Date: 2014-05-31 00:06:09 Summary: - remove drizzle dialect - restore mysqldb fully within dialects/mysql/, it's no longer a connector. fixes #2984 Affected #: 11 files https://bitbucket.org/zzzeek/sqlalchemy/commits/9c96d96d0fe5/ Changeset: 9c96d96d0fe5 Branch: None User: zzzeek Date: 2014-05-31 00:09:11 Summary: - fix this test for MySQL, needs InnoDB Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/86efae46b035/ Changeset: 86efae46b035 Branch: rel_0_9 User: zzzeek Date: 2014-05-31 00:09:28 Summary: - fix this test for MySQL, needs InnoDB 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...> - 2014-06-05 14:40:57
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/7feacfcaa425/ Changeset: 7feacfcaa425 Branch: None User: Justin Wood (Callek) Date: 2014-05-29 19:47:19 Summary: once kwarg in event funcs is new in 0.9.4 event.listen and event.listen_for have a kwarg once added in 0.9.4 (not 0.9.3) CHANGELOG agrees with this as well. (as does my manual testing) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/ca1cfbca48c3/ Changeset: ca1cfbca48c3 Branch: rel_0_9 User: zzzeek Date: 2014-06-05 16:39:40 Summary: Merge branch 'patch-2' of https://github.com/Callek/sqlalchemy into rel_0_9 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/8952724cdda5/ Changeset: 8952724cdda5 Branch: None User: Justin Wood (Callek) Date: 2014-06-05 16:40:34 Summary: once kwarg in event funcs is new in 0.9.4 event.listen and event.listen_for have a kwarg once added in 0.9.4 (not 0.9.3) CHANGELOG agrees with this as well. (as does my manual testing) 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...> - 2014-06-08 22:03:59
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/bd9c325852bf/ Changeset: bd9c325852bf Branch: None User: zzzeek Date: 2014-06-09 00:03:07 Summary: - changelog Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/3e63eed84c8e/ Changeset: 3e63eed84c8e Branch: None User: univerio Date: 2014-06-09 00:03:34 Summary: Materialized paths example. Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/5f516d8455a1/ Changeset: 5f516d8455a1 Branch: rel_0_9 User: zzzeek Date: 2014-06-09 00:03:42 Summary: - changelog 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...> - 2014-06-18 14:57:25
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/a46932422b9b/ Changeset: a46932422b9b Branch: None User: zzzeek Date: 2014-06-18 16:56:23 Summary: - Fixed bug where column names added to ``mysql_length`` parameter on an index needed to have the same quoting for quoted names in order to be recognized. The fix makes the quotes optional but also provides the old behavior for backwards compatibility with those using the workaround. fixes #3085 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/4bab5e97b1f4/ Changeset: 4bab5e97b1f4 Branch: rel_0_9 User: zzzeek Date: 2014-06-18 16:56:52 Summary: - Fixed bug where column names added to ``mysql_length`` parameter on an index needed to have the same quoting for quoted names in order to be recognized. The fix makes the quotes optional but also provides the old behavior for backwards compatibility with those using the workaround. fixes #3085 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/6f9a8034ca20/ Changeset: 6f9a8034ca20 Branch: rel_0_8 User: zzzeek Date: 2014-06-18 16:56:57 Summary: - Fixed bug where column names added to ``mysql_length`` parameter on an index needed to have the same quoting for quoted names in order to be recognized. The fix makes the quotes optional but also provides the old behavior for backwards compatibility with those using the workaround. fixes #3085 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...> - 2014-06-25 18:31:47
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/ca58fa5d9338/ Changeset: ca58fa5d9338 Branch: None User: zzzeek Date: 2014-06-25 20:30:25 Summary: - Fixed bug when the declarative ``__abstract__`` flag was not being distinguished for when it was actually the value ``False``. The ``__abstract__`` flag needs to acutally evaluate to a True value at the level being tested. fixes #3097 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/2ad0ddca4c92/ Changeset: 2ad0ddca4c92 Branch: rel_0_9 User: zzzeek Date: 2014-06-25 20:30:58 Summary: - Fixed bug when the declarative ``__abstract__`` flag was not being distinguished for when it was actually the value ``False``. The ``__abstract__`` flag needs to acutally evaluate to a True value at the level being tested. fixes #3097 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/feda84e5b2c4/ Changeset: feda84e5b2c4 Branch: None User: zzzeek Date: 2014-06-25 20:31:18 Summary: add missing release date 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...> - 2014-06-27 19:53:32
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/3ea154fbf5db/ Changeset: 3ea154fbf5db Branch: None User: zzzeek Date: 2014-06-27 21:52:40 Summary: - MySQL error 2014 "commands out of sync" appears to be raised as a ProgrammingError, not OperationalError, in modern MySQL-Python versions; all MySQL error codes that are tested for "is disconnect" are now checked within OperationalError and ProgrammingError regardless. fixes #3101 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/9b86d7ce70b0/ Changeset: 9b86d7ce70b0 Branch: rel_0_9 User: zzzeek Date: 2014-06-27 21:53:00 Summary: - MySQL error 2014 "commands out of sync" appears to be raised as a ProgrammingError, not OperationalError, in modern MySQL-Python versions; all MySQL error codes that are tested for "is disconnect" are now checked within OperationalError and ProgrammingError regardless. fixes #3101 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/034912c1d869/ Changeset: 034912c1d869 Branch: rel_0_8 User: zzzeek Date: 2014-06-27 21:53:05 Summary: - MySQL error 2014 "commands out of sync" appears to be raised as a ProgrammingError, not OperationalError, in modern MySQL-Python versions; all MySQL error codes that are tested for "is disconnect" are now checked within OperationalError and ProgrammingError regardless. fixes #3101 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...> - 2014-06-27 20:08:15
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/3d7cd1741b02/ Changeset: 3d7cd1741b02 Branch: None User: zzzeek Date: 2014-06-27 22:07:05 Summary: wrong version number Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/d836dcb02adb/ Changeset: d836dcb02adb Branch: rel_0_9 User: zzzeek Date: 2014-06-27 22:07:28 Summary: wrong version number Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/50cb349294c5/ Changeset: 50cb349294c5 Branch: rel_0_8 User: zzzeek Date: 2014-06-27 22:07:44 Summary: wrong version number 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...> - 2014-07-07 22:00:24
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/5eefdae11319/ Changeset: 5eefdae11319 Branch: master User: zzzeek Date: 2014-07-07 23:59:47 Summary: document JSONB Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/a1026c4d7b0a/ Changeset: a1026c4d7b0a Branch: rel_1_0 User: zzzeek Date: 2014-07-07 23:59:54 Summary: Merge branch 'master' into rel_1_0 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/fc1711e166f8/ Changeset: fc1711e166f8 Branch: rel_0_9 User: zzzeek Date: 2014-07-08 00:00:07 Summary: document JSONB 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...> - 2014-07-08 23:18:18
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/e38bb315fdd2/ Changeset: e38bb315fdd2 Branch: master User: zzzeek Date: 2014-07-09 01:08:42 Summary: - The "evaulator" for query.update()/delete() won't work with multi-table updates, and needs to be set to `synchronize_session=False` or `synchronize_session='fetch'`; this now raises an exception, with a message to change the synchronize setting. This will be only a warning in 0.9.7. fixes #3117 Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/8c2959ae9ad3/ Changeset: 8c2959ae9ad3 Branch: rel_1_0 User: zzzeek Date: 2014-07-09 01:09:15 Summary: Merge branch 'master' into rel_1_0 Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/330800f7b8ec/ Changeset: 330800f7b8ec Branch: rel_0_9 User: zzzeek Date: 2014-07-09 01:17:45 Summary: - The "evaulator" for query.update()/delete() won't work with multi-table updates, and needs to be set to `synchronize_session=False` or `synchronize_session='fetch'`; this is a warning in 0.9.7, an exception in 1.0. fixes #3117 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...> - 2014-07-08 23:23:17
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/450453ab1a5f/ Changeset: 450453ab1a5f Branch: master User: zzzeek Date: 2014-07-09 01:22:44 Summary: -do an autoflake8 here Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/48529c1cf183/ Changeset: 48529c1cf183 Branch: rel_1_0 User: zzzeek Date: 2014-07-09 01:22:53 Summary: Merge branch 'master' into rel_1_0 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/d3e7e8f9b913/ Changeset: d3e7e8f9b913 Branch: rel_0_9 User: zzzeek Date: 2014-07-09 01:23:05 Summary: -do an autoflake8 here 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...> - 2014-07-09 22:13:47
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/bbb81e682c16/ Changeset: bbb81e682c16 Branch: master User: zzzeek Date: 2014-07-10 00:12:32 Summary: - support __only_on__ and __backend__ at the same time Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/5d01c4b653a4/ Changeset: 5d01c4b653a4 Branch: rel_1_0 User: zzzeek Date: 2014-07-10 00:12:45 Summary: Merge branch 'master' into rel_1_0 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/3f08eece3f8b/ Changeset: 3f08eece3f8b Branch: rel_0_9 User: zzzeek Date: 2014-07-10 00:13:19 Summary: - support __only_on__ and __backend__ at the same time Conflicts: test/dialect/mysql/test_types.py 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...> - 2014-07-10 22:52:16
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/304e5b2a1170/ Changeset: 304e5b2a1170 Branch: None User: celttechie Date: 2014-07-11 00:28:49 Summary: fixed style to conform to PEP8 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/600e6bfb3fa2/ Changeset: 600e6bfb3fa2 Branch: None User: celttechie Date: 2014-07-11 00:31:07 Summary: Merge branch 'master' of https://github.com/celttechie/sqlalchemy Pulling from new fork of SQLAlchemy Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/a5aafc293bfa/ Changeset: a5aafc293bfa Branch: rel_0_9 User: celttechie Date: 2014-07-11 00:50:33 Summary: fixed style to conform to PEP8 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...> - 2014-07-13 23:01:37
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/071a18309858/ Changeset: 071a18309858 Branch: None User: zzzeek Date: 2014-07-14 00:55:18 Summary: - Fixed bug in :class:`.Enum` and other :class:`.SchemaType` subclasses where direct association of the type with a :class:`.MetaData` would lead to a hang when events (like create events) were emitted on the :class:`.MetaData`. fixes #3124 Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/bd610650703f/ Changeset: bd610650703f Branch: rel_0_9 User: zzzeek Date: 2014-07-14 00:56:52 Summary: - Fixed bug in :class:`.Enum` and other :class:`.SchemaType` subclasses where direct association of the type with a :class:`.MetaData` would lead to a hang when events (like create events) were emitted on the :class:`.MetaData`. fixes #3124 Conflicts: test/sql/test_types.py Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/53b72c35f4e2/ Changeset: 53b72c35f4e2 Branch: rel_0_8 User: zzzeek Date: 2014-07-14 01:01:15 Summary: - Fixed bug in :class:`.Enum` and other :class:`.SchemaType` subclasses where direct association of the type with a :class:`.MetaData` would lead to a hang when events (like create events) were emitted on the :class:`.MetaData`. fixes #3124 Conflicts: lib/sqlalchemy/sql/sqltypes.py test/sql/test_types.py 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. |