summarylogtreecommitdiffstats
path: root/PKGBUILD
AgeCommit message (Collapse)Author
2017-01-30Updated version (1.1.5.15.gf55d466ca -> 1.1.5.17.gf411cac35).Stefan Husmann
Changelog ========= 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)
2017-01-28Updated version (1.1.5.13.g3bd845f3f -> 1.1.5.15.gf55d466ca).Stefan Husmann
Changelog ========= - 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)
2017-01-27Updated version (1.1.5.12.g3757c0cdf -> 1.1.5.13.g3bd845f3f).Stefan Husmann
Changelog ========= - 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)
2017-01-27Updated version (1.1.5.10.g0d91796bb -> 1.1.5.12.g3757c0cdf).Stefan Husmann
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)
2017-01-26Updated version (1.1.5.4.g81518ae2e -> 1.1.5.10.g0d91796bb).Stefan Husmann
Changelog ========= 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)
2017-01-20Updated version (1.1.5 -> 1.1.5.4.g81518ae2e).Stefan Husmann
Changelog ========= 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)
2017-01-18Updated version (1.1.4.44.gf624a3ae8 -> 1.1.5).Stefan Husmann
Changelog =========
2017-01-17Updated version (1.1.4.38.g46828cc15 -> 1.1.4.44.gf624a3ae8).Stefan Husmann
Changelog ========= Correct pytest deprecation warning (f624a3ae8) - repair an errant docstring w/o r (3a6c55fb5) - update copyright in .c files (5c2ef5b54) Merge "Parse (but don't record) COMMENT portion of MySQL table key" (99d65925e) Parse (but don't record) COMMENT portion of MySQL table key (bd6ba3ac8) Add support for prefixes on CREATE INDEX statements in MySQL (1f407c2a4) - correctly document LIKE / ILIKE, fixes #3890 (46828cc15) Merge "Better hide engine password" (d8198c2d8) Better hide engine password (bccc1419a) Add "existing" populators for subqueryload (3aefc6e8a) - fix changelog (710ce4aaf) Merge "Use full column->type processing for ON CONFLICT SET clause" (9ef1913ed) Merge "Support python3.6" (2c13aa097) Use full column->type processing for ON CONFLICT SET clause (afd78a37d) Support python3.6 (fa6dd376b) - document how to use autocommit isolation level for CONCURRENTLY, fixes #3887 (0460bc79d) Merge "Pass **kw to bound params in multi values" (073506bc5) Set autoincrement to False; use sqlite_autoincrement in versioned_history (c703b9ce8) Merge "Adapt from "localparent" in joinedloader" (e251f64d6) Pass **kw to bound params in multi values (4fec72f17) Merge "Tighten rules for order_by(Label) resolution" (e6eefc0c5) Merge "update for 2017 copyright" (bc4a96836) Adapt from "localparent" in joinedloader (51a72503b) Tighten rules for order_by(Label) resolution (6b489db89) - add a section for ARRAY of JSON to complement ARRAY of ENUM. references #3467 (2b4d028a6) update for 2017 copyright (64e72b58f) Ensure session.no_autoflush uses finally (cd95d4a5b) Merge "Correct any_, all_ spelling" (a030bc9f1) - fix bad merge to changelog (f0e946993) Correct any_, all_ spelling (04d799863) Typo (8f191ec3b) Don't select lastrowid for inline=True (f472405e5) Call nextval() on sequence when doing INSERT from SELECT (d5bb919aa) - these two tests require sane rowcount at the base (afb3a5283) Use session for exec check (c19ebfc3d) Bump "table compression" flag to Oracle 10.1 (910347aef) Add real .entities to _BundleEntity (675f02136) - xmin example requires a server default declaration to function correctly (a1de76c42) Add _extend_on deduplicating set for metadata.reflect() (55ad10370) Allow the value 0 for Postgresql TIME/TIMESTAMP precision (868e98bf4) Ensure Variant passes along impl right-hand type (df9b6492e) Disable single-inheritance critera on the outside of UNION (7de0d1785) Port lower case quoted name fix to firebird (68d3018ce) - 1.1.5 setup (772042ea8)
2017-01-16Updated version (1.1.4.35.g3aefc6e8a -> 1.1.4.38.g46828cc15).Stefan Husmann
Changelog ========= - correctly document LIKE / ILIKE, fixes #3890 (46828cc15) Merge "Better hide engine password" (d8198c2d8) Better hide engine password (bccc1419a) Add "existing" populators for subqueryload (3aefc6e8a) - fix changelog (710ce4aaf) Merge "Use full column->type processing for ON CONFLICT SET clause" (9ef1913ed) Merge "Support python3.6" (2c13aa097) Use full column->type processing for ON CONFLICT SET clause (afd78a37d) Support python3.6 (fa6dd376b) - document how to use autocommit isolation level for CONCURRENTLY, fixes #3887 (0460bc79d) Merge "Pass **kw to bound params in multi values" (073506bc5) Set autoincrement to False; use sqlite_autoincrement in versioned_history (c703b9ce8) Merge "Adapt from "localparent" in joinedloader" (e251f64d6) Pass **kw to bound params in multi values (4fec72f17) Merge "Tighten rules for order_by(Label) resolution" (e6eefc0c5) Merge "update for 2017 copyright" (bc4a96836) Adapt from "localparent" in joinedloader (51a72503b) Tighten rules for order_by(Label) resolution (6b489db89) - add a section for ARRAY of JSON to complement ARRAY of ENUM. references #3467 (2b4d028a6) update for 2017 copyright (64e72b58f) Ensure session.no_autoflush uses finally (cd95d4a5b) Merge "Correct any_, all_ spelling" (a030bc9f1) - fix bad merge to changelog (f0e946993) Correct any_, all_ spelling (04d799863) Typo (8f191ec3b) Don't select lastrowid for inline=True (f472405e5) Call nextval() on sequence when doing INSERT from SELECT (d5bb919aa) - these two tests require sane rowcount at the base (afb3a5283) Use session for exec check (c19ebfc3d) Bump "table compression" flag to Oracle 10.1 (910347aef) Add real .entities to _BundleEntity (675f02136) - xmin example requires a server default declaration to function correctly (a1de76c42) Add _extend_on deduplicating set for metadata.reflect() (55ad10370) Allow the value 0 for Postgresql TIME/TIMESTAMP precision (868e98bf4) Ensure Variant passes along impl right-hand type (df9b6492e) Disable single-inheritance critera on the outside of UNION (7de0d1785) Port lower case quoted name fix to firebird (68d3018ce) - 1.1.5 setup (772042ea8)
2017-01-16Updated version (1.1.4.33.g9ef1913ed -> 1.1.4.35.g3aefc6e8a).Stefan Husmann
Changelog ========= Add "existing" populators for subqueryload (3aefc6e8a) - fix changelog (710ce4aaf) Merge "Use full column->type processing for ON CONFLICT SET clause" (9ef1913ed) Merge "Support python3.6" (2c13aa097) Use full column->type processing for ON CONFLICT SET clause (afd78a37d) Support python3.6 (fa6dd376b) - document how to use autocommit isolation level for CONCURRENTLY, fixes #3887 (0460bc79d) Merge "Pass **kw to bound params in multi values" (073506bc5) Set autoincrement to False; use sqlite_autoincrement in versioned_history (c703b9ce8) Merge "Adapt from "localparent" in joinedloader" (e251f64d6) Pass **kw to bound params in multi values (4fec72f17) Merge "Tighten rules for order_by(Label) resolution" (e6eefc0c5) Merge "update for 2017 copyright" (bc4a96836) Adapt from "localparent" in joinedloader (51a72503b) Tighten rules for order_by(Label) resolution (6b489db89) - add a section for ARRAY of JSON to complement ARRAY of ENUM. references #3467 (2b4d028a6) update for 2017 copyright (64e72b58f) Ensure session.no_autoflush uses finally (cd95d4a5b) Merge "Correct any_, all_ spelling" (a030bc9f1) - fix bad merge to changelog (f0e946993) Correct any_, all_ spelling (04d799863) Typo (8f191ec3b) Don't select lastrowid for inline=True (f472405e5) Call nextval() on sequence when doing INSERT from SELECT (d5bb919aa) - these two tests require sane rowcount at the base (afb3a5283) Use session for exec check (c19ebfc3d) Bump "table compression" flag to Oracle 10.1 (910347aef) Add real .entities to _BundleEntity (675f02136) - xmin example requires a server default declaration to function correctly (a1de76c42) Add _extend_on deduplicating set for metadata.reflect() (55ad10370) Allow the value 0 for Postgresql TIME/TIMESTAMP precision (868e98bf4) Ensure Variant passes along impl right-hand type (df9b6492e) Disable single-inheritance critera on the outside of UNION (7de0d1785) Port lower case quoted name fix to firebird (68d3018ce) - 1.1.5 setup (772042ea8)
2017-01-13Updated version (1.1.4.29.g0460bc79d -> 1.1.4.33.g9ef1913ed).Stefan Husmann
Changelog ========= Merge "Use full column->type processing for ON CONFLICT SET clause" (9ef1913ed) Merge "Support python3.6" (2c13aa097) Use full column->type processing for ON CONFLICT SET clause (afd78a37d) Support python3.6 (fa6dd376b) - document how to use autocommit isolation level for CONCURRENTLY, fixes #3887 (0460bc79d) Merge "Pass **kw to bound params in multi values" (073506bc5) Set autoincrement to False; use sqlite_autoincrement in versioned_history (c703b9ce8) Merge "Adapt from "localparent" in joinedloader" (e251f64d6) Pass **kw to bound params in multi values (4fec72f17) Merge "Tighten rules for order_by(Label) resolution" (e6eefc0c5) Merge "update for 2017 copyright" (bc4a96836) Adapt from "localparent" in joinedloader (51a72503b) Tighten rules for order_by(Label) resolution (6b489db89) - add a section for ARRAY of JSON to complement ARRAY of ENUM. references #3467 (2b4d028a6) update for 2017 copyright (64e72b58f) Ensure session.no_autoflush uses finally (cd95d4a5b) Merge "Correct any_, all_ spelling" (a030bc9f1) - fix bad merge to changelog (f0e946993) Correct any_, all_ spelling (04d799863) Typo (8f191ec3b) Don't select lastrowid for inline=True (f472405e5) Call nextval() on sequence when doing INSERT from SELECT (d5bb919aa) - these two tests require sane rowcount at the base (afb3a5283) Use session for exec check (c19ebfc3d) Bump "table compression" flag to Oracle 10.1 (910347aef) Add real .entities to _BundleEntity (675f02136) - xmin example requires a server default declaration to function correctly (a1de76c42) Add _extend_on deduplicating set for metadata.reflect() (55ad10370) Allow the value 0 for Postgresql TIME/TIMESTAMP precision (868e98bf4) Ensure Variant passes along impl right-hand type (df9b6492e) Disable single-inheritance critera on the outside of UNION (7de0d1785) Port lower case quoted name fix to firebird (68d3018ce) - 1.1.5 setup (772042ea8)
2017-01-13Updated version (1.1.4.26.gc703b9ce8 -> 1.1.4.29.g0460bc79d).Stefan Husmann
Changelog ========= - document how to use autocommit isolation level for CONCURRENTLY, fixes #3887 (0460bc79d) Merge "Pass **kw to bound params in multi values" (073506bc5) Set autoincrement to False; use sqlite_autoincrement in versioned_history (c703b9ce8) Merge "Adapt from "localparent" in joinedloader" (e251f64d6) Pass **kw to bound params in multi values (4fec72f17) Merge "Tighten rules for order_by(Label) resolution" (e6eefc0c5) Merge "update for 2017 copyright" (bc4a96836) Adapt from "localparent" in joinedloader (51a72503b) Tighten rules for order_by(Label) resolution (6b489db89) - add a section for ARRAY of JSON to complement ARRAY of ENUM. references #3467 (2b4d028a6) update for 2017 copyright (64e72b58f) Ensure session.no_autoflush uses finally (cd95d4a5b) Merge "Correct any_, all_ spelling" (a030bc9f1) - fix bad merge to changelog (f0e946993) Correct any_, all_ spelling (04d799863) Typo (8f191ec3b) Don't select lastrowid for inline=True (f472405e5) Call nextval() on sequence when doing INSERT from SELECT (d5bb919aa) - these two tests require sane rowcount at the base (afb3a5283) Use session for exec check (c19ebfc3d) Bump "table compression" flag to Oracle 10.1 (910347aef) Add real .entities to _BundleEntity (675f02136) - xmin example requires a server default declaration to function correctly (a1de76c42) Add _extend_on deduplicating set for metadata.reflect() (55ad10370) Allow the value 0 for Postgresql TIME/TIMESTAMP precision (868e98bf4) Ensure Variant passes along impl right-hand type (df9b6492e) Disable single-inheritance critera on the outside of UNION (7de0d1785) Port lower case quoted name fix to firebird (68d3018ce) - 1.1.5 setup (772042ea8)
2017-01-10Updated version (1.1.4.19.g2b4d028a6 -> 1.1.4.26.gc703b9ce8).Stefan Husmann
Changelog ========= Set autoincrement to False; use sqlite_autoincrement in versioned_history (c703b9ce8) Merge "Adapt from "localparent" in joinedloader" (e251f64d6) Merge "Tighten rules for order_by(Label) resolution" (e6eefc0c5) Merge "update for 2017 copyright" (bc4a96836) Adapt from "localparent" in joinedloader (51a72503b) Tighten rules for order_by(Label) resolution (6b489db89) - add a section for ARRAY of JSON to complement ARRAY of ENUM. references #3467 (2b4d028a6) update for 2017 copyright (64e72b58f) Ensure session.no_autoflush uses finally (cd95d4a5b) Merge "Correct any_, all_ spelling" (a030bc9f1) - fix bad merge to changelog (f0e946993) Correct any_, all_ spelling (04d799863) Typo (8f191ec3b) Don't select lastrowid for inline=True (f472405e5) Call nextval() on sequence when doing INSERT from SELECT (d5bb919aa) - these two tests require sane rowcount at the base (afb3a5283) Use session for exec check (c19ebfc3d) Bump "table compression" flag to Oracle 10.1 (910347aef) Add real .entities to _BundleEntity (675f02136) - xmin example requires a server default declaration to function correctly (a1de76c42) Add _extend_on deduplicating set for metadata.reflect() (55ad10370) Allow the value 0 for Postgresql TIME/TIMESTAMP precision (868e98bf4) Ensure Variant passes along impl right-hand type (df9b6492e) Disable single-inheritance critera on the outside of UNION (7de0d1785) Port lower case quoted name fix to firebird (68d3018ce) - 1.1.5 setup (772042ea8)
2017-01-05Updated version (1.1.4.18.gcd95d4a5b -> 1.1.4.19.g2b4d028a6).Stefan Husmann
Changelog ========= - add a section for ARRAY of JSON to complement ARRAY of ENUM. references #3467 (2b4d028a6) Ensure session.no_autoflush uses finally (cd95d4a5b) Merge "Correct any_, all_ spelling" (a030bc9f1) - fix bad merge to changelog (f0e946993) Correct any_, all_ spelling (04d799863) Typo (8f191ec3b) Don't select lastrowid for inline=True (f472405e5) Call nextval() on sequence when doing INSERT from SELECT (d5bb919aa) - these two tests require sane rowcount at the base (afb3a5283) Use session for exec check (c19ebfc3d) Bump "table compression" flag to Oracle 10.1 (910347aef) Add real .entities to _BundleEntity (675f02136) - xmin example requires a server default declaration to function correctly (a1de76c42) Add _extend_on deduplicating set for metadata.reflect() (55ad10370) Allow the value 0 for Postgresql TIME/TIMESTAMP precision (868e98bf4) Ensure Variant passes along impl right-hand type (df9b6492e) Disable single-inheritance critera on the outside of UNION (7de0d1785) Port lower case quoted name fix to firebird (68d3018ce) - 1.1.5 setup (772042ea8)
2017-01-04Updated version (1.1.4.17.ga030bc9f1 -> 1.1.4.18.gcd95d4a5b).Stefan Husmann
Changelog ========= Ensure session.no_autoflush uses finally (cd95d4a5b) Merge "Correct any_, all_ spelling" (a030bc9f1) - fix bad merge to changelog (f0e946993) Correct any_, all_ spelling (04d799863) Typo (8f191ec3b) Don't select lastrowid for inline=True (f472405e5) Call nextval() on sequence when doing INSERT from SELECT (d5bb919aa) - these two tests require sane rowcount at the base (afb3a5283) Use session for exec check (c19ebfc3d) Bump "table compression" flag to Oracle 10.1 (910347aef) Add real .entities to _BundleEntity (675f02136) - xmin example requires a server default declaration to function correctly (a1de76c42) Add _extend_on deduplicating set for metadata.reflect() (55ad10370) Allow the value 0 for Postgresql TIME/TIMESTAMP precision (868e98bf4) Ensure Variant passes along impl right-hand type (df9b6492e) Disable single-inheritance critera on the outside of UNION (7de0d1785) Port lower case quoted name fix to firebird (68d3018ce) - 1.1.5 setup (772042ea8)
2016-12-29Updated version (1.1.4.14.g8f191ec3b -> 1.1.4.17.ga030bc9f1).Stefan Husmann
Changelog ========= Merge "Correct any_, all_ spelling" (a030bc9f1) - fix bad merge to changelog (f0e946993) Correct any_, all_ spelling (04d799863) Typo (8f191ec3b) Don't select lastrowid for inline=True (f472405e5) Call nextval() on sequence when doing INSERT from SELECT (d5bb919aa) - these two tests require sane rowcount at the base (afb3a5283) Use session for exec check (c19ebfc3d) Bump "table compression" flag to Oracle 10.1 (910347aef) Add real .entities to _BundleEntity (675f02136) - xmin example requires a server default declaration to function correctly (a1de76c42) Add _extend_on deduplicating set for metadata.reflect() (55ad10370) Allow the value 0 for Postgresql TIME/TIMESTAMP precision (868e98bf4) Ensure Variant passes along impl right-hand type (df9b6492e) Disable single-inheritance critera on the outside of UNION (7de0d1785) Port lower case quoted name fix to firebird (68d3018ce) - 1.1.5 setup (772042ea8)
2016-12-22Updated version (1.1.4.13.gf472405e5 -> 1.1.4.14.g8f191ec3b).AUR Update Bot
Changelog ========= Typo (8f191ec3b) Don't select lastrowid for inline=True (f472405e5) Call nextval() on sequence when doing INSERT from SELECT (d5bb919aa) - these two tests require sane rowcount at the base (afb3a5283) Use session for exec check (c19ebfc3d) Bump "table compression" flag to Oracle 10.1 (910347aef) Add real .entities to _BundleEntity (675f02136) - xmin example requires a server default declaration to function correctly (a1de76c42) Add _extend_on deduplicating set for metadata.reflect() (55ad10370) Allow the value 0 for Postgresql TIME/TIMESTAMP precision (868e98bf4) Ensure Variant passes along impl right-hand type (df9b6492e) Disable single-inheritance critera on the outside of UNION (7de0d1785) Port lower case quoted name fix to firebird (68d3018ce) - 1.1.5 setup (772042ea8)
2016-12-21Updated version (1.1.4.9.g910347aef -> 1.1.4.13.gf472405e5).AUR Update Bot
Changelog ========= Don't select lastrowid for inline=True (f472405e5) Call nextval() on sequence when doing INSERT from SELECT (d5bb919aa) - these two tests require sane rowcount at the base (afb3a5283) Use session for exec check (c19ebfc3d) Bump "table compression" flag to Oracle 10.1 (910347aef) Add real .entities to _BundleEntity (675f02136) - xmin example requires a server default declaration to function correctly (a1de76c42) Add _extend_on deduplicating set for metadata.reflect() (55ad10370) Allow the value 0 for Postgresql TIME/TIMESTAMP precision (868e98bf4) Ensure Variant passes along impl right-hand type (df9b6492e) Disable single-inheritance critera on the outside of UNION (7de0d1785) Port lower case quoted name fix to firebird (68d3018ce) - 1.1.5 setup (772042ea8)
2016-12-20Updated version (1.1.4.8.g675f02136 -> 1.1.4.9.g910347aef).AUR Update Bot
Changelog ========= Bump "table compression" flag to Oracle 10.1 (910347aef) Add real .entities to _BundleEntity (675f02136) - xmin example requires a server default declaration to function correctly (a1de76c42) Add _extend_on deduplicating set for metadata.reflect() (55ad10370) Allow the value 0 for Postgresql TIME/TIMESTAMP precision (868e98bf4) Ensure Variant passes along impl right-hand type (df9b6492e) Disable single-inheritance critera on the outside of UNION (7de0d1785) Port lower case quoted name fix to firebird (68d3018ce) - 1.1.5 setup (772042ea8)
2016-12-20Updated version (1.1.4.7.ga1de76c42 -> 1.1.4.8.g675f02136).AUR Update Bot
Changelog ========= Add real .entities to _BundleEntity (675f02136) - xmin example requires a server default declaration to function correctly (a1de76c42) Add _extend_on deduplicating set for metadata.reflect() (55ad10370) Allow the value 0 for Postgresql TIME/TIMESTAMP precision (868e98bf4) Ensure Variant passes along impl right-hand type (df9b6492e) Disable single-inheritance critera on the outside of UNION (7de0d1785) Port lower case quoted name fix to firebird (68d3018ce) - 1.1.5 setup (772042ea8)
2016-12-16Updated version (1.1.4.7.ga1de76c -> 1.1.4.7.ga1de76c42).AUR Update Bot
2016-12-12Updated version (1.1.4.6.g55ad103 -> 1.1.4.7.ga1de76c).AUR Update Bot
Changelog ========= - xmin example requires a server default declaration to function correctly (a1de76c) Add _extend_on deduplicating set for metadata.reflect() (55ad103) Allow the value 0 for Postgresql TIME/TIMESTAMP precision (868e98b) Ensure Variant passes along impl right-hand type (df9b649) Disable single-inheritance critera on the outside of UNION (7de0d17) Port lower case quoted name fix to firebird (68d3018) - 1.1.5 setup (772042e)
2016-11-24Updated version (1.1.4.4.gdf9b649 -> 1.1.4.6.g55ad103).AUR Update Bot
Changelog ========= Add _extend_on deduplicating set for metadata.reflect() (55ad103) Allow the value 0 for Postgresql TIME/TIMESTAMP precision (868e98b) Ensure Variant passes along impl right-hand type (df9b649) Disable single-inheritance critera on the outside of UNION (7de0d17) Port lower case quoted name fix to firebird (68d3018) - 1.1.5 setup (772042e)
2016-11-23Updated version (1.1.4.3.g7de0d17 -> 1.1.4.4.gdf9b649).AUR Update Bot
Changelog ========= Ensure Variant passes along impl right-hand type (df9b649) Disable single-inheritance critera on the outside of UNION (7de0d17) Port lower case quoted name fix to firebird (68d3018) - 1.1.5 setup (772042e)
2016-11-19Updated version (1.1.4.2.g68d3018 -> 1.1.4.3.g7de0d17).AUR Update Bot
Changelog ========= Disable single-inheritance critera on the outside of UNION (7de0d17) Port lower case quoted name fix to firebird (68d3018) - 1.1.5 setup (772042e)
2016-11-17Updated version (1.1.4 -> 1.1.4.2.g68d3018).AUR Update Bot
Changelog ========= Port lower case quoted name fix to firebird (68d3018) - 1.1.5 setup (772042e)
2016-11-15Updated version (1.1.3.21.g30abab5 -> 1.1.4).AUR Update Bot
Changelog =========
2016-11-15Updated version (1.1.3.17.gdd93c6a -> 1.1.3.21.g30abab5).AUR Update Bot
Changelog ========= Merge "Add missing items to collection.__getstate__" (30abab5) - experiment with union merge for changelog (5def69c) Add missing items to collection.__getstate__ (3e06352) Count columns using PrimaryKeyConstraint.__len__ directly (88ca587) Merge remote-tracking branch 'origin/pr/318' (dd93c6a) Quote URL tokens with semicolons for pyodbc, adodbapi (5fba7db) - oragnize the changelog with tokens per .. change:: to allow three way merges to succeed (hopefully). requires bump of changelog package. (91e7d46) Use configured props for mapper.attrs, mapper.all_orm_descriptors (f2eb4aa) Merge "Consider version_id_prop when emitting bulk UPDATE" (0342981) Consider version_id_prop when emitting bulk UPDATE (c9d8a67) Add conditional import for pysqlcipher3 (e81660d) Merge "Remove non-working Connection.default_schema_name() method" (33e277e) Add support for server side cursors to mysqldb and pymysql (d1e31ab) Remove non-working Connection.default_schema_name() method (ea934b9) Ensure attribute keys used for bulk update pk set (6a688b7) Add quotes around PRAGMA values in pysqlcipher connect. (b141f9f) Put include_table=True for DO UPDATE..WHERE, but not ON CONFLICT (942c242) Move setup functionality into _register_attribute (c4a8afa) Adds missing word "of" in docs (d0d4e39) Add check for blank string coming from MySQL's enum (dd4e09d) - 1.1.4 versioning (60b68ff)
2016-11-11Updated version (1.1.3.9.g33e277e -> 1.1.3.17.gdd93c6a).AUR Update Bot
Changelog ========= Merge remote-tracking branch 'origin/pr/318' (dd93c6a) Quote URL tokens with semicolons for pyodbc, adodbapi (5fba7db) - oragnize the changelog with tokens per .. change:: to allow three way merges to succeed (hopefully). requires bump of changelog package. (91e7d46) Use configured props for mapper.attrs, mapper.all_orm_descriptors (f2eb4aa) Merge "Consider version_id_prop when emitting bulk UPDATE" (0342981) Consider version_id_prop when emitting bulk UPDATE (c9d8a67) Add conditional import for pysqlcipher3 (e81660d) Merge "Remove non-working Connection.default_schema_name() method" (33e277e) Add support for server side cursors to mysqldb and pymysql (d1e31ab) Remove non-working Connection.default_schema_name() method (ea934b9) Ensure attribute keys used for bulk update pk set (6a688b7) Add quotes around PRAGMA values in pysqlcipher connect. (b141f9f) Put include_table=True for DO UPDATE..WHERE, but not ON CONFLICT (942c242) Move setup functionality into _register_attribute (c4a8afa) Adds missing word "of" in docs (d0d4e39) Add check for blank string coming from MySQL's enum (dd4e09d) - 1.1.4 versioning (60b68ff)
2016-11-10Updated version (1.1.3.5.gb141f9f -> 1.1.3.9.g33e277e).AUR Update Bot
Changelog ========= Merge "Remove non-working Connection.default_schema_name() method" (33e277e) Add support for server side cursors to mysqldb and pymysql (d1e31ab) Remove non-working Connection.default_schema_name() method (ea934b9) Ensure attribute keys used for bulk update pk set (6a688b7) Add quotes around PRAGMA values in pysqlcipher connect. (b141f9f) Put include_table=True for DO UPDATE..WHERE, but not ON CONFLICT (942c242) Move setup functionality into _register_attribute (c4a8afa) Add check for blank string coming from MySQL's enum (dd4e09d) - 1.1.4 versioning (60b68ff)
2016-11-09Updated version (1.1.3.3.gc4a8afa -> 1.1.3.5.gb141f9f).AUR Update Bot
Changelog ========= Add quotes around PRAGMA values in pysqlcipher connect. (b141f9f) Put include_table=True for DO UPDATE..WHERE, but not ON CONFLICT (942c242) Move setup functionality into _register_attribute (c4a8afa) Add check for blank string coming from MySQL's enum (dd4e09d) - 1.1.4 versioning (60b68ff)
2016-11-06Updated version (1.1.3.2.gdd4e09d -> 1.1.3.3.gc4a8afa).AUR Update Bot
Changelog ========= Move setup functionality into _register_attribute (c4a8afa) Add check for blank string coming from MySQL's enum (dd4e09d) - 1.1.4 versioning (60b68ff)
2016-10-29Updated version (1.1.3 -> 1.1.3.2.gdd4e09d).AUR Update Bot
Changelog ========= Add check for blank string coming from MySQL's enum (dd4e09d) - 1.1.4 versioning (60b68ff)
2016-10-28Updated version (1.1.2.8.g1f32d01 -> 1.1.3).AUR Update Bot
Changelog =========
2016-10-21Updated version (1.1.2.6.g78f2864 -> 1.1.2.8.g1f32d01).AUR Update Bot
Changelog ========= Ensure .mapper is set on _ColumnEntity (1f32d01) Don't set pg autoincrement if type affinity is not Integer (232eec4) Merge "Convert expression type for concat + Enum" (78f2864) Document Enum.enums is now a list (39d5a97) Convert expression type for concat + Enum (c97b1b8) Ensure TypeDecorator delegates _set_parent_with_dispatch (30bd28f) - open for 1.1.3 (39ac195) Rewrite migration notes for [ticket:3514] (76ec285)
2016-10-21Updated version (1.1.2.1.g76ec285 -> 1.1.2.6.g78f2864).AUR Update Bot
Changelog ========= Merge "Convert expression type for concat + Enum" (78f2864) Document Enum.enums is now a list (39d5a97) Convert expression type for concat + Enum (c97b1b8) Ensure TypeDecorator delegates _set_parent_with_dispatch (30bd28f) - open for 1.1.3 (39ac195) Rewrite migration notes for [ticket:3514] (76ec285)
2016-10-19Updated version (1.1.2 -> 1.1.2.1.g76ec285).AUR Update Bot
Changelog ========= Rewrite migration notes for [ticket:3514] (76ec285)
2016-10-18Updated version (1.1.1.7.g055b207 -> 1.1.2).AUR Update Bot
Changelog =========
2016-10-14Updated version (1.1.1.5.g4b94ee1 -> 1.1.1.7.g055b207).AUR Update Bot
Changelog ========= Fix a minor grammatical error in the ORM tutorial. (055b207) - setup for next version (6b7b778) Update the Column.nullable docstring for the primary_key=True case (4b94ee1) spelling: Mysql -> MySQL (b9d0e2d) spelling: Postgis -> PostGIS (e5a063a) spelling: Postgresql -> PostgreSQL (8c2c464) Spelling fixes (e47063b)
2016-10-11Updated version (1.1.1.4.gb9d0e2d -> 1.1.1.5.g4b94ee1).AUR Update Bot
Changelog ========= Update the Column.nullable docstring for the primary_key=True case (4b94ee1) spelling: Mysql -> MySQL (b9d0e2d) spelling: Postgis -> PostGIS (e5a063a) spelling: Postgresql -> PostgreSQL (8c2c464) Spelling fixes (e47063b)
2016-10-10Updated version (1.1.1 -> 1.1.1.4.gb9d0e2d).AUR Update Bot
Changelog ========= spelling: Mysql -> MySQL (b9d0e2d) spelling: Postgis -> PostGIS (e5a063a) spelling: Postgresql -> PostgreSQL (8c2c464) Spelling fixes (e47063b)
2016-10-08Updated version (1.1.0.1.gb1fe748 -> 1.1.1).AUR Update Bot
Changelog =========
2016-10-06Updated version (1.1.0b3.90.g09b685b -> 1.1.0.1.gb1fe748).AUR Update Bot
Changelog ========= - set up for 1.1.1 (b1fe748)
2016-10-05Updated version (1.1.0b3.88.ge5a5a72 -> 1.1.0b3.90.g09b685b).AUR Update Bot
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)
2016-10-05Updated version (1.1.0b3.84.gab8944b -> 1.1.0b3.88.ge5a5a72).AUR Update Bot
Changelog ========= 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)
2016-10-04Updated version (1.1.0b3.79.g333414f -> 1.1.0b3.84.gab8944b).AUR Update Bot
Changelog ========= - add a few more changes and try to break some out into ORM behavioral changes (ab8944b) - 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)
2016-10-03Updated version (1.1.0b3.78.g9bfd028 -> 1.1.0b3.79.g333414f).AUR Update Bot
Changelog ========= 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)
2016-10-01Updated version (1.1.0b3.76.g079df65 -> 1.1.0b3.78.g9bfd028).AUR Update Bot
Changelog ========= - 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)
2016-09-30Updated version (1.1.0b3.75.g800a18a -> 1.1.0b3.76.g079df65).AUR Update Bot
Changelog ========= 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)
2016-09-29Updated version (1.1.0b3.74.gf090563 -> 1.1.0b3.75.g800a18a).AUR Update Bot
Changelog ========= 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)