summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2017-03-30 00:51:56 +0200
committerhaawda2017-03-30 00:51:56 +0200
commitf953474dd0e6caf53bf8f7503f0b65f0bc048d33 (patch)
treeffb1baff1633d3ef6d6b0e1f56c4a3e11a296821 /PKGBUILD
parent8db5aac61849a80f1ac9b0d247d4b64f2daab3c9 (diff)
downloadaur-f953474dd0e6caf53bf8f7503f0b65f0bc048d33.tar.gz
Updated version (1.1.6.52.gcabd14fa1 -> 1.1.6.54.ga86764d99).
Changelog ========= Support Postgresql development version numbers (a86764d99) - start changelog for 1.1.8 (6220e09f6) - reorg migration notes a bit (cabd14fa1) - update release date for 1.1.7 (f3c368357) Allow aliased() to be passed to Query.select_entity_from(). (a4cdd0bc0) Merge "Add safe_reraise() + warnings only to Connection._autorollback" (6eae79ac5) Merge branch 'patch-1' of https://github.com/tamentis/sqlalchemy (ecf85cb08) Add safe_reraise() + warnings only to Connection._autorollback (c0a224aba) Pre-load alias.c within JoinedEagerLoader cached AliasedClass (f214f4d4f) Treat collation names as identifiers (0883d8213) Support hybrids/composites with bulk updates (1fcbc17b7) Use config.db global opts as defaults for all testing_engine() (28edc2604) Raise on flag_modified() for non-present attribute (711d29f8e) Allow reuse of hybrid_property across subclasses (caeb274e2) Integrate "pre-ping" into connection pool. (f881dae81) Fix a title typo (5df05d167) Merge branch 'master' of https://bitbucket.org/jalessio/sqlalchemy (9e06ab17b) fix pep8 errors in association example (a40467152) fix pep8 errors in adjacency_list example (8dad0f93e) New features from python 2.7 (8f7cf2990) Merge "Implement comments for tables, columns" (d96fc5d02) Implement comments for tables, columns (fadb8d61b) Add bulk_replace event, integrate with @validates (9974e9a46) Annotate parentmapper in primaryjoin / secondaryjoin (63a7b2d2d) Don't mutate old collection on bulk replace (2bfe19152) Merge "Consult _select_from_entity in _adjust_for_single_inheritance" (b5b6e9574) Consult compiled paramstyle on execute_compiled (7b056709c) Fix typos ('expicit' -> 'explicit') (3771af0af) Consult _select_from_entity in _adjust_for_single_inheritance (b6a6ffa4c) Merge "Add "empty in" strategies; default to "static"" (0a35ccc6b) Merge "Improve serializer behavior" (18b2dea9a) - add missing hyperlink for change 3934 (b705e1908) Add "empty in" strategies; default to "static" (f3b6f4f8d) Improve serializer behavior (86cf3eb71) Emit after_rollback() event before snapshot removal (4ece86eb4) Enable sane_multi_rowcount for cx_Oracle (596e32254) add autoescape option to startswith, endswith, and contains (2895c57b2) - add ad_hoc_engines to remove RealReconnectTest from oracle (7b07ea67d) Normalize Oracle reflected FK constraint name (6b0e12fd6) - re-set no ad-hoc-engines for oracle, previously low-connections disabled this (4a886e519) Add tests for empty association set comparison (0612829fb) Repair _execute_scalar for WITH_UNICODE mode (fb33f9c54) - bump minimum python version to 2.7 - add placeholder 1.2 release documentation, update intro numbers (1da9d3752) - begin the 1.2 branch in master, diverge from 1.1 (e82df50d9) - add a note as to why we have this very complicated Annotated system (75ceae6ea) Allow SchemaType and Variant to work together (c04870ba7) Repair missing "checkfirst" for test suite (9e6271597) - document ForeignKeyConstraint columns / elements, fixes #2904 (74bec18c2) Merge "Don't cache savepoint identifiers" (b54cefc37) Don't cache savepoint identifiers (f4c4f784c) - update asktom link, fixes #3925 (3a6b75870) Update profiles for psycopg2 2.7 (66e483ebd) Only use schema_translate_map on SchemaItem subclasses (b4e880534) - 1.1.7 prep (ff2090336)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 26322291c49d..ab8e0cec402d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=python-sqlalchemy-git
-pkgver=1.1.6.52.gcabd14fa1
+pkgver=1.1.6.54.ga86764d99
pkgrel=1
pkgdesc="Python SQL toolkit and Object Relational Mapper"
arch=('i686' 'x86_64')