sqlalchemy-commits Mailing List for SQLAlchemy (Page 80)
Brought to you by:
zzzeek
You can subscribe to this list here.
2006 |
Jan
|
Feb
(74) |
Mar
(167) |
Apr
(127) |
May
(190) |
Jun
(119) |
Jul
(77) |
Aug
(82) |
Sep
(84) |
Oct
(153) |
Nov
(45) |
Dec
(54) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
(109) |
Feb
(80) |
Mar
(110) |
Apr
(106) |
May
(92) |
Jun
(147) |
Jul
(288) |
Aug
(307) |
Sep
(108) |
Oct
(156) |
Nov
(147) |
Dec
(134) |
2008 |
Jan
(126) |
Feb
(91) |
Mar
(184) |
Apr
(208) |
May
(212) |
Jun
(54) |
Jul
(106) |
Aug
(80) |
Sep
(58) |
Oct
(80) |
Nov
(119) |
Dec
(220) |
2009 |
Jan
(202) |
Feb
(50) |
Mar
(70) |
Apr
(46) |
May
(80) |
Jun
(61) |
Jul
(146) |
Aug
(81) |
Sep
(71) |
Oct
(74) |
Nov
(66) |
Dec
(82) |
2010 |
Jan
(112) |
Feb
(169) |
Mar
(235) |
Apr
(77) |
May
(22) |
Jun
(31) |
Jul
(46) |
Aug
(46) |
Sep
(70) |
Oct
(36) |
Nov
(37) |
Dec
(79) |
2011 |
Jan
(46) |
Feb
(54) |
Mar
(65) |
Apr
(73) |
May
(31) |
Jun
(46) |
Jul
(40) |
Aug
(36) |
Sep
(44) |
Oct
(33) |
Nov
(19) |
Dec
(10) |
2012 |
Jan
(60) |
Feb
(37) |
Mar
(35) |
Apr
(28) |
May
(27) |
Jun
(50) |
Jul
(33) |
Aug
(88) |
Sep
(64) |
Oct
(74) |
Nov
(62) |
Dec
(41) |
2013 |
Jan
(30) |
Feb
(37) |
Mar
(39) |
Apr
(52) |
May
(40) |
Jun
(85) |
Jul
(74) |
Aug
(76) |
Sep
(26) |
Oct
(76) |
Nov
(63) |
Dec
(65) |
2014 |
Jan
(68) |
Feb
(82) |
Mar
(87) |
Apr
(24) |
May
(66) |
Jun
(34) |
Jul
(86) |
Aug
(75) |
Sep
(70) |
Oct
(41) |
Nov
(23) |
Dec
(53) |
2015 |
Jan
(40) |
Feb
(39) |
Mar
(69) |
Apr
(64) |
May
(40) |
Jun
(43) |
Jul
(20) |
Aug
(48) |
Sep
(38) |
Oct
(28) |
Nov
(34) |
Dec
(44) |
2016 |
Jan
(82) |
Feb
(49) |
Mar
(25) |
Apr
(21) |
May
(19) |
Jun
(46) |
Jul
(38) |
Aug
(21) |
Sep
(33) |
Oct
(44) |
Nov
(26) |
Dec
(10) |
2017 |
Jan
(52) |
Feb
(18) |
Mar
(61) |
Apr
(43) |
May
(57) |
Jun
(36) |
Jul
(37) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Bitbucket <com...@bi...> - 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-10 02:28:20
|
7 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/96359c6f3e81/ Changeset: 96359c6f3e81 Branch: None User: Noufal Ibrahim Date: 2013-12-09 20:28:09 Summary: Implements TSVECTOR type for postgresql. Signed-off-by: Noufal Ibrahim <no...@ni...> Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/4eb8437f6113/ Changeset: 4eb8437f6113 Branch: None User: Noufal Ibrahim Date: 2013-12-09 20:37:36 Summary: Updates documentation for tsvector type. Signed-off-by: Noufal Ibrahim <no...@ni...> Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/892c8762e681/ Changeset: 892c8762e681 Branch: None User: Noufal Ibrahim Date: 2013-12-09 20:37:52 Summary: Adds tsvector to ischema_names for reflection to work. Signed-off-by: Noufal Ibrahim <no...@ni...> Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/d3b65cd9bc11/ Changeset: d3b65cd9bc11 Branch: None User: Noufal Ibrahim Date: 2013-12-09 20:37:53 Summary: Adds test to verify tsvector creation. Signed-off-by: Noufal Ibrahim <no...@ni...> Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/d5a86d8f86c0/ Changeset: d5a86d8f86c0 Branch: None User: zzzeek Date: 2013-12-10 03:01:26 Summary: Merge branch 'tsvector' of https://bitbucket.org/nibrahim/sqlalchemy/branch/tsvector into tsvector Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/164bff07496c/ Changeset: 164bff07496c Branch: master User: zzzeek Date: 2013-12-10 03:27:14 Summary: - round trip test - changelog - some doc rearrangement Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/35d11cb09767/ Changeset: 35d11cb09767 Branch: rel_0_9 User: zzzeek Date: 2013-12-10 03:27:37 Summary: Merge branch 'master' into rel_0_9 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...> - 2013-12-10 01:57:47
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/111c61546c6e/ Changeset: 111c61546c6e Branch: master User: zzzeek Date: 2013-12-10 02:56:10 Summary: sqlany dialect moves to github Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/7c651478058c/ Changeset: 7c651478058c Branch: rel_0_9 User: zzzeek Date: 2013-12-10 02:56:18 Summary: Merge branch 'master' into rel_0_9 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/a6eaf1cceb00/ Changeset: a6eaf1cceb00 Branch: rel_0_8 User: zzzeek Date: 2013-12-10 02:57:18 Summary: sqlany dialect moves to github Conflicts: doc/build/dialects/index.rst 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-08 20:17:58
|
5 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/b576359dba20/ Changeset: b576359dba20 Branch: None User: zzzeek Date: 2013-12-08 20:56:30 Summary: 0.8.4 prep Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/be1251c625b7/ Changeset: be1251c625b7 Branch: master User: zzzeek Date: 2013-12-08 21:00:12 Summary: forgot authors!! Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/41f1e3db4595/ Changeset: 41f1e3db4595 Branch: rel_0_9 User: zzzeek Date: 2013-12-08 21:00:26 Summary: Merge branch 'master' into rel_0_9 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/746a4e8f6145/ Changeset: 746a4e8f6145 Branch: None User: zzzeek Date: 2013-12-08 21:00:37 Summary: forgot authors!! Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/6fb499599a94/ Changeset: 6fb499599a94 Branch: rel_0_8 User: zzzeek Date: 2013-12-08 21:01:39 Summary: Merge branch 'rel_0_8' of /Users/classic/dev/sqlalchemy into rel_0_8 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-08 17:55:09
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/157dc421f994/ Changeset: 157dc421f994 Branch: rel_0_8 User: zzzeek Date: 2013-12-08 18:54:44 Summary: python2.5 fix 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: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-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:03:34
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/7af17459ca23/ Changeset: 7af17459ca23 Branch: master User: zzzeek Date: 2013-12-08 00:00:34 Summary: - documentation cleanup in ORM including [ticket:2816] 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 22:38:22
|
6 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/5517c0eef9a1/ Changeset: 5517c0eef9a1 Branch: None User: zzzeek Date: 2013-12-07 23:33:13 Summary: - remove verbiage about "namespaces" from the dogpile example, [ticket:2862] - fix broken py2k/py3k isms Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/b4334cde6d22/ Changeset: b4334cde6d22 Branch: None User: zzzeek Date: 2013-12-07 23:33:50 Summary: Merge branch 'master' into rel_0_9 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/7e78fb05c751/ Changeset: 7e78fb05c751 Branch: None User: zzzeek Date: 2013-12-07 23:36:26 Summary: - remove verbiage about "namespaces" from the dogpile example, [ticket:2862] - fix broken py2k/py3k isms Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/d7da0dfb7a77/ Changeset: d7da0dfb7a77 Branch: master User: zzzeek Date: 2013-12-07 23:37:36 Summary: specify run as module here Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/b22c468fdf5c/ Changeset: b22c468fdf5c Branch: rel_0_9 User: zzzeek Date: 2013-12-07 23:37:46 Summary: Merge branch 'master' into rel_0_9 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/2d0573970c1a/ Changeset: 2d0573970c1a Branch: rel_0_8 User: zzzeek Date: 2013-12-07 23:37:58 Summary: specify run as module 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...> - 2013-12-07 22:24:50
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/6d5eae78a7dd/ Changeset: 6d5eae78a7dd Branch: master User: zzzeek Date: 2013-12-07 23:20:05 Summary: - A DBAPI that raises an error on ``connect()`` which is not a subclass of dbapi.Error (such as ``TypeError``, ``NotImplementedError``, etc.) will propagate the exception unchanged. Previously, the error handling specific to the ``connect()`` routine would both inappropriately run the exception through the dialect's :meth:`.Dialect.is_disconnect` routine as well as wrap it in a :class:`sqlalchemy.exc.DBAPIError`. It is now propagated unchanged in the same way as occurs within the execute process. [ticket:2881] - add tests for this in test_parseconnect, but also add tests in test_execute to ensure the execute() behavior as well Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/15ace0b0c15e/ Changeset: 15ace0b0c15e Branch: rel_0_9 User: zzzeek Date: 2013-12-07 23:20:42 Summary: Merge branch 'master' into rel_0_9 Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/b113202eecd7/ Changeset: b113202eecd7 Branch: rel_0_8 User: zzzeek Date: 2013-12-07 23:24:11 Summary: - A DBAPI that raises an error on ``connect()`` which is not a subclass of dbapi.Error (such as ``TypeError``, ``NotImplementedError``, etc.) will propagate the exception unchanged. Previously, the error handling specific to the ``connect()`` routine would both inappropriately run the exception through the dialect's :meth:`.Dialect.is_disconnect` routine as well as wrap it in a :class:`sqlalchemy.exc.DBAPIError`. It is now propagated unchanged in the same way as occurs within the execute process. [ticket:2881] - add tests for this in test_parseconnect, but also add tests in test_execute to ensure the execute() behavior as well 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-07 04:02:29
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/a8efeb6c0523/ Changeset: a8efeb6c0523 Branch: master User: zzzeek Date: 2013-12-07 05:01:08 Summary: - restore having the connection closed before decrementing the overflow counter Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/181470e78fff/ Changeset: 181470e78fff Branch: rel_0_9 User: zzzeek Date: 2013-12-07 05:01:29 Summary: Merge branch 'master' into rel_0_9 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/71a9947410a3/ Changeset: 71a9947410a3 Branch: rel_0_8 User: zzzeek Date: 2013-12-07 05:01:59 Summary: - restore having the connection closed before decrementing the overflow counter 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 00:59:42
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/d1cc78479d98/ Changeset: d1cc78479d98 Branch: master User: zzzeek Date: 2013-12-07 01:57:19 Summary: - The :class:`.QueuePool` has been enhanced to not block new connection attempts when an existing connection attempt is blocking. Previously, the production of new connections was serialized within the block that monitored overflow; the overflow counter is now altered within it's own critical section outside of the connection process itself. [ticket:2880] Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/b1e55723c0fa/ Changeset: b1e55723c0fa Branch: rel_0_9 User: zzzeek Date: 2013-12-07 01:58:50 Summary: Merge branch 'master' into rel_0_9 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/507a33319f72/ Changeset: 507a33319f72 Branch: rel_0_8 User: zzzeek Date: 2013-12-07 01:59:06 Summary: - The :class:`.QueuePool` has been enhanced to not block new connection attempts when an existing connection attempt is blocking. Previously, the production of new connections was serialized within the block that monitored overflow; the overflow counter is now altered within it's own critical section outside of the connection process itself. [ticket:2880] 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-06 21:35:48
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/661b1158b44f/ Changeset: 661b1158b44f Branch: rel_0_8 User: zzzeek Date: 2013-12-06 22:33:09 Summary: - Made a slight adjustment to the logic which waits for a pooled connection to be available, such that for a connection pool with no timeout specified, it will every half a second break out of the wait to check for the so-called "abort" flag, which allows the waiter to break out in case the whole connection pool was dumped; normally the waiter should break out due to a notify_all() but it's possible this notify_all() is missed in very slim cases. This is an extension of logic first introduced in 0.8.0, and the issue has only been observed occasionally in stress tests. Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/003b288b7644/ Changeset: 003b288b7644 Branch: master User: zzzeek Date: 2013-12-06 22:33:42 Summary: - Made a slight adjustment to the logic which waits for a pooled connection to be available, such that for a connection pool with no timeout specified, it will every half a second break out of the wait to check for the so-called "abort" flag, which allows the waiter to break out in case the whole connection pool was dumped; normally the waiter should break out due to a notify_all() but it's possible this notify_all() is missed in very slim cases. This is an extension of logic first introduced in 0.8.0, and the issue has only been observed occasionally in stress tests. Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/300264ab38de/ Changeset: 300264ab38de Branch: rel_0_9 User: zzzeek Date: 2013-12-06 22:34:20 Summary: - Made a slight adjustment to the logic which waits for a pooled connection to be available, such that for a connection pool with no timeout specified, it will every half a second break out of the wait to check for the so-called "abort" flag, which allows the waiter to break out in case the whole connection pool was dumped; normally the waiter should break out due to a notify_all() but it's possible this notify_all() is missed in very slim cases. This is an extension of logic first introduced in 0.8.0, and the issue has only been observed occasionally in stress tests. 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-06 00:04:28
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/b653fb3a23a0/ Changeset: b653fb3a23a0 Branch: None User: zzzeek Date: 2013-12-06 01:03:31 Summary: - The precedence rules for the :meth:`.ColumnOperators.collate` operator have been modified, such that the COLLATE operator is now of lower precedence than the comparison operators. This has the effect that a COLLATE applied to a comparison will not render parenthesis around the comparison, which is not parsed by backends such as MSSQL. The change is backwards incompatible for those setups that were working around the issue by applying :meth:`.Operators.collate` to an individual element of the comparison expression, rather than the comparison expression as a whole. [ticket:2879] 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...> - 2013-12-05 23:39:29
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/3621e4b8de91/ Changeset: 3621e4b8de91 Branch: None User: zzzeek Date: 2013-12-06 00:36:59 Summary: - changelog + test for pullreq #7, MSSQL dialect for DROP INDEX Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/2f18f9b2f5f3/ Changeset: 2f18f9b2f5f3 Branch: None User: dharland Date: 2013-12-06 00:37:50 Summary: Fix MSSQL dialects visit_drop_index to use the correct DDL Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/187db36b74c7/ Changeset: 187db36b74c7 Branch: rel_0_8 User: zzzeek Date: 2013-12-06 00:37:58 Summary: - changelog + test for pullreq #7, MSSQL dialect for DROP INDEX 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-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-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-04 15:53:11
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/2b3073c76bfa/ Changeset: 2b3073c76bfa Branch: rel_0_8 User: zzzeek Date: 2013-12-04 16:51:54 Summary: fix for 2.5 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-03 20:59:37
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/37a534f76482/ Changeset: 37a534f76482 Branch: rel_0_8 User: zzzeek Date: 2013-12-03 21:57:08 Summary: - move tests for unique constraints to dialect suite, including requirements etc., just like 0.9 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-03 20:58:14
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/37a534f76482/ Changeset: 37a534f76482 Branch: rel_0_8 User: zzzeek Date: 2013-12-03 21:57:08 Summary: - move tests for unique constraints to dialect suite, including requirements etc., just like 0.9 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-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-03 18:47:19
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/36e1aa0afdf7/ Changeset: 36e1aa0afdf7 Branch: None User: zzzeek Date: 2013-12-03 19:46:41 Summary: - The :class:`.DeferredReflection` class has been enhanced to provide automatic reflection support for the "secondary" table referred to by a :func:`.relationship`. "secondary", when specified either as a string table name, or as a :class:`.Table` object with only a name and :class:`.MetaData` object will also be included in the reflection process when :meth:`.DeferredReflection.prepare` is called. [ticket:2865] - clsregistry._resolver() now uses a stateful _class_resolver() class in order to handle the work of mapping strings to objects. This is to provide for simpler extensibility, namely a ._resolvers collection of ad-hoc name resolution functions; the DeferredReflection class adds its own resolver here in order to handle relationship(secondary) names which generate new Table objects. 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-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-02 17:42:02
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/50e3847f0958/ Changeset: 50e3847f0958 Branch: None User: zzzeek Date: 2013-12-02 18:40:50 Summary: - Added new argument ``include_backrefs=True`` to the :func:`.validates` function; when set to False, a validation event will not be triggered if the event was initated as a backref to an attribute operation from the other side. [ticket:1535] - break out validation tests into an updated module test_validators 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...> - 2013-11-30 22:41:39
|
5 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/31886aff29b1/ Changeset: 31886aff29b1 Branch: None User: zzzeek Date: 2013-11-30 23:26:28 Summary: remove whitespace Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/d80ee72aaa4b/ Changeset: d80ee72aaa4b Branch: None User: zzzeek Date: 2013-11-30 23:31:00 Summary: - the pronoun removal commit. there was only one instance of a standalone gendered pronoun with a gender-neutral subject, but also have replaced all occurences of "his/her", "his or her", etc. The docs have always strived to account for both genders in any non-specific singular pronoun, however recent controversy in the community suggests that a zero-gendered-pronoun policy is probably best going forward. Affected #: 7 files https://bitbucket.org/zzzeek/sqlalchemy/commits/f7e3a3a36cf9/ Changeset: f7e3a3a36cf9 Branch: rel_0_8 User: zzzeek Date: 2013-11-30 23:34:06 Summary: - the pronoun removal commit. there was only one instance of a standalone gendered pronoun with a gender-neutral subject, but also have replaced all occurences of "his/her", "his or her", etc. The docs have always strived to account for both genders in any non-specific singular pronoun, however recent controversy in the community suggests that a zero-gendered-pronoun policy is probably best going forward. Affected #: 7 files https://bitbucket.org/zzzeek/sqlalchemy/commits/2144b1856170/ Changeset: 2144b1856170 Branch: rel_0_7 User: zzzeek Date: 2013-11-30 23:36:47 Summary: - the pronoun removal commit. there was only one instance of a standalone gendered pronoun with a gender-neutral subject, but also have replaced all occurences of "his/her", "his or her", etc. The docs have always strived to account for both genders in any non-specific singular pronoun, however recent controversy in the community suggests that a zero-gendered-pronoun policy is probably best going forward. Conflicts: doc/build/changelog/migration_08.rst doc/build/orm/session.rst examples/nested_sets/nested_sets.py Affected #: 6 files https://bitbucket.org/zzzeek/sqlalchemy/commits/4b1c8ccc4f46/ Changeset: 4b1c8ccc4f46 Branch: rel_0_6 User: zzzeek Date: 2013-11-30 23:41:03 Summary: - the pronoun removal commit. there was only one instance of a standalone gendered pronoun with a gender-neutral subject, but also have replaced all occurences of "his/her", "his or her", etc. The docs have always strived to account for both genders in any non-specific singular pronoun, however recent controversy in the community suggests that a zero-gendered-pronoun policy is probably best going forward. Conflicts: doc/build/changelog/migration_08.rst doc/build/orm/session.rst examples/nested_sets/nested_sets.py Conflicts: doc/build/changelog/changelog_02.rst doc/build/orm/session.rst doc/build/orm/tutorial.rst examples/beaker_caching/advanced.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. |