sqlalchemy-commits Mailing List for SQLAlchemy (Page 77)
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...> - 2014-01-19 00:28:18
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/1af8e2491dcb/ Changeset: 1af8e2491dcb Branch: None User: zzzeek Date: 2014-01-19 01:26:56 Summary: - implement kwarg validation and type system for dialect-specific arguments; [ticket:2866] - add dialect specific kwarg functionality to ForeignKeyConstraint, ForeignKey Affected #: 16 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-01-18 20:16:14
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/4dfc7fb08716/ Changeset: 4dfc7fb08716 Branch: None User: zzzeek Date: 2014-01-18 21:15:42 Summary: credit to Derek Harland 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-01-18 20:15:32
|
7 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/fe1d892ba468/ Changeset: fe1d892ba468 Branch: None User: dharland Date: 2014-01-13 23:44:29 Summary: Merged zzzeek/sqlalchemy into master Affected #: 228 files https://bitbucket.org/zzzeek/sqlalchemy/commits/40563e9355f4/ Changeset: 40563e9355f4 Branch: None User: dharland Date: 2014-01-14 00:44:05 Summary: Support mssql_clustered option in mssql dialect for both Table and PrimaryKeyConstraint Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/1de7259093b1/ Changeset: 1de7259093b1 Branch: None User: dharland Date: 2014-01-16 22:38:31 Summary: Remove support for mssql_clustered on Table Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/35935489608c/ Changeset: 35935489608c Branch: None User: dharland Date: 2014-01-16 22:46:16 Summary: Support mssql_clustered option on UniqueConstraint (plus docs and test) Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/cf8e5e3cf5b0/ Changeset: cf8e5e3cf5b0 Branch: None User: dharland Date: 2014-01-16 23:00:24 Summary: Bug Fix: Stop generating bad sql if an empty UniqueConstraint() is given Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/6e4fd0aea858/ Changeset: 6e4fd0aea858 Branch: None User: zzzeek Date: 2014-01-18 21:06:08 Summary: Merge branch 'patch-msql-pkc-clustered' of bitbucket.org:dharland/sqlalchemy into m Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/3347ff7a91b3/ Changeset: 3347ff7a91b3 Branch: None User: zzzeek Date: 2014-01-18 21:13:20 Summary: - changelog for pullreq:11 - be specific about version 0.9.2 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-01-18 00:58:44
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/dbb7f8b92e99/ Changeset: dbb7f8b92e99 Branch: ticket_2912 User: zzzeek Date: 2014-01-18 01:58:10 Summary: in progress for [ticket:2912] 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-01-17 23:52:53
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/931655f41743/ Changeset: 931655f41743 Branch: None User: zzzeek Date: 2014-01-18 00:52:14 Summary: cx_oracle is now "conditional" on py2k 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-01-17 22:39:19
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/882f615c68cd/ Changeset: 882f615c68cd Branch: None User: zzzeek Date: 2014-01-17 23:36:43 Summary: - rework Oracle to no longer do its own unicode conversion; this has been observed to be very slow. this now has the effect of producing "conditional" unicode conversion for the Oracle backend, as it still returns NVARCHAR etc. as unicode [ticket:2911] - add new "conditional" functionality to unicode processors; the C-level function now uses PyUnicode_Check() as a fast alternative to the isinstance() check in Python 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-01-15 20:22:45
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/4765895d10ff/ Changeset: 4765895d10ff Branch: master User: zzzeek Date: 2014-01-15 21:22:11 Summary: even simpler 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-01-15 20:15:34
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/46728df2b48d/ Changeset: 46728df2b48d Branch: None User: zzzeek Date: 2014-01-15 21:14:24 Summary: - should close the session before rolling back the transaction - make section title actually say, "such as for test suites" - add topic section detailing an evented approach to allowing ROLLBACK by using savepoint 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-01-15 01:25:57
|
5 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/58d3a4147361/ Changeset: 58d3a4147361 Branch: None User: Kyle Stark Date: 2014-01-13 17:52:31 Summary: Fix TypeError for class_mapper called w/ iterable When the class_ passed is not a mapped class but is actually an iterable, the string formatting operation fails with a TypeError, and the expected ArgumentError is not raised. Calling code which is using reflection and expects this error will fail (e.g. the sadisplay module). Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/d87923c1d19f/ Changeset: d87923c1d19f Branch: None User: zzzeek Date: 2014-01-15 02:20:03 Summary: Merge pull request #58 from kstark/patch-1 Fix TypeError for class_mapper called w/ iterable Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/789ab9174354/ Changeset: 789ab9174354 Branch: None User: zzzeek Date: 2014-01-15 02:22:11 Summary: - changelog + test for pullreq github 58 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/26b899e9ac15/ Changeset: 26b899e9ac15 Branch: None User: Kyle Stark Date: 2014-01-15 02:24:04 Summary: Fix TypeError for class_mapper called w/ iterable When the class_ passed is not a mapped class but is actually an iterable, the string formatting operation fails with a TypeError, and the expected ArgumentError is not raised. Calling code which is using reflection and expects this error will fail (e.g. the sadisplay module). Conflicts: lib/sqlalchemy/orm/base.py Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/aace3b0e9694/ Changeset: aace3b0e9694 Branch: rel_0_8 User: zzzeek Date: 2014-01-15 02:24:28 Summary: - changelog + test for pullreq github 58 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-01-14 02:21:58
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/52b25c5319b9/ Changeset: 52b25c5319b9 Branch: None User: zzzeek Date: 2014-01-14 03:20:54 Summary: - _cursor_execute() will close the cursor on error; oracle doesn't allow double close - ensure no iterator changed size issues in testing.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-01-13 22:56:21
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/62ec68223988/ Changeset: 62ec68223988 Branch: None User: zzzeek Date: 2014-01-13 22:35:50 Summary: - a little bit of profile bump, just on insert not too concerned Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/bd74f81bb5b1/ Changeset: bd74f81bb5b1 Branch: None User: zzzeek Date: 2014-01-13 23:53:37 Summary: - Fixed a bug involving the new flattened JOIN structures which are used with :func:`.joinedload()` (thereby causing a regression in joined eager loading) as well as :func:`.aliased` in conjunction with the ``flat=True`` flag and joined-table inheritance; basically multiple joins across a "parent JOIN sub" entity using different paths to get to a target class wouldn't form the correct ON conditions. An adjustment / simplification made in the mechanics of figuring out the "left side" of the join in the case of an aliased, joined-inh class repairs the issue. [ticket:2908] 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-01-13 19:06:29
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/1536bc4664a2/ Changeset: 1536bc4664a2 Branch: None User: zzzeek Date: 2014-01-13 20:05:05 Summary: - The MySQL CAST compilation now takes into account aspects of a string type such as "charset" and "collation". While MySQL wants all character- based CAST calls to use the CHAR type, we now create a real CHAR object at CAST time and copy over all the parameters it has, so that an expression like ``cast(x, mysql.TEXT(charset='utf8'))`` will render ``CAST(t.col AS CHAR CHARACTER SET utf8)``. - Added new "unicode returns" detection to the MySQL dialect and to the default dialect system overall, such that any dialect can add extra "tests" to the on-first-connect "does this DBAPI return unicode directly?" detection. In this case, we are adding a check specifically against the "utf8" encoding with an explicit "utf8_bin" collation type (after checking that this collation is available) to test for some buggy unicode behavior observed with MySQLdb version 1.2.3. While MySQLdb has resolved this issue as of 1.2.4, the check here should guard against regressions. The change also allows the "unicode" checks to log in the engine logs, which was not previously the case. [ticket:2906] Affected #: 8 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |
From: Bitbucket <com...@bi...> - 2014-01-13 15:39:07
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/232e3762b7cb/ Changeset: 232e3762b7cb Branch: None User: zzzeek Date: 2014-01-13 16:37:15 Summary: revert r2775c95b1ee30831216cc5 which was mostly an inadvertent commit, except for the changelog part Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/5d973d52aa7d/ Changeset: 5d973d52aa7d Branch: None User: zzzeek Date: 2014-01-13 16:37:53 Summary: update changelog from 0.3.2 to 0.3.4, re-patching the part of 2775c95b1ee30831216cc5 that was intended 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-01-13 08:26:21
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/578df5b86b35/ Changeset: 578df5b86b35 Branch: None User: zzzeek Date: 2014-01-13 08:38:41 Summary: - dont run deletes here Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/bebf30e34d66/ Changeset: bebf30e34d66 Branch: None User: zzzeek Date: 2014-01-13 09:22:11 Summary: - continue with [ticket:2907] and further clean up how we set up _reset_agent, so that it's local to the various begin_impl(), rollback_impl(), etc. this allows setting/resetting of the flag to be symmetric. - don't set _reset_agent if it's not None, don't unset it if it isn't our own transaction. - make sure we clean it out in close(). - basically, we're dealing here with pools using "threadlocal" that have a counter, other various mismatches that the tests bring up - test for recover() now has to invalidate() the previous connection, because closing it actually rolls it back (e.g. this test was relying on the broken behavior). 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-01-13 00:44:57
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/86c3855c9baf/ Changeset: 86c3855c9baf Branch: None User: zzzeek Date: 2014-01-12 23:15:41 Summary: - bump up how many args for "named arg style" to four Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/c91fd822bc98/ Changeset: c91fd822bc98 Branch: None User: zzzeek Date: 2014-01-12 23:34:20 Summary: - add new event PoolEvents.invalidate(). allows interception of invalidation events including auto-invalidation, which is useful both for tests here as well as detecting failure conditions within the "reset" or "close" cases. - rename the argument for PoolEvents.reset() to dbapi_connection and connection_record to be consistent with everything else. - add new documentation sections on invalidation, including auto-invalidation and the invalidation process within the pool. - add _ConnectionFairy and _ConnectionRecord to the pool documentation. Establish docs for common _ConnectionFairy/_ConnectionRecord methods and accessors and have PoolEvents docs refer to _ConnectionRecord, since it is passed to all events. Rename a few _ConnectionFairy methods that are actually private to pool such as _checkout(), _checkin() and _checkout_existing(); there should not be any external code calling these Affected #: 6 files https://bitbucket.org/zzzeek/sqlalchemy/commits/9c64607572a0/ Changeset: 9c64607572a0 Branch: None User: zzzeek Date: 2014-01-13 01:43:13 Summary: - :class:`.Connection` now associates a new :class:`.RootTransaction` or :class:`.TwoPhaseTransaction` with its immediate :class:`._ConnectionFairy` as a "reset handler" for the span of that transaction, which takes over the task of calling commit() or rollback() for the "reset on return" behavior of :class:`.Pool` if the transaction was not otherwise completed. This resolves the issue that a picky transaction like that of MySQL two-phase will be properly closed out when the connection is closed without an explicit rollback or commit (e.g. no longer raises "XAER_RMFAIL" in this case - note this only shows up in logging as the exception is not propagated within pool reset). This issue would arise e.g. when using an orm :class:`.Session` with ``twophase`` set, and then :meth:`.Session.close` is called without an explicit rollback or commit. The change also has the effect that you will now see an explicit "ROLLBACK" in the logs when using a :class:`.Session` object in non-autocommit mode regardless of how that session was discarded. Thanks to Jeff Dairiki and Laurence Rowe for isolating the issue here. [ticket:2907] 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-01-12 17:42:34
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/1214f39abb66/ Changeset: 1214f39abb66 Branch: None User: sdague Date: 2014-01-12 05:08:27 Summary: expose SchemaVisitor in the compatibility layer sqlalchemy-migrate uses SchemaVisitor. It was one of the only objects that changed namespaces without compatibility that we use. Would love to get this added to remove a work around we need at https://review.openstack.org/#/c/66156/ Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/b3ed2c7297e1/ Changeset: b3ed2c7297e1 Branch: None User: zzzeek Date: 2014-01-12 18:37:56 Summary: Merge pull request #57 from sdague/master expose SchemaVisitor in the compatibility layer Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/2386c63a1a10/ Changeset: 2386c63a1a10 Branch: None User: zzzeek Date: 2014-01-12 18:40:48 Summary: - pullreq github 55 is in the wrong changelog! 0.9.2... Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/e2de4783cc08/ Changeset: e2de4783cc08 Branch: None User: zzzeek Date: 2014-01-12 18:42:01 Summary: - changelog for pullreq github 57 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-01-12 00:44:26
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/c427d24d7441/ Changeset: c427d24d7441 Branch: None User: zzzeek Date: 2014-01-12 01:43:50 Summary: - add a CLI to determine waht kind of test to run 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-01-11 18:16:13
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/2775c95b1ee3/ Changeset: 2775c95b1ee3 Branch: None User: zzzeek Date: 2014-01-11 19:12:40 Summary: new changelog Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/6e4e1a83690e/ Changeset: 6e4e1a83690e Branch: None User: zzzeek Date: 2014-01-11 19:14:49 Summary: - add paramlinks and external changelog ext to 0.8 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/a78110a21ccb/ Changeset: a78110a21ccb Branch: rel_0_8 User: zzzeek Date: 2014-01-11 19:15:23 Summary: pyo 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-01-10 04:20:38
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/1d4f0df35dd7/ Changeset: 1d4f0df35dd7 Branch: None User: zzzeek Date: 2014-01-10 05:20:00 Summary: - fix some function mismatch in profiling 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-01-09 23:35:58
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/b287a379e925/ Changeset: b287a379e925 Branch: None User: zzzeek Date: 2014-01-10 00:35:22 Summary: 0.9.2 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-01-09 23:35:30
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/83ffe25d53d7/ Changeset: 83ffe25d53d7 Branch: None User: cgohlke Date: 2014-01-08 21:34:45 Summary: Use PyMODINIT_FUNC Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/e135d9566a36/ Changeset: e135d9566a36 Branch: None User: cgohlke Date: 2014-01-08 21:35:42 Summary: Use PyMODINIT_FUNC Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/20dcbbe97f89/ Changeset: 20dcbbe97f89 Branch: None User: cgohlke Date: 2014-01-08 21:36:17 Summary: Use PyMODINIT_FUNC Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/120b4a566ecd/ Changeset: 120b4a566ecd Branch: None User: zzzeek Date: 2014-01-10 00:34:44 Summary: changelog for pullreq github:55 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-01-08 17:27:26
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/245dab384e7a/ Changeset: 245dab384e7a Branch: None User: zzzeek Date: 2014-01-08 18:26:07 Summary: - fixes 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-01-08 16:37:46
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/58fe2fb81af7/ Changeset: 58fe2fb81af7 Branch: None User: zzzeek Date: 2014-01-08 17:36:19 Summary: - add more critical behavioral change for [ticket:2804] 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-01-06 00:37:15
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/9d69035a1d7f/ Changeset: 9d69035a1d7f Branch: None User: zzzeek Date: 2014-01-06 01:29:15 Summary: - 0.9.1 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-01-05 23:27:21
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/60c00d7c1ad5/ Changeset: 60c00d7c1ad5 Branch: None User: zzzeek Date: 2014-01-06 00:25:24 Summary: fix the changelog merge Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/fa5970c26547/ Changeset: fa5970c26547 Branch: master User: zzzeek Date: 2014-01-06 00:25:51 Summary: - these tests are really old but trying to make sure everything is closed out 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. |