pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/py-sqlalchemy 1.1.11



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7618731dfbb2
branches:  trunk
changeset: 364006:7618731dfbb2
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Jun 20 07:32:19 2017 +0000

description:
1.1.11

orm

[orm] [bug] Fixed issue with subquery eagerloading which continues on from the series of issues fixed in 2699, 3106, 3893 involving that the ?subquery? contains the correct FROM clause when beginning 
from a joined inheritance subclass and then subquery eager loading onto a relationship from the base class, while the query also includes criteria against the subclass. The fix in the previous 
tickets did not accommodate for additional subqueryload operations loading more deeply from the first level, so the fix has been further generalized.


sql

[sql] [bug] Fixed AttributeError which would occur in WithinGroup construct during an iteration of the structure.


postgresql

[postgresql] [bug] Continuing with the fix that correctly handles Postgresql version string ?10devel? released in 1.1.8, an additional regexp bump to handle version strings of the form ?10beta1?. 
While Postgresql now offers better ways to get this information, we are sticking w/ the regexp at least through 1.1.x for the least amount of risk to compatibility w/ older or alternate Postgresql 
databases.

[postgresql] [bug] Fixed bug where using ARRAY with a string type that features a collation would fail to produce the correct syntax within CREATE TABLE.


mysql

[mysql] [bug] MySQL 5.7 has introduced permission limiting for the ?SHOW VARIABLES? command; the MySQL dialect will now handle when SHOW returns no row, in particular for the initial fetch of 
SQL_MODE, and will emit a warning that user permissions should be modified to allow the row to be present.


mssql

[mssql] [bug] Fixed bug where SQL Server transaction isolation must be fetched from a different view when using Azure data warehouse, the query is now attempted against both views and then a 
NotImplemented is raised unconditionally if failure continues to provide the best resiliency against future arbitrary API changes in new SQL Server versions.

[mssql] [bug] Added a placeholder type mssql.XML to the SQL Server dialect, so that a reflected table which includes this type can be re-rendered as a CREATE TABLE. The type has no special round-trip 
behavior nor does it currently support additional qualifying arguments.


oracle

[oracle] [bug] Support for two-phase transactions has been removed entirely for cx_Oracle when version 6.0b1 or later of the DBAPI is in use. The two- phase feature historically has never been usable 
under cx_Oracle 5.x in any case, and cx_Oracle 6.x has removed the connection-level ?twophase? flag upon which this feature relied.

diffstat:

 databases/py-sqlalchemy/Makefile |   4 ++--
 databases/py-sqlalchemy/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r cbba66e44a0f -r 7618731dfbb2 databases/py-sqlalchemy/Makefile
--- a/databases/py-sqlalchemy/Makefile  Tue Jun 20 07:28:39 2017 +0000
+++ b/databases/py-sqlalchemy/Makefile  Tue Jun 20 07:32:19 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2017/06/01 09:58:42 adam Exp $
+# $NetBSD: Makefile,v 1.29 2017/06/20 07:32:19 adam Exp $
 
-DISTNAME=      SQLAlchemy-1.1.10
+DISTNAME=      SQLAlchemy-1.1.11
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    databases python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=S/SQLAlchemy/}
diff -r cbba66e44a0f -r 7618731dfbb2 databases/py-sqlalchemy/distinfo
--- a/databases/py-sqlalchemy/distinfo  Tue Jun 20 07:28:39 2017 +0000
+++ b/databases/py-sqlalchemy/distinfo  Tue Jun 20 07:32:19 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.23 2017/06/01 09:58:42 adam Exp $
+$NetBSD: distinfo,v 1.24 2017/06/20 07:32:19 adam Exp $
 
-SHA1 (SQLAlchemy-1.1.10.tar.gz) = 8df54e8f6aa252429b70165115174a29c9db83be
-RMD160 (SQLAlchemy-1.1.10.tar.gz) = d7809d903f1f58b92aabcd7a57c147faeb9e624c
-SHA512 (SQLAlchemy-1.1.10.tar.gz) = 96b9d8630ceffc26eb9a707fba004c8ea8d551835a4aec45cad7185f51cca9fd16fc49715fb158cb861e2db1b2fb9baf23f3cce0c856a27a49899272b91bd9f4
-Size (SQLAlchemy-1.1.10.tar.gz) = 5191849 bytes
+SHA1 (SQLAlchemy-1.1.11.tar.gz) = 921ecf9f84994ac4aeedeea967d60fa7669e8cb9
+RMD160 (SQLAlchemy-1.1.11.tar.gz) = d251d6b514e661a1f412a3677448507f1fa7a129
+SHA512 (SQLAlchemy-1.1.11.tar.gz) = 322ec0baa6360099eb000ddd36e28267f64019eb72201ecf60fc478591679e0dd5d2b1139a93036d2ec0165c588ea5836a67ed21dbf7c423b64432589bd73de4
+Size (SQLAlchemy-1.1.11.tar.gz) = 5197520 bytes



Home | Main Index | Thread Index | Old Index