Thread: [Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets (Page 10)
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2014-06-20 21:58:55
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/42bbb7163ada/ Changeset: 42bbb7163ada Branch: None User: zzzeek Date: 2014-06-20 23:58:06 Summary: - Added a new type :class:`.postgresql.OID` to the Postgresql dialect. While "oid" is generally a private type within PG that is not exposed in modern versions, there are some PG use cases such as large object support where these types might be exposed, as well as within some user-reported schema reflection use cases. fixes #3002 Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/634127c3fce9/ Changeset: 634127c3fce9 Branch: rel_0_9 User: zzzeek Date: 2014-06-20 23:58:35 Summary: - Added a new type :class:`.postgresql.OID` to the Postgresql dialect. While "oid" is generally a private type within PG that is not exposed in modern versions, there are some PG use cases such as large object support where these types might be exposed, as well as within some user-reported schema reflection use cases. fixes #3002 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-06-20 22:48:27
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/a1bbf3a00567/ Changeset: a1bbf3a00567 Branch: None User: zzzeek Date: 2014-06-21 00:47:28 Summary: - Additional checks have been added for the case where an inheriting mapper is implicitly combining one of its column-based attributes with that of the parent, where those columns normally don't necessarily share the same value. This is an extension of an existing check that was added via :ticket:`1892`; however this new check emits only a warning, instead of an exception, to allow for applications that may be relying upon the existing behavior. fixes #3042 Affected #: 12 files https://bitbucket.org/zzzeek/sqlalchemy/commits/cc3d6e9a4efa/ Changeset: cc3d6e9a4efa Branch: rel_0_9 User: zzzeek Date: 2014-06-21 00:48:08 Summary: - Additional checks have been added for the case where an inheriting mapper is implicitly combining one of its column-based attributes with that of the parent, where those columns normally don't necessarily share the same value. This is an extension of an existing check that was added via :ticket:`1892`; however this new check emits only a warning, instead of an exception, to allow for applications that may be relying upon the existing behavior. fixes #3042 Affected #: 12 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-21 22:13:55
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/650403ee643d/ Changeset: 650403ee643d Branch: None User: zzzeek Date: 2014-06-22 00:11:04 Summary: - fix test failures Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/e0d8e1ad89d2/ Changeset: e0d8e1ad89d2 Branch: rel_0_9 User: zzzeek Date: 2014-06-22 00:11:19 Summary: - fix test failures 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-22 00:28:07
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/20e64ad6b8bd/ Changeset: 20e64ad6b8bd Branch: None User: zzzeek Date: 2014-06-22 02:27:19 Summary: - use new Or() directive to test for both SQL variants here, which can vary based on hash ordering of the ClassManager Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/88642989deca/ Changeset: 88642989deca Branch: rel_0_9 User: zzzeek Date: 2014-06-22 02:27:48 Summary: - use new Or() directive to test for both SQL variants here, which can vary based on hash ordering of the ClassManager 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-23 15:13:24
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/179a3551bdeb/ Changeset: 179a3551bdeb Branch: None User: zzzeek Date: 2014-06-23 17:12:47 Summary: fix changelog Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/81ffb825ce37/ Changeset: 81ffb825ce37 Branch: rel_0_9 User: zzzeek Date: 2014-06-23 17:12:57 Summary: fix 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-23 22:44:25
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/080ae2f15f8d/ Changeset: 080ae2f15f8d Branch: rel_0_9 User: zzzeek Date: 2014-06-24 00:38:23 Summary: - Reverted the change for :ticket:`3060` - this is a unit of work fix that is updated more comprehensively in 1.0 via :ticket:`3061`. The fix in :ticket:`3060` unfortunately produces a new issue whereby an eager load of a many-to-one attribute can produce an event that is interpreted into an attribute change. Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/7e7447db1ff1/ Changeset: 7e7447db1ff1 Branch: None User: zzzeek Date: 2014-06-24 00:42:54 Summary: - Reverted the change for :ticket:`3060` - this is a unit of work fix that is updated more comprehensively in 1.0 via :ticket:`3061`. The fix in :ticket:`3060` unfortunately produces a new issue whereby an eager load of a many-to-one attribute can produce an event that is interpreted into an attribute change. 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-24 16:25:54
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/c55e519764b0/ Changeset: c55e519764b0 Branch: rel_0_9 User: zzzeek Date: 2014-06-24 18:25:07 Summary: - write some really complete docs on MSSQL autoincrement, fixes #3094 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/02b0af4f7ce2/ Changeset: 02b0af4f7ce2 Branch: None User: zzzeek Date: 2014-06-24 18:25:28 Summary: - write some really complete docs on MSSQL autoincrement, fixes #3094 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-24 16:27:21
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/3be189e5d1b1/ Changeset: 3be189e5d1b1 Branch: None User: uralbash Date: 2014-06-24 07:12:14 Summary: fix pullreq link in changelog_09.rst edited online with Bitbucket Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/725ed1b29ff3/ Changeset: 725ed1b29ff3 Branch: master User: zzzeek Date: 2014-06-24 18:27:01 Summary: Merged in uralbash/sqlalchemy/uralbash/fix-pullreq-link-in-changelog_09rst-edit-1403586718274 (pull request #23) fix pullreq link in changelog_09.rst edited online with Bitbucket 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-25 18:24:07
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/89a6e3480321/ Changeset: 89a6e3480321 Branch: None User: zzzeek Date: 2014-06-25 20:23:27 Summary: - add a test to confirm #3096, we definitely get a timedelta Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/f8d894343862/ Changeset: f8d894343862 Branch: rel_0_9 User: zzzeek Date: 2014-06-25 20:23:48 Summary: - add a test to confirm #3096, we definitely get a timedelta 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-26 18:59:34
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/f2cf62090c4f/ Changeset: f2cf62090c4f Branch: None User: zzzeek Date: 2014-06-26 20:58:42 Summary: - Fixed bug involving dynamic attributes, that was again a regression of :ticket:`3060` from verision 0.9.5. A self-referential relationship with lazy='dynamic' would raise a TypeError within a flush operation. fixes #3099 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/3494c525eca4/ Changeset: 3494c525eca4 Branch: rel_0_9 User: zzzeek Date: 2014-06-26 20:59:16 Summary: - Fixed bug involving dynamic attributes, that was again a regression of :ticket:`3060` from verision 0.9.5. A self-referential relationship with lazy='dynamic' would raise a TypeError within a flush operation. fixes #3099 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-27 20:11:59
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/01215cdaef45/ Changeset: 01215cdaef45 Branch: None User: zzzeek Date: 2014-06-27 22:08:42 Summary: - Fixed a bug within the custom operator plus :meth:`.TypeEngine.with_variant` system, whereby using a :class:`.TypeDecorator` in conjunction with variant would fail with an MRO error when a comparison operator was used. fixes #3102 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/c0ca5a990744/ Changeset: c0ca5a990744 Branch: rel_0_9 User: zzzeek Date: 2014-06-27 22:09:16 Summary: - Fixed a bug within the custom operator plus :meth:`.TypeEngine.with_variant` system, whereby using a :class:`.TypeDecorator` in conjunction with variant would fail with an MRO error when a comparison operator was used. fixes #3102 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-29 03:35:04
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/3be078425fdc/ Changeset: 3be078425fdc Branch: None User: zzzeek Date: 2014-06-29 05:34:05 Summary: - cut out some calls by inlining the calls to get_history() Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/99f4129c9059/ Changeset: 99f4129c9059 Branch: rel_0_9 User: zzzeek Date: 2014-06-29 05:34:39 Summary: - cut out some calls by inlining the calls to get_history() 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-30 15:09:17
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/4b6d6d5f8024/ Changeset: 4b6d6d5f8024 Branch: None User: zzzeek Date: 2014-06-30 17:08:05 Summary: - add new section Working with Raw DBAPI Connections, fixes #2218. Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/9b9a21adb80f/ Changeset: 9b9a21adb80f Branch: rel_0_9 User: zzzeek Date: 2014-06-30 17:08:54 Summary: - add new section Working with Raw DBAPI Connections, fixes #2218. 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-01 00:27:18
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/2d8d1dcf60e0/ Changeset: 2d8d1dcf60e0 Branch: None User: zzzeek Date: 2014-07-01 02:25:04 Summary: - repair the _enable_single_crit method, it was named the same as the attribute and probably just replaced itself, so that is now _set_enable_single_crit - as a side effect of the main issue fixed here, correct the case in adjust_for_single_inheritance where the same mapper appears more than once in mapper_adapter_map; run through a set() for uniqueness. - Fixed bug in subquery eager loading in conjunction with :func:`.with_polymorphic`, the targeting of entities and columns in the subquery load has been made more accurate with respect to this type of entity and others. Fixes #3106 Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/3ed5449ebb6c/ Changeset: 3ed5449ebb6c Branch: rel_0_9 User: zzzeek Date: 2014-07-01 02:27:00 Summary: - repair the _enable_single_crit method, it was named the same as the attribute and probably just replaced itself, so that is now _set_enable_single_crit - as a side effect of the main issue fixed here, correct the case in adjust_for_single_inheritance where the same mapper appears more than once in mapper_adapter_map; run through a set() for uniqueness. - Fixed bug in subquery eager loading in conjunction with :func:`.with_polymorphic`, the targeting of entities and columns in the subquery load has been made more accurate with respect to this type of entity and others. Fixes #3106 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-01 16:13:21
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/0d6831448b55/ Changeset: 0d6831448b55 Branch: rel_0_9 User: zzzeek Date: 2014-07-01 18:12:27 Summary: - Fixed bug where items that were persisted, deleted, or had a primary key change within a savepoint block would not participate in being restored to their former state (not in session, in session, previous PK) after the outer transaction were rolled back. fixes #3108 Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/427ee3a61e97/ Changeset: 427ee3a61e97 Branch: None User: zzzeek Date: 2014-07-01 18:12:51 Summary: - Fixed bug where items that were persisted, deleted, or had a primary key change within a savepoint block would not participate in being restored to their former state (not in session, in session, previous PK) after the outer transaction were rolled back. fixes #3108 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-01 19:28:52
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/2ef224a5bac0/ Changeset: 2ef224a5bac0 Branch: None User: zzzeek Date: 2014-07-01 21:28:16 Summary: - ensure ACID set up on this table for MySQL Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/28f20c8d5128/ Changeset: 28f20c8d5128 Branch: rel_0_9 User: zzzeek Date: 2014-07-01 21:28:32 Summary: - ensure ACID set up on this table for MySQL 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-02 17:12:40
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/887817aa2c78/ Changeset: 887817aa2c78 Branch: None User: zzzeek Date: 2014-07-02 18:36:44 Summary: - hardwire query runs to 5 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/f97a47f01339/ Changeset: f97a47f01339 Branch: ticket_3054 User: zzzeek Date: 2014-07-02 19:11:34 Summary: - initial rev of baked query, #3054 - implement baked query within default LazyLoader + load on ident for lazy loads 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-07-03 15:35:49
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/3e4286079c76/ Changeset: 3e4286079c76 Branch: None User: zzzeek Date: 2014-07-03 17:34:51 Summary: - add link to dialect docs for SQLite autoincrement from column autoincrement, fixes #3110 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/4b904621f6eb/ Changeset: 4b904621f6eb Branch: rel_0_9 User: zzzeek Date: 2014-07-03 17:35:22 Summary: - add link to dialect docs for SQLite autoincrement from column autoincrement, fixes #3110 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-03 21:31:40
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/e0a9b94abb92/ Changeset: e0a9b94abb92 Branch: None User: zzzeek Date: 2014-07-03 23:30:49 Summary: - The mechanics of the :meth:`.ConnectionEvents.dbapi_error` handler have been enhanced such that the function handler is now capable of raising or returning a new exception object, which will replace the exception normally being thrown by SQLAlchemy. fixes #3076 Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/f0c318b069c1/ Changeset: f0c318b069c1 Branch: rel_0_9 User: zzzeek Date: 2014-07-03 23:31:18 Summary: - The mechanics of the :meth:`.ConnectionEvents.dbapi_error` handler have been enhanced such that the function handler is now capable of raising or returning a new exception object, which will replace the exception normally being thrown by SQLAlchemy. fixes #3076 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-04 19:50:27
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/6a7ef3436180/ Changeset: 6a7ef3436180 Branch: None User: zzzeek Date: 2014-07-04 21:49:01 Summary: - clarify that the pg8000 backend has no impact of any kind on the pg8000 DBAPI's encoding behavior, fixes #3112. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/893b4964810f/ Changeset: 893b4964810f Branch: rel_0_9 User: zzzeek Date: 2014-07-04 21:50:04 Summary: - clarify that the pg8000 backend has no impact of any kind on the pg8000 DBAPI's encoding behavior, fixes #3112. 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-05 15:00:37
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/9b03d6a0a87a/ Changeset: 9b03d6a0a87a Branch: None User: zzzeek Date: 2014-07-04 22:49:11 Summary: - add test support for disconnect modification Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/28790ef5a348/ Changeset: 28790ef5a348 Branch: rel_0_9 User: zzzeek Date: 2014-07-04 22:49:27 Summary: - add test support for disconnect modification 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-06 21:12:36
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/e36fb9e87c89/ Changeset: e36fb9e87c89 Branch: None User: Thomas Herve Date: 2014-06-24 09:55:53 Summary: Return the assigned value in MultableDict.setdefault Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/41563b5f5a03/ Changeset: 41563b5f5a03 Branch: master User: zzzeek Date: 2014-07-06 23:12:23 Summary: Merged in therve/bug-3093/bug/3093 (pull request #24) Return the assigned value in MultableDict.setdefault 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-09 23:00:44
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/5407ec9d389c/ Changeset: 5407ec9d389c Branch: None User: zzzeek Date: 2014-07-10 00:26:55 Summary: - break up the <authors> copyright comment as part of a pass to get all flake8 passing Affected #: 161 files https://bitbucket.org/zzzeek/sqlalchemy/commits/1fc440393a61/ Changeset: 1fc440393a61 Branch: master User: zzzeek Date: 2014-07-10 00:59:16 Summary: - fully flake8 test/aaa_profiling 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-07-10 15:27:00
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/e5d0fa94937b/ Changeset: e5d0fa94937b Branch: None User: zzzeek Date: 2014-07-10 17:26:13 Summary: - The :meth:`.TypeEngine.with_variant` method will now accept a type class as an argument which is internally converted to an instance, using the same convention long established by other constructs such as :class:`.Column`. fixes #3122 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/6ef47a46c1cd/ Changeset: 6ef47a46c1cd Branch: rel_0_9 User: zzzeek Date: 2014-07-10 17:26:42 Summary: - The :meth:`.TypeEngine.with_variant` method will now accept a type class as an argument which is internally converted to an instance, using the same convention long established by other constructs such as :class:`.Column`. fixes #3122 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-07-10 15:48:27
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/6c81c4c26e29/ Changeset: 6c81c4c26e29 Branch: None User: zzzeek Date: 2014-07-10 17:47:31 Summary: - mark tests failing for mysqlconnector, oursql Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/6c2e5af39cdf/ Changeset: 6c2e5af39cdf Branch: rel_0_9 User: zzzeek Date: 2014-07-10 17:48:10 Summary: - mark tests failing for mysqlconnector, oursql Conflicts: test/dialect/mysql/test_types.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. |