summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2017-04-01Updated version (1.1.6.58.g07b63894c -> 1.1.6.59.g1daacdb40).haawda
Changelog ========= - 1.1.8 release date (1daacdb40) Track SchemaEventTarget types in as_mutable() (07b63894c) Apply type processing to untyped preexec default clause (4eb4010c1) Add bindparams support for baked Result count() method (74f6c2174) Docs/faq/performance (a4c17c139) 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)
2017-03-31Updated version (1.1.6.54.ga86764d99 -> 1.1.6.58.g07b63894c).haawda
Changelog ========= Track SchemaEventTarget types in as_mutable() (07b63894c) Apply type processing to untyped preexec default clause (4eb4010c1) Add bindparams support for baked Result count() method (74f6c2174) Docs/faq/performance (a4c17c139) 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)
2017-03-30Updated version (1.1.6.52.gcabd14fa1 -> 1.1.6.54.ga86764d99).haawda
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)
2017-03-29Updated version (1.1.6.49.g6eae79ac5 -> 1.1.6.52.gcabd14fa1).haawda
Changelog ========= - 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)
2017-03-27Updated version (1.1.6.44.g0883d8213 -> 1.1.6.49.g6eae79ac5).haawda
Changelog ========= 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)
2017-03-24Updated version (1.1.6.42.g28edc2604 -> 1.1.6.44.g0883d8213).haawda
Changelog ========= 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) 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)
2017-03-22Updated version (1.1.6.38.g9e06ab17b -> 1.1.6.42.g28edc2604).haawda
Changelog ========= 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) 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)
2017-03-18Updated version (1.1.6.34.g8f7cf2990 -> 1.1.6.38.g9e06ab17b).haawda
Changelog ========= 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)
2017-03-18Updated version (1.1.6.31.g9974e9a46 -> 1.1.6.34.g8f7cf2990).haawda
Changelog ========= 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) 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)
2017-03-16Updated version (1.1.6.28.gb5b6e9574 -> 1.1.6.31.g9974e9a46).haawda
Changelog ========= 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) 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)
2017-03-16Updated version (1.1.6.25.g0a35ccc6b -> 1.1.6.28.gb5b6e9574).haawda
Changelog ========= Merge "Consult _select_from_entity in _adjust_for_single_inheritance" (b5b6e9574) Consult compiled paramstyle on execute_compiled (7b056709c) 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)
2017-03-15upstream updatehaawda
2017-03-11Updated version (1.1.6.10.g75ceae6ea -> 1.1.6.12.g1da9d3752).Stefan Husmann
Changelog ========= - 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)
2017-03-10Updated version (1.1.6.9.gc04870ba7 -> 1.1.6.10.g75ceae6ea).Stefan Husmann
Changelog ========= - 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)
2017-03-08Updated version (1.1.6.4.g3a6b75870 -> 1.1.6.9.gc04870ba7).Stefan Husmann
Changelog ========= 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)
2017-03-07Updated version (1.1.6.2.gb4e880534 -> 1.1.6.4.g3a6b75870).Stefan Husmann
Changelog ========= - 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)
2017-03-03Updated version (1.1.6.1.gff2090336 -> 1.1.6.2.gb4e880534).Stefan Husmann
Changelog ========= Only use schema_translate_map on SchemaItem subclasses (b4e880534) - 1.1.7 prep (ff2090336)
2017-03-01Updated version (1.1.5.37.gfe1cabb88 -> 1.1.6.1.gff2090336).Stefan Husmann
Changelog ========= - 1.1.7 prep (ff2090336)
2017-02-24Updated version (1.1.5.36.g4c5cfa8bc -> 1.1.5.37.gfe1cabb88).Stefan Husmann
Changelog ========= Performance within instances() (fe1cabb88) Merge "Memoize AliasedClass, ClauseAdapter objects in joined eager load" (4c5cfa8bc) - add test for inserting PG array w/ NULL, references #3916 (42bb86568) Memoize AliasedClass, ClauseAdapter objects in joined eager load (1a7e8d77b) Add new DDL autocommit expressions for Postgresql (3b6004e6a) - limit to MySQL dialect (f107dd78e) - pull autocommit suite into the mysql suite as well (4e54f9fc0) - add a test suite that ensures textual autocommit works for correct expressions (02ae6ab3f) pytds based connector for MS-SQL (aa3b59af5) 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)
2017-02-23Updated version (1.1.5.34.g42bb86568 -> 1.1.5.36.g4c5cfa8bc).Stefan Husmann
Changelog ========= Merge "Memoize AliasedClass, ClauseAdapter objects in joined eager load" (4c5cfa8bc) - add test for inserting PG array w/ NULL, references #3916 (42bb86568) Memoize AliasedClass, ClauseAdapter objects in joined eager load (1a7e8d77b) Add new DDL autocommit expressions for Postgresql (3b6004e6a) - limit to MySQL dialect (f107dd78e) - pull autocommit suite into the mysql suite as well (4e54f9fc0) - add a test suite that ensures textual autocommit works for correct expressions (02ae6ab3f) pytds based connector for MS-SQL (aa3b59af5) 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)
2017-02-17Updated version (1.1.5.33.g3b6004e6a -> 1.1.5.34.g42bb86568).Stefan Husmann
Changelog ========= - add test for inserting PG array w/ NULL, references #3916 (42bb86568) Add new DDL autocommit expressions for Postgresql (3b6004e6a) - limit to MySQL dialect (f107dd78e) - pull autocommit suite into the mysql suite as well (4e54f9fc0) - add a test suite that ensures textual autocommit works for correct expressions (02ae6ab3f) pytds based connector for MS-SQL (aa3b59af5) 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)
2017-02-14Updated version (1.1.5.28.g540bcff90 -> 1.1.5.33.g3b6004e6a).Stefan Husmann
Changelog ========= Add new DDL autocommit expressions for Postgresql (3b6004e6a) - limit to MySQL dialect (f107dd78e) - pull autocommit suite into the mysql suite as well (4e54f9fc0) - add a test suite that ensures textual autocommit works for correct expressions (02ae6ab3f) pytds based connector for MS-SQL (aa3b59af5) 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)
2017-02-09Updated version (1.1.5.25.g772374735 -> 1.1.5.28.g540bcff90).Stefan Husmann
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)
2017-02-08Updated version (1.1.5.24.gd71f4b471 -> 1.1.5.25.g772374735).Stefan Husmann
Changelog ========= 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)
2017-02-02Updated version (1.1.5.20.g9a5943bf7 -> 1.1.5.24.gd71f4b471).Stefan Husmann
Changelog ========= 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)
2017-02-01Updated version (1.1.5.17.gf411cac35 -> 1.1.5.20.g9a5943bf7).Stefan Husmann
Changelog ========= 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)
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)