summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Husmann2017-02-09 23:29:04 +0100
committerStefan Husmann2017-02-09 23:29:04 +0100
commit28349d7d71fbc16f340d24936fc684f10fea4788 (patch)
tree6e04e0bc9f279f97aba485ac7b5d3a554af04675
parentbab3324dba74935ab01e53c48dcee8f0c64a3b68 (diff)
downloadaur-28349d7d71fbc16f340d24936fc684f10fea4788.tar.gz
Updated version (1.1.5.25.g772374735 -> 1.1.5.28.g540bcff90).
Changelog ========= 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)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f3b39da34af..935667009862 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Feb 7 23:26:38 UTC 2017
+# Thu Feb 9 22:29:00 UTC 2017
pkgbase = python-sqlalchemy-git
pkgdesc = Python SQL toolkit and Object Relational Mapper
- pkgver = 1.1.5.25.g772374735
+ pkgver = 1.1.5.28.g540bcff90
pkgrel = 1
url = http://www.sqlalchemy.org
arch = i686
@@ -11,7 +11,7 @@ pkgbase = python-sqlalchemy-git
makedepends = git
makedepends = python-setuptools
depends = python
- provides = python-sqlalchemy=1.1.5.25.g772374735
+ provides = python-sqlalchemy=1.1.5.28.g540bcff90
conflicts = python-sqlalchemy
source = git+https://bitbucket.org/zzzeek/sqlalchemy.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index f3c6fbe41820..2958b59d817f 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.25.g772374735
+pkgver=1.1.5.28.g540bcff90
pkgrel=1
pkgdesc="Python SQL toolkit and Object Relational Mapper"
arch=('i686' 'x86_64')