[Sqlalchemy-commits] commit/sqlalchemy: 6 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2013-06-29 03:55:08
|
6 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/83f3dbc83d10/ Changeset: 83f3dbc83d10 Branch: None User: zzzeek Date: 2013-06-29 04:29:45 Summary: improve the close handling here so that we don't double-close a connection; we log this now so it apparently happens a bunch Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/1c23741b8e04/ Changeset: 1c23741b8e04 Branch: None User: zzzeek Date: 2013-06-29 04:30:11 Summary: refactor test suites for postgresql, mssql, mysql into packages. Affected #: 21 files https://bitbucket.org/zzzeek/sqlalchemy/commits/fb8d23fb09a5/ Changeset: fb8d23fb09a5 Branch: None User: zzzeek Date: 2013-06-29 04:32:43 Summary: improve the close handling here so that we don't double-close a connection; we log this now so it apparently happens a bunch Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/7e8f1341fc49/ Changeset: 7e8f1341fc49 Branch: None User: zzzeek Date: 2013-06-29 04:40:10 Summary: refactor test suites for postgresql, mssql, mysql into packages. Affected #: 23 files https://bitbucket.org/zzzeek/sqlalchemy/commits/d875f677a3f9/ Changeset: d875f677a3f9 Branch: master User: zzzeek Date: 2013-06-29 05:53:27 Summary: The behavior of :func:`.extract` has been simplified on the Postgresql dialect to no longer inject a hardcoded ``::timestamp`` or similar cast into the given expression, as this interfered with types such as timezone-aware datetimes, but also does not appear to be at all necessary with modern versions of psycopg2. Also in 0.8.2. [ticket:2740] Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/169c88c7a5bc/ Changeset: 169c88c7a5bc Branch: rel_0_8 User: zzzeek Date: 2013-06-29 05:54:11 Summary: The behavior of :func:`.extract` has been simplified on the Postgresql dialect to no longer inject a hardcoded ``::timestamp`` or similar cast into the given expression, as this interfered with types such as timezone-aware datetimes, but also does not appear to be at all necessary with modern versions of psycopg2. Also in 0.8.2. [ticket:2740] Conflicts: doc/build/changelog/changelog_09.rst 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. |