summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStefan Husmann2017-01-27 05:45:22 +0100
committerStefan Husmann2017-01-27 05:45:22 +0100
commit12f9d4cd92f224e4c9feb5d210867135a4b25de7 (patch)
tree3e9364ab534d512bdc6fa86a8f47853a2ae90225 /PKGBUILD
parent9ec4300328f4076102f9a25d1849aca3ece5adbc (diff)
downloadaur-12f9d4cd92f224e4c9feb5d210867135a4b25de7.tar.gz
Updated version (1.1.5.10.g0d91796bb -> 1.1.5.12.g3757c0cdf).
Changelog ========= 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 4d8850023119..48e71b450a26 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.10.g0d91796bb
+pkgver=1.1.5.12.g3757c0cdf
pkgrel=1
pkgdesc="Python SQL toolkit and Object Relational Mapper"
arch=('i686' 'x86_64')