sqlalchemy-commits Mailing List for SQLAlchemy (Page 78)
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-05 21:57:33
|
7 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/196f7ee6cc13/ Changeset: 196f7ee6cc13 Branch: None User: zzzeek Date: 2014-01-05 20:11:12 Summary: - conjunctions like and_() and or_() can now accept generators as arguments. Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/8c93a6c7718c/ Changeset: 8c93a6c7718c Branch: None User: zzzeek Date: 2014-01-05 22:42:56 Summary: - fix some docstring stuff Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/53866030997a/ Changeset: 53866030997a Branch: None User: zzzeek Date: 2014-01-05 22:46:01 Summary: - many-to-many support - tests - full documentation, changelog, new in 0.9 announcement Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/daafd63c3ac2/ Changeset: daafd63c3ac2 Branch: None User: zzzeek Date: 2014-01-05 22:47:15 Summary: Merge branch 'automap' Conflicts: doc/build/changelog/changelog_09.rst Affected #: 14 files https://bitbucket.org/zzzeek/sqlalchemy/commits/21bc2c2a5bba/ Changeset: 21bc2c2a5bba Branch: None User: zzzeek Date: 2014-01-05 22:48:01 Summary: - docs + tests Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/8646a4c1093f/ Changeset: 8646a4c1093f Branch: None User: zzzeek Date: 2014-01-05 22:49:03 Summary: 0.9.1 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/f89d4d216bd7/ Changeset: f89d4d216bd7 Branch: master User: zzzeek Date: 2014-01-05 22:57:05 Summary: - happy new year Affected #: 168 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 02:14:48
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/ecb386561508/ Changeset: ecb386561508 Branch: None User: zzzeek Date: 2014-01-05 03:12:31 Summary: - The :paramref:`.Table.extend_existing` and :paramref:`.Table.autoload_replace` parameters are now available on the :meth:`.MetaData.reflect` method. - starting to use paramref and need newer paramlinks version. Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/7658a4c73c1e/ Changeset: 7658a4c73c1e Branch: automap User: zzzeek Date: 2014-01-05 03:14:11 Summary: - basic functionality. 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-04 05:36:48
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/c450cd6cb6d0/ Changeset: c450cd6cb6d0 Branch: master User: zzzeek Date: 2014-01-04 06:35:48 Summary: - Fixed regression where using a ``functools.partial()`` with the event system would cause a recursion overflow due to usage of inspect.getargspec() on it in order to detect a legacy calling signature for certain events, and apparently there's no way to do this with a partial object. Instead we skip the legacy check and assume the modern style; the check itself now only occurs for the SessionEvents.after_bulk_update and SessionEvents.after_bulk_delete events. Those two events will require the new signature style if assigned to a "partial" event listener. [ticket:2905] 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-04 02:48:04
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/31821011271b/ Changeset: 31821011271b Branch: None User: zzzeek Date: 2014-01-04 03:46:13 Summary: - Fixed an extremely unlikely memory issue where when using :class:`.DeferredReflection` to define classes pending for reflection, if some subset of those classes were discarded before the :meth:`.DeferredReflection.prepare` method were called to reflect and map the class, a strong reference to the class would remain held within the declarative internals. This internal collection of "classes to map" now uses weak references against the classes themselves. Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/cad46c3cdca2/ Changeset: cad46c3cdca2 Branch: automap User: zzzeek Date: 2014-01-04 03:47:01 Summary: - hypothetical "automap" feature, would extend DeferredReflection to create classes against the remaining tables within the given metadata. 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-03 00:09:09
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/dc9c76486dbb/ Changeset: dc9c76486dbb Branch: None User: davidszotten Date: 2014-01-01 11:28:58 Summary: typo in changelog Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/3e7a17174f94/ Changeset: 3e7a17174f94 Branch: master User: zzzeek Date: 2014-01-03 01:08:46 Summary: Merged in davidszotten/sqlalchemy/doc_typo (pull request #10) typo in 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-01-03 00:08:14
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/f188e28aea3b/ Changeset: f188e28aea3b Branch: None User: rschoon Date: 2014-01-01 02:46:31 Summary: Don't barf on Session(info=...) from sessionmaker(info=None) Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/4f7469bbc131/ Changeset: 4f7469bbc131 Branch: None User: zzzeek Date: 2014-01-03 01:01:57 Summary: Merge bitbucket.org:rschoon/sqlalchemy into t Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/7880d84c5b20/ Changeset: 7880d84c5b20 Branch: None User: zzzeek Date: 2014-01-03 01:07:13 Summary: - changelog for pullreq 9 from 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-01-03 00:01:04
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/8a7fdd4e5cf5/ Changeset: 8a7fdd4e5cf5 Branch: None User: zzzeek Date: 2014-01-03 00:51:49 Summary: - A quasi-regression where apparently in 0.8 you can set a class-level attribute on declarative to simply refer directly to an :class:`.InstrumentedAttribute` on a superclass or on the class itself, and it acts more or less like a synonym; in 0.9, this fails to set up enough bookkeeping to keep up with the more liberalized backref logic from :ticket:`2789`. Even though this use case was never directly considered, it is now detected by declarative at the "setattr()" level as well as when setting up a subclass, and the mirrored/renamed attribute is now set up as a :func:`.synonym` instead. [ticket:2900] Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/6d3e563a575b/ Changeset: 6d3e563a575b Branch: None User: zzzeek Date: 2014-01-03 00:59:26 Summary: - Fixed regression where we don't check the given name against the correct string class when setting up a backref based on a name, therefore causing the error "too many values to unpack". This was related to the Py3k conversion. [ticket:2901] 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-02 23:27:27
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/ca8fca639168/ Changeset: ca8fca639168 Branch: None User: zzzeek Date: 2014-01-03 00:26:32 Summary: - Fixed regression where we apparently still create an implicit alias when saying query(B).join(B.cs), where "C" is a joined inh class; however, this implicit alias was created only considering the immediate left side, and not a longer chain of joins along different joined-inh subclasses of the same base. As long as we're still implicitly aliasing in this case, the behavior is dialed back a bit so that it will alias the right side in a wider variety of cases. [ticket:2903] 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-01-02 19:25:24
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/4b923d37bdfd/ Changeset: 4b923d37bdfd Branch: None User: zzzeek Date: 2014-01-02 20:23:14 Summary: - support addition of fails_if()/only_on(), just wraps the decorators - update a few exclusions to support current pymssql. passes all of test_suite and dialect/mssql Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/504543090213/ Changeset: 504543090213 Branch: None User: zzzeek Date: 2014-01-02 20:24:13 Summary: .pyo Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/cc82ea33a03a/ Changeset: cc82ea33a03a Branch: rel_0_8 User: zzzeek Date: 2014-01-02 20:24:44 Summary: - support addition of fails_if()/only_on(), just wraps the decorators - update a few exclusions to support current pymssql. passes all of test_suite and dialect/mssql 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-30 23:54:54
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/c91de19e4125/ Changeset: c91de19e4125 Branch: None User: zzzeek Date: 2013-12-31 00:23:12 Summary: Merge branch 'master' into rel_0_9 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/d88d75542563/ Changeset: d88d75542563 Branch: None User: zzzeek Date: 2013-12-31 00:30:11 Summary: - call it 0.9.0 Affected #: 7 files https://bitbucket.org/zzzeek/sqlalchemy/commits/f00657fa8a3a/ Changeset: f00657fa8a3a Branch: None User: zzzeek Date: 2013-12-31 00:31:33 Summary: - 0.9.0 release date 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-30 18:47:10
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/36024b491047/ Changeset: 36024b491047 Branch: master User: zzzeek Date: 2013-12-30 19:46:41 Summary: sphinx paramlinks 0.1.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-30 18:23:26
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/1eb3b6840a8e/ Changeset: 1eb3b6840a8e Branch: master User: zzzeek Date: 2013-12-30 19:22:54 Summary: - use 0.1.7 at least 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-30 17:31:35
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/9e2c0931b9f6/ Changeset: 9e2c0931b9f6 Branch: master User: zzzeek Date: 2013-12-30 18:23:05 Summary: - try out paramlinks 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-28 23:25:15
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/2537773d1e8c/ Changeset: 2537773d1e8c Branch: master User: zzzeek Date: 2013-12-29 00:24:43 Summary: a few oracle test failures Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/d49df1aa1527/ Changeset: d49df1aa1527 Branch: rel_0_9 User: zzzeek Date: 2013-12-29 00:24:51 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-28 22:52:38
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/1eb92e50d984/ Changeset: 1eb92e50d984 Branch: master User: zzzeek Date: 2013-12-28 23:50:19 Summary: - apply a similar fix for floats to mssql+pyodbc as we did to firebird - wrangle through osx+pyodbc+freetds to get at least test_suite to pass again with mssql+pyodbc. invovled adding some silly requirements Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/0d5dd882d4e1/ Changeset: 0d5dd882d4e1 Branch: rel_0_9 User: zzzeek Date: 2013-12-28 23:51:19 Summary: Merge branch 'master' into rel_0_9 Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/a6905c82523a/ Changeset: a6905c82523a Branch: None User: zzzeek Date: 2013-12-28 23:51:42 Summary: - fix the insert from select test to use a non-autoinc table Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/a1d2e4d49155/ Changeset: a1d2e4d49155 Branch: rel_0_8 User: zzzeek Date: 2013-12-28 23:51:51 Summary: - apply a similar fix for floats to mssql+pyodbc as we did to firebird - wrangle through osx+pyodbc+freetds to get at least test_suite to pass again with mssql+pyodbc. invovled adding some silly requirements 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-28 21:39:18
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/d8bc6673c0bb/ Changeset: d8bc6673c0bb Branch: None User: zzzeek Date: 2013-12-28 22:37:22 Summary: - fix the insert from select test to use a non-autoinc table Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/cac7320eeb16/ Changeset: cac7320eeb16 Branch: master User: zzzeek Date: 2013-12-28 22:37:54 Summary: - adjust the behavior of cast() to only provide a type for the bindparam() if we are coercing straight from string. [ticket:2899] - rework the tests here to be individual Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/bb9bc68d7764/ Changeset: bb9bc68d7764 Branch: rel_0_9 User: zzzeek Date: 2013-12-28 22:38:36 Summary: Merge branch 'master' into rel_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-28 06:57:16
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/7bb8944e312f/ Changeset: 7bb8944e312f Branch: None User: spicyj Date: 2013-12-28 07:11:23 Summary: session docs: Change `object` to `someobject` This makes the code block more consistent with the preceding one and also prevents the variable from being colored as a builtin (which `object` is) during syntax highlighting. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/8d1ec3cc7fc3/ Changeset: 8d1ec3cc7fc3 Branch: master User: zzzeek Date: 2013-12-28 07:55:54 Summary: Merge pull request #54 from spicyj/patch-1 session docs: Change `object` to `someobject` Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/3f95f26237e7/ Changeset: 3f95f26237e7 Branch: rel_0_9 User: zzzeek Date: 2013-12-28 07:56:00 Summary: Merge branch 'master' into rel_0_9 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/a48a0f6a4469/ Changeset: a48a0f6a4469 Branch: rel_0_8 User: spicyj Date: 2013-12-28 07:56:34 Summary: session docs: Change `object` to `someobject` This makes the code block more consistent with the preceding one and also prevents the variable from being colored as a builtin (which `object` is) during syntax highlighting. 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-27 23:28:26
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/90f813575e0e/ Changeset: 90f813575e0e Branch: None User: zzzeek Date: 2013-12-27 23:11:12 Summary: Merge branch 'master' into rel_0_9 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/2104d0ba2d61/ Changeset: 2104d0ba2d61 Branch: master User: zzzeek Date: 2013-12-28 00:25:57 Summary: - rework the JSON expression system so that "astext" is called *after* the indexing. this is for more natural operation. - also add cast() to the JSON expression to complement astext. This integrates the CAST call which will be needed frequently. Part of [ticket:2687]. - it's a little unclear how more advanced unicode attribute-access is going to go, some quick attempts at testing yielded strange error messages from psycopg2. - do other cross linking as mentioned in [ticket:2687]. Affected #: 6 files https://bitbucket.org/zzzeek/sqlalchemy/commits/2df21f612d2e/ Changeset: 2df21f612d2e Branch: rel_0_9 User: zzzeek Date: 2013-12-28 00:27:58 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-27 22:11:31
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/de786a4208e6/ Changeset: de786a4208e6 Branch: master User: zzzeek Date: 2013-12-27 23:10:55 Summary: - Declarative does an extra check to detect if the same :class:`.Column` is mapped multiple times under different properties (which typically should be a :func:`.synonym` instead) or if two or more :class:`.Column` objects are given the same name, raising a warning if this condition is detected. [ticket:2828] 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-27 21:40:53
|
5 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/aeb5ffec2820/ Changeset: aeb5ffec2820 Branch: None User: zzzeek Date: 2013-12-27 22:37:57 Summary: - actually check the list of views! Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/1b38d1773e7b/ Changeset: 1b38d1773e7b Branch: None User: zzzeek Date: 2013-12-27 22:38:16 Summary: Merge branch 'master' into rel_0_9 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/db0bfa06761e/ Changeset: db0bfa06761e Branch: rel_0_8 User: zzzeek Date: 2013-12-27 22:38:27 Summary: - actually check the list of views! Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/f50c670e47bb/ Changeset: f50c670e47bb Branch: master User: zzzeek Date: 2013-12-27 22:39:54 Summary: - Changed the queries used by Firebird to list table and view names to query from the ``rdb$relations`` view instead of the ``rdb$relation_fields`` and ``rdb$view_relations`` views. Variants of both the old and new queries are mentioned on many FAQ and blogs, however the new queries are taken straight from the "Firebird FAQ" which appears to be the most official source of info. [ticket:2898] Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/6db0e6edcbcf/ Changeset: 6db0e6edcbcf Branch: rel_0_9 User: zzzeek Date: 2013-12-27 22:40:19 Summary: Merge branch 'master' into rel_0_9 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-27 21:20:14
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/1ed633c22981/ Changeset: 1ed633c22981 Branch: rel_0_8 User: zzzeek Date: 2013-12-27 22:19:54 Summary: fix 2.5-ism 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-27 18:48:19
|
13 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/0cba61d150b8/ Changeset: 0cba61d150b8 Branch: None User: zzzeek Date: 2013-12-27 19:05:32 Summary: - repair some suite tests for firebird Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/4798fd947f47/ Changeset: 4798fd947f47 Branch: None User: zzzeek Date: 2013-12-27 19:16:48 Summary: - The "asdecimal" flag used with the :class:`.Float` type will now work with Firebird dialects; previously the decimal conversion was not occurring. - scale back some firebird FP numeric tests Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/545df6b39ee5/ Changeset: 545df6b39ee5 Branch: None User: zzzeek Date: 2013-12-27 19:20:58 Summary: - Fixed bug in Firebird index reflection where the columns within the index were not sorted correctly; they are now sorted in order of RDB$FIELD_POSITION. Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/a51c41e6305c/ Changeset: a51c41e6305c Branch: None User: zzzeek Date: 2013-12-27 19:28:18 Summary: - add a test which creates tables and views at the same time, then tests that the lists of each can be reflected independently. Testing [ticket:2898] at the moment. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/92a1426c06c4/ Changeset: 92a1426c06c4 Branch: master User: zzzeek Date: 2013-12-27 19:40:27 Summary: - The firebird dialect will quote identifiers which begin with an underscore. Courtesy Treeve Jelbert. [ticket:2897] Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/17f4b8f829df/ Changeset: 17f4b8f829df Branch: rel_0_9 User: zzzeek Date: 2013-12-27 19:40:55 Summary: Merge branch 'master' into rel_0_9 Affected #: 8 files https://bitbucket.org/zzzeek/sqlalchemy/commits/2900b6e4ece2/ Changeset: 2900b6e4ece2 Branch: None User: zzzeek Date: 2013-12-27 19:41:21 Summary: - repair some suite tests for firebird Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/b5b84ae20d18/ Changeset: b5b84ae20d18 Branch: None User: zzzeek Date: 2013-12-27 19:41:46 Summary: - The "asdecimal" flag used with the :class:`.Float` type will now work with Firebird dialects; previously the decimal conversion was not occurring. - scale back some firebird FP numeric tests Conflicts: test/requirements.py Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/320bc4861ccd/ Changeset: 320bc4861ccd Branch: None User: zzzeek Date: 2013-12-27 19:42:28 Summary: - Fixed bug in Firebird index reflection where the columns within the index were not sorted correctly; they are now sorted in order of RDB$FIELD_POSITION. Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/ab1ab82f1618/ Changeset: ab1ab82f1618 Branch: None User: zzzeek Date: 2013-12-27 19:42:36 Summary: - add a test which creates tables and views at the same time, then tests that the lists of each can be reflected independently. Testing [ticket:2898] at the moment. Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/c24e825c37d9/ Changeset: c24e825c37d9 Branch: None User: zzzeek Date: 2013-12-27 19:42:43 Summary: - The firebird dialect will quote identifiers which begin with an underscore. Courtesy Treeve Jelbert. [ticket:2897] Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/819ad89276f2/ Changeset: 819ad89276f2 Branch: None User: zzzeek Date: 2013-12-27 19:45:07 Summary: - add an exclusion for "floats to four decimals", backported from 0.9 and applies to firebird Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/4a4a4beffb65/ Changeset: 4a4a4beffb65 Branch: rel_0_8 User: zzzeek Date: 2013-12-27 19:47:31 Summary: test hanging on 0.8, suspecting the test framework. this feature is tested on 0.9 successfully 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-27 16:15:20
|
6 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/3147ca30401a/ Changeset: 3147ca30401a Branch: None User: sontek Date: 2013-12-16 21:50:10 Summary: Remove terminated connections from the pool. In pymssql, if you terminate a long running query manually it will give you a connection reset by peer message, but this connection remains in the pool and will be re-used. Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/69876ada92c8/ Changeset: 69876ada92c8 Branch: None User: zzzeek Date: 2013-12-27 17:12:05 Summary: Merge pull request #51 from sontek/pymssql_handle_terminated_connection Remove terminated connections from the pool. Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/c837dc485eb0/ Changeset: c837dc485eb0 Branch: master User: zzzeek Date: 2013-12-27 17:13:41 Summary: changelog, will merge to 0.8 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/ff47daf23389/ Changeset: ff47daf23389 Branch: rel_0_9 User: zzzeek Date: 2013-12-27 17:13:50 Summary: Merge branch 'master' into rel_0_9 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/4211207abfd9/ Changeset: 4211207abfd9 Branch: None User: sontek Date: 2013-12-27 17:14:21 Summary: Remove terminated connections from the pool. In pymssql, if you terminate a long running query manually it will give you a connection reset by peer message, but this connection remains in the pool and will be re-used. Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/351d0b6f21cb/ Changeset: 351d0b6f21cb Branch: rel_0_8 User: zzzeek Date: 2013-12-27 17:14:31 Summary: changelog, will merge to 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-22 00:52:34
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/282a19d95251/ Changeset: 282a19d95251 Branch: master User: zzzeek Date: 2013-12-22 01:51:25 Summary: - alter the decorator function, and the newer public_factory function, to use a named def instead of a lambda. this so that TypeError on wrong arguments are more legible. [ticket:2884] Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/5633cd304e15/ Changeset: 5633cd304e15 Branch: rel_0_9 User: zzzeek Date: 2013-12-22 01:52:09 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-21 00:14:00
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/730b23239365/ Changeset: 730b23239365 Branch: master User: zzzeek Date: 2013-12-21 01:12:31 Summary: - improve documentation for return_defaults() and returned_defaults. [ticket:2852] Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/be5caf1ad735/ Changeset: be5caf1ad735 Branch: rel_0_9 User: zzzeek Date: 2013-12-21 01:12:54 Summary: Merge branch 'master' into rel_0_9 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. |