Thread: [Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets (Page 14)
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2014-10-26 20:50:19
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/2083ccfbcf7f/ Changeset: 2083ccfbcf7f Branch: None User: jlgoldb2 Date: 2014-10-26 07:01:42+00:00 Summary: changed connnection to connection Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/e1d1d999c9a6/ Changeset: e1d1d999c9a6 Branch: None User: zzzeek Date: 2014-10-26 20:49:44+00:00 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-10-29 18:56:35
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/d2c1edfb1533/ Changeset: d2c1edfb1533 Branch: None User: zzzeek Date: 2014-10-29 18:55:42+00:00 Summary: - added new backend for pysqlcipher, as we will probably get requests for it soon. Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/d6420c108c95/ Changeset: d6420c108c95 Branch: rel_0_9 User: zzzeek Date: 2014-10-29 18:56:12+00:00 Summary: - added new backend for pysqlcipher, as we will probably get requests for it soon. 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...> - 2014-11-05 09:23:15
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/edec583b459e/ Changeset: edec583b459e Branch: None User: zzzeek Date: 2014-11-05 09:22:30+00:00 Summary: - Fixed bug regarding expression mutations which could express itself as a "Could not locate column" error when using :class:`.Query` to select from multiple, anonymous column entities when querying against SQLite, as a side effect of the "join rewriting" feature used by the SQLite dialect. fixes #3241 Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/a54540383b9c/ Changeset: a54540383b9c Branch: rel_0_9 User: zzzeek Date: 2014-11-05 09:22:53+00:00 Summary: - Fixed bug regarding expression mutations which could express itself as a "Could not locate column" error when using :class:`.Query` to select from multiple, anonymous column entities when querying against SQLite, as a side effect of the "join rewriting" feature used by the SQLite dialect. fixes #3241 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-11-05 16:04:47
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/ea637cef2d9e/ Changeset: ea637cef2d9e Branch: None User: Paulo Bu Date: 2014-11-05 12:23:03+00:00 Summary: Small improvement on FlushError can't delete error message Output in the error message the table name and the column name. Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/8d97f32f4f79/ Changeset: 8d97f32f4f79 Branch: None User: zzzeek Date: 2014-11-05 16:03:24+00:00 Summary: Merge pull request #148 from pbu88/small_error_reporting_improvement Small improvement on FlushError can't delete error message 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-11-06 22:38:56
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/590498bf844e/ Changeset: 590498bf844e Branch: None User: zzzeek Date: 2014-11-06 22:15:30+00:00 Summary: Merge branch 'master' into ticket_3100 Affected #: 110 files https://bitbucket.org/zzzeek/sqlalchemy/commits/0c19d765dce8/ Changeset: 0c19d765dce8 Branch: ticket_3100 User: zzzeek Date: 2014-11-06 22:31:14+00:00 Summary: bulk_updates 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-11-11 17:35:45
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/b013fb82f5a5/ Changeset: b013fb82f5a5 Branch: None User: zzzeek Date: 2014-11-11 17:34:00+00:00 Summary: - Fixed issue where the columns from a SELECT embedded in an INSERT, either through the values clause or as a "from select", would pollute the column types used in the result set produced by the RETURNING clause when columns from both statements shared the same name, leading to potential errors or mis-adaptation when retrieving the returning rows. fixes #3248 Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/fc2d19537331/ Changeset: fc2d19537331 Branch: rel_0_9 User: zzzeek Date: 2014-11-11 17:34:25+00:00 Summary: - Fixed issue where the columns from a SELECT embedded in an INSERT, either through the values clause or as a "from select", would pollute the column types used in the result set produced by the RETURNING clause when columns from both statements shared the same name, leading to potential errors or mis-adaptation when retrieving the returning rows. fixes #3248 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-11-12 14:39:01
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/30075f9015c9/ Changeset: 30075f9015c9 Branch: None User: Jon Nelson Date: 2014-11-12 03:34:57+00:00 Summary: - don't do inline string interpolation when logging Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/64e53f26a538/ Changeset: 64e53f26a538 Branch: master User: zzzeek Date: 2014-11-12 14:38:41+00:00 Summary: Merged in jon_nelson/sqlalchemy/logging_interpolation (pull request #35) - don't do inline string interpolation when logging 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-11-13 18:18:31
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/026449c15ff3/ Changeset: 026449c15ff3 Branch: None User: zzzeek Date: 2014-11-13 18:17:38+00:00 Summary: - Fixed a leak which would occur in the unsupported and highly non-recommended use case of replacing a relationship on a fixed mapped class many times, referring to an arbitrarily growing number of target mappers. A warning is emitted when the old relationship is replaced, however if the mapping were already used for querying, the old relationship would still be referenced within some registries. fixes #3251 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/533f9b6b8a30/ Changeset: 533f9b6b8a30 Branch: rel_0_9 User: zzzeek Date: 2014-11-13 18:18:03+00:00 Summary: - Fixed a leak which would occur in the unsupported and highly non-recommended use case of replacing a relationship on a fixed mapped class many times, referring to an arbitrarily growing number of target mappers. A warning is emitted when the old relationship is replaced, however if the mapping were already used for querying, the old relationship would still be referenced within some registries. fixes #3251 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-11-14 16:08:18
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/de9103aae22b/ Changeset: de9103aae22b Branch: None User: zzzeek Date: 2014-11-14 16:06:43+00:00 Summary: - correct this to rewrite a multiple profile line correctly Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/69979c8b2e4d/ Changeset: 69979c8b2e4d Branch: None User: zzzeek Date: 2014-11-14 16:07:02+00:00 Summary: - 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...> - 2014-11-24 23:50:14
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/ba926a09b493/ Changeset: ba926a09b493 Branch: None User: zzzeek Date: 2014-11-24 22:35:50+00:00 Summary: - add some logging to path_registry to help debug eager loading issues Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/de11f9498258/ Changeset: de11f9498258 Branch: master User: zzzeek Date: 2014-11-24 23:49:32+00:00 Summary: - The :meth:`.PropComparator.of_type` modifier has been improved in conjunction with loader directives such as :func:`.joinedload` and :func:`.contains_eager` such that if two :meth:`.PropComparator.of_type` modifiers of the same base type/path are encountered, they will be joined together into a single "polymorphic" entity, rather than replacing the entity of type A with the one of type B. E.g. a joinedload of ``A.b.of_type(BSub1)->BSub1.c`` combined with joinedload of ``A.b.of_type(BSub2)->BSub2.c`` will create a single joinedload of ``A.b.of_type((BSub1, BSub2)) -> BSub1.c, BSub2.c``, without the need for the ``with_polymorphic`` to be explicit in the query. fixes #3256 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-11-25 23:02:16
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/f992ca1944d5/ Changeset: f992ca1944d5 Branch: rel_0_9 User: zzzeek Date: 2014-11-24 17:34:18+00:00 Summary: - Fixed a bug in the examples/generic_assocaitions/discriminator_on_association.py example, where the subclasses of AddressAssociation were not being mapped as "single table inheritance", leading to problems when trying to use the mappings further. (cherry picked from commit 2098001ad3e0a40aa909a347ec91c12fab04a657) Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/212d93366d1c/ Changeset: 212d93366d1c Branch: None User: zzzeek Date: 2014-11-25 23:01:31+00:00 Summary: - The behavioral contract of the :attr:`.ForeignKeyConstraint.columns` collection has been made consistent; this attribute is now a :class:`.ColumnCollection` like that of all other constraints and is initialized at the point when the constraint is associated with a :class:`.Table`. fixes #3243 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...> - 2014-11-26 15:35:23
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/fb06fa9d6e6f/ Changeset: fb06fa9d6e6f Branch: None User: zzzeek Date: 2014-11-26 15:34:46+00:00 Summary: - add an order_by here Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/4fb4dfb20b95/ Changeset: 4fb4dfb20b95 Branch: rel_0_9 User: zzzeek Date: 2014-11-26 15:35:01+00:00 Summary: - add an order_by here (cherry picked from commit fb06fa9d6e6f6da8eee5b7dfc196c3e12761da61) 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-11-26 18:40:37
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/0f5a400b7786/ Changeset: 0f5a400b7786 Branch: None User: jvanasco Date: 2014-10-17 23:35:29+00:00 Summary: added docs to clarify that sql statement is already in a dialect Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/ca320be944c8/ Changeset: ca320be944c8 Branch: master User: zzzeek Date: 2014-11-26 18:40:15+00:00 Summary: Merged in jvanasco/sqlalchemy-alt/issue_docs_event_statement (pull request #33) added docs to clarify that sql statement is already in a dialect 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-11-26 18:42:22
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/498be33c8f28/ Changeset: 498be33c8f28 Branch: None User: jvanasco Date: 2014-11-26 18:41:03+00:00 Summary: added docs to clarify that sql statement is already in a dialect (cherry picked from commit 0f5a400b77862d2ae8f5d1a326fe9571da8fc0cb) Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/7b6e02aac7c2/ Changeset: 7b6e02aac7c2 Branch: rel_0_9 User: jon_nelson Date: 2014-11-26 18:42:09+00:00 Summary: - fix minor spelling error (cherry picked from commit 5fd779df0c958dc1ec2766f55d80b3090d2427eb) 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-12-05 00:46:15
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/e46c71b4198e/ Changeset: e46c71b4198e Branch: None User: zzzeek Date: 2014-12-05 00:35:00+00:00 Summary: - Added support for CTEs under Oracle. This includes some tweaks to the aliasing syntax, as well as a new CTE feature :meth:`.CTE.suffix_with`, which is useful for adding in special Oracle-specific directives to the CTE. fixes #3220 Affected #: 9 files https://bitbucket.org/zzzeek/sqlalchemy/commits/60174146410d/ Changeset: 60174146410d Branch: None User: zzzeek Date: 2014-12-05 00:45:14+00:00 Summary: - the refactor of the visit_alias() method in Oracle revealed that quoting should be applied in %(name)s under with_hint. 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-12-08 06:23:03
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/3f1477e2ecf3/ Changeset: 3f1477e2ecf3 Branch: None User: zzzeek Date: 2014-12-08 06:10:30+00:00 Summary: - A new series of :class:`.Session` methods which provide hooks directly into the unit of work's facility for emitting INSERT and UPDATE statements has been created. When used correctly, this expert-oriented system can allow ORM-mappings to be used to generate bulk insert and update statements batched into executemany groups, allowing the statements to proceed at speeds that rival direct use of the Core. fixes #3100 Affected #: 8 files https://bitbucket.org/zzzeek/sqlalchemy/commits/902c8d480bee/ Changeset: 902c8d480bee Branch: None User: zzzeek Date: 2014-12-08 06:22:37+00:00 Summary: - some profile changes likely due to the change in event listening on engines 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-12-10 17:15:50
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/eee617e08eb7/ Changeset: eee617e08eb7 Branch: None User: zzzeek Date: 2014-12-10 17:11:59+00:00 Summary: - rework the handle error on connect tests from test_parsconnect where they don't really belong into a new suite in test_execute Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/347db81aea9b/ Changeset: 347db81aea9b Branch: None User: zzzeek Date: 2014-12-10 17:15:14+00:00 Summary: - keep working on fixing #3266, more cases, more tests 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-12-10 18:11:42
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/3c70f609507c/ Changeset: 3c70f609507c Branch: None User: zzzeek Date: 2014-12-10 18:08:53+00:00 Summary: - fix up query update /delete documentation, make warnings a lot clearer, partial fixes for #3252 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/167d0812a0ec/ Changeset: 167d0812a0ec Branch: rel_0_9 User: zzzeek Date: 2014-12-10 18:10:53+00:00 Summary: - fix up query update /delete documentation, make warnings a lot clearer, partial fixes for #3252 (cherry picked from commit 3c70f609507ccc6775495cc533265aeb645528cd) Conflicts: lib/sqlalchemy/orm/query.py 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-12-13 01:00:31
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/cf7981f60d48/ Changeset: cf7981f60d48 Branch: None User: zzzeek Date: 2014-12-13 00:59:11+00:00 Summary: - Added new method :meth:`.Session.invalidate`, functions similarly to :meth:`.Session.close`, except also calls :meth:`.Connection.invalidate` on all connections, guaranteeing that they will not be returned to the connection pool. This is useful in situations e.g. dealing with gevent timeouts when it is not safe to use the connection further, even for rollbacks. references #3258 Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/c7de21b92cc0/ Changeset: c7de21b92cc0 Branch: rel_0_9 User: zzzeek Date: 2014-12-13 01:00:14+00:00 Summary: - Added new method :meth:`.Session.invalidate`, functions similarly to :meth:`.Session.close`, except also calls :meth:`.Connection.invalidate` on all connections, guaranteeing that they will not be returned to the connection pool. This is useful in situations e.g. dealing with gevent timeouts when it is not safe to use the connection further, even for rollbacks. references #3258 (cherry picked from commit cf7981f60d485f17465f44c6ff651ae283ade377) 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-12-14 21:22:12
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/7cd4362924dd/ Changeset: 7cd4362924dd Branch: None User: zzzeek Date: 2014-12-14 21:21:40+00:00 Summary: - automap isn't new anymore Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/f63745dc525e/ Changeset: f63745dc525e Branch: rel_0_9 User: zzzeek Date: 2014-12-14 21:21:56+00:00 Summary: - automap isn't new anymore 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-12-14 23:33:14
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/d5f88ee9e51c/ Changeset: d5f88ee9e51c Branch: None User: zzzeek Date: 2014-12-14 22:10:44+00:00 Summary: - rework the migration doc sections - small fixes in bulk docs Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/66f22b6ac4af/ Changeset: 66f22b6ac4af Branch: improve_toc User: zzzeek Date: 2014-12-14 23:32:45+00:00 Summary: - try to get a contextual TOC on the left side 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...> - 2014-12-16 22:04:27
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/00aaaa4bd4aa/ Changeset: 00aaaa4bd4aa Branch: None User: zzzeek Date: 2014-12-16 22:02:48+00:00 Summary: - Added a version check to the MySQLdb dialect surrounding the check for 'utf8_bin' collation, as this fails on MySQL server < 5.0. fixes #3274 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/10f855f3184a/ Changeset: 10f855f3184a Branch: rel_0_9 User: zzzeek Date: 2014-12-16 22:03:34+00:00 Summary: - Added a version check to the MySQLdb dialect surrounding the check for 'utf8_bin' collation, as this fails on MySQL server < 5.0. fixes #3274 (cherry picked from commit 00aaaa4bd4aa150ff9964bf2c00b1404d2e8a140) 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-12-17 02:57:22
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/41f63f957295/ Changeset: 41f63f957295 Branch: None User: zzzeek Date: 2014-12-17 00:38:54+00:00 Summary: updates Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/aa0c20b804d3/ Changeset: aa0c20b804d3 Branch: improve_toc User: zzzeek Date: 2014-12-17 02:56:47+00:00 Summary: - most of the reorg into many files with section containers Affected #: 40 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-12-17 22:27:41
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/de518958c4bf/ Changeset: de518958c4bf Branch: improve_toc User: zzzeek Date: 2014-12-17 21:44:40+00:00 Summary: - edits, new breakouts Affected #: 21 files https://bitbucket.org/zzzeek/sqlalchemy/commits/9561321d0328/ Changeset: 9561321d0328 Branch: None User: zzzeek Date: 2014-12-17 22:24:23+00:00 Summary: - squash-merge the improve_toc branch, which moves all the Sphinx styling and extensions into an external library, and also reorganizes most large documentation pages into many small areas to reduce scrolling and better present the context into a more fine-grained hierarchy. Affected #: 80 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-12-19 17:15:55
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/d1ac6cb33af3/ Changeset: d1ac6cb33af3 Branch: None User: zzzeek Date: 2014-12-19 17:14:52+00:00 Summary: - Fixed bug where using a :class:`.TypeDecorator` that implemented a type that was also a :class:`.TypeDecorator` would fail with Python's "Cannot create a consistent method resolution order (MRO)" error, when any kind of SQL comparison expression were used against an object using this type. Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/6214a81c2ddb/ Changeset: 6214a81c2ddb Branch: rel_0_9 User: zzzeek Date: 2014-12-19 17:15:10+00:00 Summary: - Fixed bug where using a :class:`.TypeDecorator` that implemented a type that was also a :class:`.TypeDecorator` would fail with Python's "Cannot create a consistent method resolution order (MRO)" error, when any kind of SQL comparison expression were used against an object using this type. (cherry picked from commit d1ac6cb33af3b105db7cdb51411e10ac3bafff1f) 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. |