summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStefan Husmann2017-02-17 07:51:07 +0100
committerStefan Husmann2017-02-17 07:51:07 +0100
commite62a50c497c44234b049e01b78869e933410aa9d (patch)
tree30c346d042cdaf6330254d693ef2e4145d8c21ba /PKGBUILD
parent0b8592ddca381c048cea8f231bfb2cf61b250663 (diff)
downloadaur-e62a50c497c44234b049e01b78869e933410aa9d.tar.gz
Updated version (1.1.5.33.g3b6004e6a -> 1.1.5.34.g42bb86568).
Changelog ========= - add test for inserting PG array w/ NULL, references #3916 (42bb86568) Add new DDL autocommit expressions for Postgresql (3b6004e6a) - limit to MySQL dialect (f107dd78e) - pull autocommit suite into the mysql suite as well (4e54f9fc0) - add a test suite that ensures textual autocommit works for correct expressions (02ae6ab3f) pytds based connector for MS-SQL (aa3b59af5) Check for columns not part of mapping, correct mapping for eager_defaults (540bcff90) Don't post-SELECT columns w/o a server default/onupdate for eager_defaults (000e96030) - document Query.with_session(), direct constructor usage (7db699163) Make all tests to be PEP8 compliant (772374735) Merge "Accept FetchedValue, text() for column "default" value" (d71f4b471) - add a note referring to the enum value as not currently persisted, reference #3906 (8342ca6c6) Accept FetchedValue, text() for column "default" value (388d8db68) - clarify Enum validation rules, fixes #3904 (6b27d7803) Union the exclude_properties of the inheriting mapper in declarative (9a5943bf7) Merge "Add count(), scalar() to baked query" (5ef2fde8f) Add count(), scalar() to baked query (ecfda6512) Fix nested index_property setter when there is no container value (f411cac35) Copy whereclause / using in ExcludeConstraint (1c578a710) - add missing param tag (f55d466ca) - cte() has moved to HasCTE(), since SelectBase is referred to a lot just add inherited members so links to things like SelectBase.cte continue to function (5c26cfcb4) - remove misleading comment, ref #3902 (3bd845f3f) Don't check isolation level prior to SQL Server 2005 (3757c0cdf) - document that "column" and "where" are arbitrary SQL expressions for ExcludeConstraint, if string is used then quoting must be applied manually. fixes #3899 (a24801ae8) Merge branch 'doc_typo' of https://bitbucket.org/fredj/sqlalchemy (0d91796bb) Merge branch 'patch-1' of https://github.com/jeffwidman/sqlalchemy (6e83259e7) Merge branch 'fix-example-re' of https://github.com/demoray/sqlalchemy (0cc5561c9) Fix typo in documentation (8795472c8) Merge "Dont set _set_select_from() for alias object" (81518ae2e) Improve server-side Sequence documentation (42027de3f) Dont set _set_select_from() for alias object (4ae02f46e) - 1.1.6 prep (17b85b344) Fix typo (708316829) fix example re such that the listen modifier example works (3c0fc9b95)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0be1c73a14fa..7cf77e51b68d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=python-sqlalchemy-git
-pkgver=1.1.5.33.g3b6004e6a
+pkgver=1.1.5.34.g42bb86568
pkgrel=1
pkgdesc="Python SQL toolkit and Object Relational Mapper"
arch=('i686' 'x86_64')