summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStefan Husmann2017-02-08 00:26:42 +0100
committerStefan Husmann2017-02-08 00:26:42 +0100
commitbab3324dba74935ab01e53c48dcee8f0c64a3b68 (patch)
tree33c043144c5425f92e8fff37ff55f3298a8219f4 /PKGBUILD
parentd56fc4197d901e47a44c79b3905fd488338e6131 (diff)
downloadaur-bab3324dba74935ab01e53c48dcee8f0c64a3b68.tar.gz
Updated version (1.1.5.24.gd71f4b471 -> 1.1.5.25.g772374735).
Changelog ========= 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 a031d2d68b62..f3c6fbe41820 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.24.gd71f4b471
+pkgver=1.1.5.25.g772374735
pkgrel=1
pkgdesc="Python SQL toolkit and Object Relational Mapper"
arch=('i686' 'x86_64')