Thread: [Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets (Page 5)
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2013-10-25 23:13:05
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/5070c81ab963/ Changeset: 5070c81ab963 Branch: master User: zzzeek Date: 2013-10-26 01:11:53 Summary: - Fixed bug where Oracle table reflection using synonyms would fail if the synonym and the table were in different remote schemas. Patch to fix courtesy Kyle Derr. [ticket:2853] Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/f1905b619d90/ Changeset: f1905b619d90 Branch: rel_0_8 User: zzzeek Date: 2013-10-26 01:12:17 Summary: - Fixed bug where Oracle table reflection using synonyms would fail if the synonym and the table were in different remote schemas. Patch to fix courtesy Kyle Derr. [ticket:2853] Affected #: 3 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-10-28 17:54:46
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/0b88d011273a/ Changeset: 0b88d011273a Branch: None User: zzzeek Date: 2013-10-28 18:54:08 Summary: no such thing as default_strategy()... Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/264b650d62a7/ Changeset: 264b650d62a7 Branch: rel_0_8 User: zzzeek Date: 2013-10-28 18:54:24 Summary: no such thing as default_strategy()... Affected #: 1 file Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-10-30 14:36:53
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/eee219bc7e06/ Changeset: eee219bc7e06 Branch: None User: zzzeek Date: 2013-10-30 15:34:31 Summary: - Fixed a regression introduced by :ticket:`2818` where the EXISTS query being generated would produce a "columns being replaced" warning for a statement with two same-named columns, as the internal SELECT wouldn't have use_labels set. Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/2576b5cdfb09/ Changeset: 2576b5cdfb09 Branch: rel_0_8 User: zzzeek Date: 2013-10-30 15:34:57 Summary: - Fixed a regression introduced by :ticket:`2818` where the EXISTS query being generated would produce a "columns being replaced" warning for a statement with two same-named columns, as the internal SELECT wouldn't have use_labels set. Affected #: 3 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-10-31 19:35:48
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/931be6126718/ Changeset: 931be6126718 Branch: None User: zzzeek Date: 2013-10-31 20:29:45 Summary: - add a section re: using column_reflect for mapping, link to it from the "naming columns distinctly" and "column_prefix" sections since this is often what ppl are looking for. [ticket:2856] is related. Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/1f5236cae115/ Changeset: 1f5236cae115 Branch: rel_0_8 User: zzzeek Date: 2013-10-31 20:30:47 Summary: - add a section re: using column_reflect for mapping, link to it from the "naming columns distinctly" and "column_prefix" sections since this is often what ppl are looking for. [ticket:2856] is related. Affected #: 2 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-11-10 00:43:41
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/b03961b8243f/ Changeset: b03961b8243f Branch: None User: zzzeek Date: 2013-11-09 22:07:04 Summary: include the start-line directive here so that we dont get warnings for the headers in the included files Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/546015e6e147/ Changeset: 546015e6e147 Branch: master User: zzzeek Date: 2013-11-10 01:42:01 Summary: - add a new sphinx extension "viewsource". takes advantage of part of the viewcode extension to allow ad-hoc display of the source of any file, as well as a "directory listing" structure. - reorganize examples/ to take advantage of new extension. in particular, keep moving all the descriptive text for files etc. into module docstrings, taking more advantage of self-documentation. 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...> - 2013-11-13 16:56:40
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/fefa2f5d5730/ Changeset: fefa2f5d5730 Branch: None User: zzzeek Date: 2013-11-13 17:55:54 Summary: Fixed bug where usage of new :class:`.Bundle` object would cause the :attr:`.Query.column_descriptions` attribute to fail. Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/61ca96e95781/ Changeset: 61ca96e95781 Branch: rel_0_9 User: zzzeek Date: 2013-11-13 17:56:09 Summary: Merge branch 'master' into rel_0_9 Affected #: 3 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-11-17 18:47:26
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/59ca4633acd4/ Changeset: 59ca4633acd4 Branch: master User: zzzeek Date: 2013-11-17 19:45:23 Summary: - remove informix dialect, moved out to https://bitbucket.org/zzzeek/sqlalchemy_informixdb - remove informix, maxdb, access symbols from tests etc. Affected #: 30 files https://bitbucket.org/zzzeek/sqlalchemy/commits/a40fcdd31f9e/ Changeset: a40fcdd31f9e Branch: rel_0_9 User: zzzeek Date: 2013-11-17 19:45:57 Summary: Merge branch 'master' into rel_0_9 Affected #: 30 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-11-17 18:51:14
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/756f22182a44/ Changeset: 756f22182a44 Branch: master User: zzzeek Date: 2013-11-17 19:50:42 Summary: name it with a dash Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/c33ae55f5a89/ Changeset: c33ae55f5a89 Branch: rel_0_9 User: zzzeek Date: 2013-11-17 19:50:52 Summary: Merge branch 'master' into rel_0_9 Affected #: 1 file Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-11-17 19:38:48
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/1a809b300e0f/ Changeset: 1a809b300e0f Branch: None User: zzzeek Date: 2013-11-17 20:35:11 Summary: - apply a timeout to all join() calls for test_pool - use thread.join() for waiters_handled test Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/0f9e364b9696/ Changeset: 0f9e364b9696 Branch: rel_0_8 User: zzzeek Date: 2013-11-17 20:38:11 Summary: - apply a timeout to all join() calls for test_pool - use thread.join() for waiters_handled test Conflicts: test/engine/test_pool.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...> - 2013-11-22 22:57:39
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/6661cba88d14/ Changeset: 6661cba88d14 Branch: None User: zzzeek Date: 2013-11-22 23:48:55 Summary: - cleanup Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/467784e89c08/ Changeset: 467784e89c08 Branch: master User: zzzeek Date: 2013-11-22 23:56:35 Summary: Fixed bug where Oracle ``VARCHAR`` types given with no length (e.g. for a ``CAST`` or similar) would incorrectly render ``None CHAR`` or similar. [ticket:2870] Affected #: 3 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-11-22 22:58:30
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/bad8be3bde57/ Changeset: bad8be3bde57 Branch: None User: zzzeek Date: 2013-11-22 23:52:08 Summary: - cleanup Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/9d848680f46f/ Changeset: 9d848680f46f Branch: rel_0_8 User: zzzeek Date: 2013-11-22 23:56:57 Summary: Fixed bug where Oracle ``VARCHAR`` types given with no length (e.g. for a ``CAST`` or similar) would incorrectly render ``None CHAR`` or similar. [ticket:2870] Affected #: 3 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-11-22 23:38:39
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/f112dc1d5330/ Changeset: f112dc1d5330 Branch: None User: zzzeek Date: 2013-11-23 00:35:36 Summary: - Fixed bug where SQL statement would be improperly ASCII-encoded when a pre-DBAPI :class:`.StatementError` were raised within :meth:`.Connection.execute`, causing encoding errors for non-ASCII statements. The stringification now remains within Python unicode thus avoiding encoding errors. [ticket:2871] Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/ad85ab12d62e/ Changeset: ad85ab12d62e Branch: rel_0_8 User: zzzeek Date: 2013-11-23 00:37:35 Summary: - Fixed bug where SQL statement would be improperly ASCII-encoded when a pre-DBAPI :class:`.StatementError` were raised within :meth:`.Connection.execute`, causing encoding errors for non-ASCII statements. The stringification now remains within Python unicode thus avoiding encoding errors. [ticket:2871] Conflicts: test/engine/test_execute.py Affected #: 4 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-11-23 22:25:20
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/54b8969be144/ Changeset: 54b8969be144 Branch: None User: zzzeek Date: 2013-11-23 23:22:56 Summary: -be more agnostic of quotes here Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/8ebcbc0be98c/ Changeset: 8ebcbc0be98c Branch: rel_0_8 User: zzzeek Date: 2013-11-23 23:24:20 Summary: -be more agnostic of quotes here Conflicts: test/engine/test_execute.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...> - 2013-11-29 21:12:49
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/216413d38ff4/ Changeset: 216413d38ff4 Branch: None User: Timur Date: 2013-11-16 01:45:59 Summary: Fix sessionmaker.__repr__ A comma separating 'class_' from the other args. It's still there even when kw is empty, which is syntactically correct. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/08c30e3867fe/ Changeset: 08c30e3867fe Branch: None User: zzzeek Date: 2013-11-29 22:12:17 Summary: Merge pull request #45 from timka/patch-1 Fix sessionmaker.__repr__ Affected #: 1 file Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-11-29 21:34:03
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/1e7bb35fd2d5/ Changeset: 1e7bb35fd2d5 Branch: None User: zzzeek Date: 2013-11-29 22:32:24 Summary: - reduce verbiage in mutation.py regarding legacy style, place under versionadded Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/c23b111f300d/ Changeset: c23b111f300d Branch: rel_0_8 User: zzzeek Date: 2013-11-29 22:33:33 Summary: - reduce verbiage in mutation.py regarding legacy style, place under versionadded Conflicts: lib/sqlalchemy/ext/mutable.py Affected #: 3 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-12-03 18:19:43
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/21feea9c1d27/ Changeset: 21feea9c1d27 Branch: None User: zzzeek Date: 2013-12-03 19:18:40 Summary: - Added ORA-02396 "maximum idle time" error code to list of "is disconnect" codes with cx_oracle. [ticket:2864] Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/f2f54e04a54b/ Changeset: f2f54e04a54b Branch: rel_0_8 User: zzzeek Date: 2013-12-03 19:19:05 Summary: - Added ORA-02396 "maximum idle time" error code to list of "is disconnect" codes with cx_oracle. [ticket:2864] Affected #: 2 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-12-03 20:02:45
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/e8458ab96b1b/ Changeset: e8458ab96b1b Branch: None User: malor Date: 2013-12-03 20:59:50 Summary: - backport unique constraints reflection to 0.8.4, thereby assisting with alembic installations that have upgraded and are dealing with PG index/unique constraint reflection. Inspection API already supports reflection of table indexes information and those also include unique constraints (at least for PostgreSQL and MySQL). But it could be actually useful to distinguish between indexes and plain unique constraints (though both are implemented in the same way internally in RDBMS). This change adds a new method to Inspection API - get_unique_constraints() and implements it for SQLite, PostgreSQL and MySQL dialects. Affected #: 7 files https://bitbucket.org/zzzeek/sqlalchemy/commits/bddf55fef6d6/ Changeset: bddf55fef6d6 Branch: None User: zzzeek Date: 2013-12-03 21:01:34 Summary: - reflection of unique constraints backported to 0.8.4 [ticket:1443] Affected #: 3 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-12-05 17:18:07
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/7c1bb7690497/ Changeset: 7c1bb7690497 Branch: None User: zzzeek Date: 2013-12-05 18:13:37 Summary: fix underline Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/3a03c2e71554/ Changeset: 3a03c2e71554 Branch: None User: zzzeek Date: 2013-12-05 18:17:16 Summary: - add a new example section for "join conditions", start putting the primaryjoin examples there Affected #: 4 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-12-05 23:29:36
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/b18440c83265/ Changeset: b18440c83265 Branch: None User: dharland Date: 2013-12-05 04:49:13 Summary: Fix MSSQL dialects visit_drop_index to use the correct DDL Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/f895e9be62da/ Changeset: f895e9be62da Branch: master User: zzzeek Date: 2013-12-06 00:29:13 Summary: Merged in dharland/sqlalchemy/patch-mssql-drop-index (pull request #7) Fix MSSQL dialects visit_drop_index to use the correct DDL Affected #: 1 file Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-12-07 23:04:25
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/4a8e687c4201/ Changeset: 4a8e687c4201 Branch: rel_0_9 User: zzzeek Date: 2013-12-08 00:00:55 Summary: Merge branch 'master' into rel_0_9 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/6817592180ac/ Changeset: 6817592180ac Branch: rel_0_8 User: zzzeek Date: 2013-12-08 00:03:05 Summary: - documentation cleanup in ORM including [ticket:2816] Conflicts: lib/sqlalchemy/orm/mapper.py Affected #: 3 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-12-07 23:39:15
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/49d80269878c/ Changeset: 49d80269878c Branch: master User: zzzeek Date: 2013-12-08 00:38:15 Summary: - The :func:`.engine_from_config` function has been improved so that we will be able to parse dialect-specific arguments from string configuration dictionaries. Dialect classes can now provide their own list of parameter types and string-conversion routines. The feature is not yet used by the built-in dialects, however. [ticket:2875] Affected #: 6 files https://bitbucket.org/zzzeek/sqlalchemy/commits/b1bbe2d5ac1c/ Changeset: b1bbe2d5ac1c Branch: rel_0_9 User: zzzeek Date: 2013-12-08 00:38:37 Summary: Merge branch 'master' into rel_0_9 Affected #: 6 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-12-11 19:31:16
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/9087157749a0/ Changeset: 9087157749a0 Branch: master User: zzzeek Date: 2013-12-11 20:30:18 Summary: - The :class:`.exc.StatementError` or DBAPI-related subclass now can accomodate additional information about the "reason" for the exception; the :class:`.Session` now adds some detail to it when the exception occurs within an autoflush. This approach is taken as opposed to combining :class:`.FlushError` with a Python 3 style "chained exception" approach so as to maintain compatibility both with Py2K code as well as code that already catches ``IntegrityError`` or similar. Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/ee78767e86f4/ Changeset: ee78767e86f4 Branch: rel_0_9 User: zzzeek Date: 2013-12-11 20:30:37 Summary: Merge branch 'master' into rel_0_9 Affected #: 3 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-12-12 01:21:25
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/9bef2001a604/ Changeset: 9bef2001a604 Branch: master User: zzzeek Date: 2013-12-12 02:19:56 Summary: move things that are 90% behavioral improvements to that section. the list of things that can definitely people should be more focused. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/91a1d0f14f74/ Changeset: 91a1d0f14f74 Branch: rel_0_9 User: zzzeek Date: 2013-12-12 02:20:41 Summary: Merge branch 'master' into rel_0_9 Affected #: 1 file Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-12-16 02:27:34
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/b2223ab14988/ Changeset: b2223ab14988 Branch: master User: zzzeek Date: 2013-12-16 03:23:01 Summary: - add "force_nocheck" as a way to turn on unicode=force without even doing the isinstance() check - currently used only by psycopg2 + native enum + py2k. - didn't realize psycopg2 had UNICODEARRAY extension all this time; replace _PGArray with just using UNICODEARRAY instead. - replace unnecessary/inconsistent __import__ in _isolation_lookup. Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/1a05d769dc66/ Changeset: 1a05d769dc66 Branch: rel_0_9 User: zzzeek Date: 2013-12-16 03:27:09 Summary: Merge branch 'master' into rel_0_9 Affected #: 3 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2013-12-17 21:30:54
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/c95e3c6512b0/ Changeset: c95e3c6512b0 Branch: master User: zzzeek Date: 2013-12-17 22:30:22 Summary: add JSON Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/94e39cea579f/ Changeset: 94e39cea579f Branch: rel_0_9 User: zzzeek Date: 2013-12-17 22:30:29 Summary: Merge branch 'master' into rel_0_9 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. |