Age | Commit message (Collapse) | Author |
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
Changelog
=========
Only use schema_translate_map on SchemaItem subclasses (b4e880534)
- 1.1.7 prep (ff2090336)
|
|
Changelog
=========
- 1.1.7 prep (ff2090336)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
Changelog
=========
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
|
|
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)
|
|
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)
|
|
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)
|