summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorAUR Update Bot2016-10-05 19:41:00 +0200
committerStefan Husmann2016-10-05 19:41:00 +0200
commit7d3f3c53ec419f5c49bee953e90498f21639fe2f (patch)
treee9da2f978029a09af6995463235f9be4b4260666 /.SRCINFO
parent8626511c3a7bdf70f85b5bcb61ce4abfc82d9803 (diff)
downloadaur-7d3f3c53ec419f5c49bee953e90498f21639fe2f.tar.gz
Updated version (1.1.0b3.88.ge5a5a72 -> 1.1.0b3.90.g09b685b).
Changelog ========= Check for __clause_element__() in ORM insert/update (09b685b) Check row for None with implicit returning PK to accommodate ON CONFLICT (20384e8) Merge "Enhance "raise" strategy to include "raise_on_sql" option" (e5a5a72) Merge "Honor additional row coming in with value of None" (aadbb5a) - add a few more changes and try to break some out into ORM behavioral changes (ab8944b) Enhance "raise" strategy to include "raise_on_sql" option (95d4cd3) Honor additional row coming in with value of None (c3abfe5) - add a note to baked documentation indicating it is not really of general use. This extension is there only for those who really want it based on observed performance characteristics. (cbe99b0) Use schema_name() for SQL Server default schema (562e37e) Use SQL Server SERVERPROPERTY for version info w/ pyodbc (f0ea9e3) Ensure strong ref to obj before calling persistent_to_deleted, others (728ce8c) Add "eager_parenthesis" late-compilation rule, use w/ PG JSON/HSTORE (333414f) - some documentation hits (9bfd028) Remove extra "return" statement in orm.ext.declared_attr.cascading examples (dce3206) Escape literal string values passed to server_default (079df65) Enable include_table for ON CONFLICT whereclauses (800a18a) Merge "Handle BaseException in all _handle_dbapi_error" (f090563) - improve documentation for SessionTransaction re: parent and nested attributes and what these mean - improve linking for after_transaction_create() / after_transaction_end() events - add public .parent attribute to detect top-level transaction within these events (e9b2625) - clarify documentation on timezone flag, since Oracle has both DATE / TIMESTAMP separately the timezone flag will not bump the type to TIMESTAMP WITH TIMEZONE on that backend. (0cc8267) Handle BaseException in all _handle_dbapi_error (7827dfb) Ensure mapper.polymorphic_on is polymorphic_prop.columns[0] (97b2940) Merge "Add exclude_tablespaces argument to Oracle" (930b07c) Merge "Add the "triggering mapper" to the configure_mappers error message." (11d24b6) Add exclude_tablespaces argument to Oracle (319c49e) - disable two phase testing for mysql entirely, build servers have no time to deal with MySQL 5.7's issues (0c90cac) Add the "triggering mapper" to the configure_mappers error message. (e95aa25) Merge "Allow SQL expressions to be set on PK columns" (5af3c90) Merge "Exclude eq and ne from associative operators" (b9a7a74) Merge "Support bindparam() with callable for primaryjoin" (dea7c2b) Allow SQL expressions to be set on PK columns (f8ecdf4) Merge "Fix ArgumentError access in Session._add_bind" (e492928) Exclude eq and ne from associative operators (2c4119d) Merge "Additions to support HAAlchemy plugin" (dc7aef1) Support bindparam() with callable for primaryjoin (8c3b9d6) Fix ArgumentError access in Session._add_bind (7ea5461) Add "message 20017" (unexpected EOF from the server) to mssql. (881369b) Additions to support HAAlchemy plugin (01a0a2d) - latest mysql 5.7 also crashing on XA recovery, disable XA recovery for all MySQL (65d8dea) Repair foreign_keys population for Join._refresh_for_new_column (25804ae) - placeholder for 1.0.16 within 1.0 changelog (6e1f34e) Merge branch 'keeyipchan/fix-typo-in-comment-1473614966363' of https://bitbucket.org/keeyipchan/sqlalchemy (c3d582d) - also caveats for update() / delete() regarding single table inheritance (6deb514) - add caveat for bulk deletes that they are generally not feasible for joined inheritance (2cd5319) Fix typo in comment (1e4f69d) Merge "Allow stringify compiler to render unnamed column" (ce62fa2) Repair clauselist comparison to account for clause ordering (ce577d4) Allow stringify compiler to render unnamed column (9a69474) - add 1.0.15 release date (f602283) Support all MySQL/Connector int/bool arguments (16dcc8b) Check for supports_execution at ClauseElement base (c7b9c84) Corrects typo (53c3119) Merge remote-tracking branch 'origin/pr/304' (7c59d68) Merge remote-tracking branch 'origin/pr/303' (56a0052) Provide more informative error when joining with no entities (94fe6fe) Fix table reference in PostgreSQL documentation (2b0fa0f) Fixed example of upsert in the HasCTE.cte docstring by replacing it with more concrete and working example. (b42bcb2) Raise when two validators conflict (117997c) Merge "Add docstring to declarative_base" (f10eba0) - fix wrong var name, credit to @RazerM (5145f67) Merge remote-tracking branch 'origin/pr/299' (5b86ae5) Merge remote-tracking branch 'origin/pr/300' (9f41f64) Rework _apply_joins(), _prep_for_joins() totally (323e6e7) Merge "Ensure final link in subqueryload join is correct" (94a95b3) - fill in forwards-ports for 1.1 in 1.0 changelog (14154b2) Ensure final link in subqueryload join is correct (b07eb3c) - fix this test which did not allow for the A/ ASub to be loaded polymorphically (bec5d69) - add another example for chained polymorphic eager loading (c3ad6da) - small updates to polymorphic eager loading, cross-link from loading documentation (09cf037) Fix documentation basic example (missing imports) (096a74d) Spelling fixes (fd164a6) Add docstring to declarative_base (87d5982) Build string/int processors for JSONIndexType, JSONPathType (f2fa9d0) Propagate kwargs to all MySQL CAST paths (af6f4ab) Warn that bulk save groups inserts/updates by type (ce1492e) Merge remote-tracking branch 'origin/pr/296' (2dfa954) Merge branch 'declarative-constructor-reference' of https://bitbucket.org/michaelwilliamson/sqlalchemy (a95c58d) Ensure post-__clause_element__() expression are used in Index (1269b08) Merge "Index should extract __clause_element__() early" (cda9def) Merge "Clarify order_by(False)" (99248e8) Index should extract __clause_element__() early (6327c59) - Consoliate test/sql/test_constraint ConstraintAPITest and test/sql/test_metadata IndexTest into test/sql/test_metadata ConstraintTest (e467e89) Merge "Allow None to cancel Query.group_by()" (5df226c) Clarify order_by(False) (fb647e5) Allow None to cancel Query.group_by() (05f28ba) Merge "Enable JSON testing for pymysql" (9130e59) - next release is 1.1.0 (64424b8) Enable JSON testing for pymysql (6f9e8f4) - Document how SQL Server does MAX with VARCHAR, NVARCHAR Fixes #3760 (0d92f79) Fix typo (4aad91f) Fix reference to _declarative_constructor in docstring (924a47f)
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO6
1 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9451c9a9851b..7689d9256986 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Oct 4 22:08:49 UTC 2016
+# Wed Oct 5 17:40:43 UTC 2016
pkgbase = python-sqlalchemy-git
pkgdesc = Python SQL toolkit and Object Relational Mapper
- pkgver = 1.1.0b3.88.ge5a5a72
+ pkgver = 1.1.0b3.90.g09b685b
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.0b3.88.ge5a5a72
+ provides = python-sqlalchemy=1.1.0b3.90.g09b685b
conflicts = python-sqlalchemy
source = git+https://bitbucket.org/zzzeek/sqlalchemy.git
md5sums = SKIP