| 2017-10-24 |
Yoichi NAKAYAMA | Remove extra backslash |
commit | commitdiff | tree | snapshot |
| 2017-10-24 |
Yoichi NAKAYAMA | Fix typo in "on duplicate key update" example |
commit | commitdiff | tree | snapshot |
| 2017-10-24 |
mike bayer | Merge "Resolve AliasedClass when determining owning... |
commit | commitdiff | tree | snapshot |
| 2017-10-24 |
mike bayer | Merge "Remove deprecation warnings mysql5 7 20" |
commit | commitdiff | tree | snapshot |
| 2017-10-23 |
Mike Bayer | Add changelog for ticket #4097 |
commit | commitdiff | tree | snapshot |
| 2017-10-23 |
Mike Bayer | Revert 860640fb8dfbaae6e3e38f81ea9efb40ecb3c3a7 |
commit | commitdiff | tree | snapshot |
| 2017-10-23 |
Mike Bayer | Issue #4115 will be backported to 1.1, move changelog... |
commit | commitdiff | tree | snapshot |
| 2017-10-23 |
Daniel Thorell | Remove deprecation warnings mysql5 7 20 |
commit | commitdiff | tree | snapshot |
| 2017-10-20 |
Mike Bayer | Get MariaDB normalized version relative to "MariaDB... |
commit | commitdiff | tree | snapshot |
| 2017-10-20 |
Mike Bayer | Resolve AliasedClass when determining owning class... |
commit | commitdiff | tree | snapshot |
| 2017-10-20 |
Mike Bayer | Merge branch 'patch-1' of https://github.com/pletnes... |
commit | commitdiff | tree | snapshot |
| 2017-10-20 |
mike bayer | Merge "Don't commit failed transaction" |
commit | commitdiff | tree | snapshot |
| 2017-10-19 |
Mike Bayer | Don't commit failed transaction |
commit | commitdiff | tree | snapshot |
| 2017-10-18 |
Jan | add order_by clause to make tests stable |
commit | commitdiff | tree | snapshot |
| 2017-10-16 |
Paul Anton... | Add missing space in repr of the sessionmaker class |
commit | commitdiff | tree | snapshot |
| 2017-10-13 |
Mike Bayer | Version 1.2.0b4 placeholder |
commit | commitdiff | tree | snapshot |
| 2017-10-13 |
Mike Bayer | - 1.2.0b3 |
commit | commitdiff | tree | snapshot |
| 2017-10-12 |
mike bayer | Merge "Disallow all ambiguous boolean values for Boolean" |
commit | commitdiff | tree | snapshot |
| 2017-10-12 |
Mike Bayer | Disallow all ambiguous boolean values for Boolean |
commit | commitdiff | tree | snapshot |
| 2017-10-12 |
Mike Bayer | - make a note in 1.1 migration notes for ref #4102 |
commit | commitdiff | tree | snapshot |
| 2017-10-11 |
Mike Bayer | - psycopg2's batch mode isn't the multiple values thing, |
commit | commitdiff | tree | snapshot |
| 2017-10-10 |
Mike Bayer | Add fast execution helper support. |
commit | commitdiff | tree | snapshot |
| 2017-10-09 |
Mike Bayer | - add a note how to generate pg10 IDENTITY for now |
commit | commitdiff | tree | snapshot |
| 2017-10-09 |
mike bayer | Merge "Don't include SelectBase when searching for... |
commit | commitdiff | tree | snapshot |
| 2017-10-06 |
Mike Bayer | Fix array_agg to accommodate ARRAY arguments |
commit | commitdiff | tree | snapshot |
| 2017-10-05 |
Mike Bayer | Don't include SelectBase when searching for surface... |
commit | commitdiff | tree | snapshot |
| 2017-10-04 |
mike bayer | Merge "Add SQL Server TIMESTAMP / ROWVERSION datatypes" |
commit | commitdiff | tree | snapshot |
| 2017-10-04 |
Mike Bayer | Add SQL Server TIMESTAMP / ROWVERSION datatypes |
commit | commitdiff | tree | snapshot |
| 2017-10-04 |
mike bayer | Merge "Improve check for overlapping FK targets on... |
commit | commitdiff | tree | snapshot |
| 2017-10-03 |
Mike Bayer | Improve check for overlapping FK targets on sibling... |
commit | commitdiff | tree | snapshot |
| 2017-10-02 |
Mike Bayer | PG dialect test fixes |
commit | commitdiff | tree | snapshot |
| 2017-10-02 |
mike bayer | Merge "Support pg10" |
commit | commitdiff | tree | snapshot |
| 2017-10-02 |
Mike Bayer | Support pg10 |
commit | commitdiff | tree | snapshot |
| 2017-09-29 |
Mike Bayer | use fails_if for check_constraint_reflection |
commit | commitdiff | tree | snapshot |
| 2017-09-28 |
Mike Bayer | Support mariadb 10.2 |
commit | commitdiff | tree | snapshot |
| 2017-09-28 |
Mike Bayer | Take schema name into account when querying sqlite_master |
commit | commitdiff | tree | snapshot |
| 2017-09-28 |
Mike Bayer | Remove unused .cascading from unit test for __table_cls... |
commit | commitdiff | tree | snapshot |
| 2017-09-28 |
Mike Bayer | Warn for mariadb 10.2 < 9 |
commit | commitdiff | tree | snapshot |
| 2017-09-28 |
mike bayer | Merge "Add full list of pyodbc error codes for MSSQL" |
commit | commitdiff | tree | snapshot |
| 2017-09-28 |
Mike Bayer | - add more dragons to session.begin() / autocommit... |
commit | commitdiff | tree | snapshot |
| 2017-09-28 |
Mike Bayer | - tweak the handle_error docs a bit |
commit | commitdiff | tree | snapshot |
| 2017-09-28 |
Mike Bayer | Add full list of pyodbc error codes for MSSQL |
commit | commitdiff | tree | snapshot |
| 2017-09-27 |
mike bayer | Merge "Support method form of any_(), all_()" |
commit | commitdiff | tree | snapshot |
| 2017-09-27 |
Mike Bayer | Support method form of any_(), all_() |
commit | commitdiff | tree | snapshot |
| 2017-09-27 |
mike bayer | Merge "Accomodate for multidimensional array in rewriti... |
commit | commitdiff | tree | snapshot |
| 2017-09-27 |
mike bayer | Merge "Don't expire "deferred" attributes in make_trans... |
commit | commitdiff | tree | snapshot |
| 2017-09-27 |
mike bayer | Merge "Document and test __table_cls__" |
commit | commitdiff | tree | snapshot |
| 2017-09-27 |
mike bayer | Merge "Warnings for @declared_attr.cascading" |
commit | commitdiff | tree | snapshot |
| 2017-09-27 |
Mike Bayer | Accomodate for multidimensional array in rewriting... |
commit | commitdiff | tree | snapshot |
| 2017-09-26 |
Mike Bayer | bump 4088 to test ticket autoclose origin |
commit | commitdiff | tree | snapshot |
| 2017-09-26 |
Mike Bayer | Don't expire "deferred" attributes in make_transient_to... |
commit | commitdiff | tree | snapshot |
| 2017-09-26 |
Mike Bayer | Merge branch 'patch-1' of https://github.com/irushchysh... |
commit | commitdiff | tree | snapshot |
| 2017-09-26 |
mike bayer | Merge "Make a common approach for "emulated" types" |
commit | commitdiff | tree | snapshot |
| 2017-09-26 |
Mike Bayer | Document and test __table_cls__ |
commit | commitdiff | tree | snapshot |
| 2017-09-26 |
Mike Bayer | Warnings for @declared_attr.cascading |
commit | commitdiff | tree | snapshot |
| 2017-09-26 |
Iryna Shcherbina | Fix noseplugin to accept `zeroarg_callback` for `-... |
commit | commitdiff | tree | snapshot |
| 2017-09-25 |
mike bayer | Merge "Add table / column comments into tometadata()" |
commit | commitdiff | tree | snapshot |
| 2017-09-25 |
Mike Bayer | Make a common approach for "emulated" types |
commit | commitdiff | tree | snapshot |
| 2017-09-25 |
Mike Bayer | Merge branch 'kishkin/fixed-a-typo-in-before_execute... |
commit | commitdiff | tree | snapshot |
| 2017-09-23 |
Mike Bayer | Add table / column comments into tometadata() |
commit | commitdiff | tree | snapshot |
| 2017-09-18 |
mike bayer | Merge "Add __next__(), next() to ResultProxy" |
commit | commitdiff | tree | snapshot |
| 2017-09-16 |
Mike Bayer | Add multivalued insert context for defaults |
commit | commitdiff | tree | snapshot |
| 2017-09-15 |
Mike Bayer | Add __next__(), next() to ResultProxy |
commit | commitdiff | tree | snapshot |
| 2017-09-14 |
mike bayer | Merge "Implement placeholders for CUBE, ROLLUP, GROUPIN... |
commit | commitdiff | tree | snapshot |
| 2017-09-13 |
mike bayer | Merge "Ensure (+) is rendered for all right-hand members" |
commit | commitdiff | tree | snapshot |
| 2017-09-13 |
Spitcyn | Implement placeholders for CUBE, ROLLUP, GROUPING SETS |
commit | commitdiff | tree | snapshot |
| 2017-09-13 |
Mike Bayer | Ensure (+) is rendered for all right-hand members |
commit | commitdiff | tree | snapshot |
| 2017-09-12 |
Mike Bayer | use the stack to get the insert statement in on conflict |
commit | commitdiff | tree | snapshot |
| 2017-09-11 |
Mike Bayer | Refactor for cx_Oracle version 6 |
commit | commitdiff | tree | snapshot |
| 2017-09-11 |
Mike Bayer | Don't use repr() for Column/ColumnClause in warning |
commit | commitdiff | tree | snapshot |
| 2017-09-10 |
Mike Bayer | Warn instead of raise for unmapped column that matches... |
commit | commitdiff | tree | snapshot |
| 2017-09-09 |
mike bayer | Merge "Remove LRU warnings" |
commit | commitdiff | tree | snapshot |
| 2017-09-09 |
Mike Bayer | Remove LRU warnings |
commit | commitdiff | tree | snapshot |
| 2017-09-09 |
Mike Bayer | Rename MySQL dml.insert().values to .inserted |
commit | commitdiff | tree | snapshot |
| 2017-09-09 |
Mike Bayer | - skip oracle tests until we can merge refactor |
commit | commitdiff | tree | snapshot |
| 2017-09-05 |
Mike Bayer | - add separate oracle / oracle5 jobs so we can CI |
commit | commitdiff | tree | snapshot |
| 2017-09-05 |
Mike Bayer | Version 1.1.15 placeholder |
commit | commitdiff | tree | snapshot |
| 2017-09-05 |
Mike Bayer | - 1.1.14 |
commit | commitdiff | tree | snapshot |
| 2017-09-05 |
Mike Bayer | - 1.1.14 placeholder |
commit | commitdiff | tree | snapshot |
| 2017-09-05 |
mike bayer | Merge "Guard against KeyError in session.merge after... |
commit | commitdiff | tree | snapshot |
| 2017-09-05 |
mike bayer | Merge "Check for non-mapped property in synonym" |
commit | commitdiff | tree | snapshot |
| 2017-09-04 |
mike bayer | Merge "Ensure custom ops have consistent typing behavio... |
commit | commitdiff | tree | snapshot |
| 2017-09-04 |
Mike Bayer | Guard against KeyError in session.merge after check... |
commit | commitdiff | tree | snapshot |
| 2017-09-04 |
Mike Bayer | - add forwards-port versions |
commit | commitdiff | tree | snapshot |
| 2017-09-04 |
Mike Bayer | Check for non-mapped property in synonym |
commit | commitdiff | tree | snapshot |
| 2017-09-04 |
Mike Bayer | Always check that discarded state is the expected one |
commit | commitdiff | tree | snapshot |
| 2017-09-01 |
Mike Bayer | Ensure custom ops have consistent typing behavior,... |
commit | commitdiff | tree | snapshot |
| 2017-09-01 |
Mike Bayer | Add InternalError for mysqlclient disconnect |
commit | commitdiff | tree | snapshot |
| 2017-09-01 |
Mike Bayer | include a note about the importance of type coerce... |
commit | commitdiff | tree | snapshot |
| 2017-08-31 |
Mike Bayer | Consider merge key with (None, ) as non-persistent |
commit | commitdiff | tree | snapshot |
| 2017-08-31 |
Mike Bayer | Add SQL Server CI coverage |
commit | commitdiff | tree | snapshot |
| 2017-08-31 |
Mike Bayer | - pin on cx_Oracle 6.0.1 for the moment while we wait for |
commit | commitdiff | tree | snapshot |
| 2017-08-31 |
Mike Bayer | Additional fixes to sane rowcount |
commit | commitdiff | tree | snapshot |
| 2017-08-31 |
Mike Bayer | Add new sane_rowcount_w_returning flag |
commit | commitdiff | tree | snapshot |
| 2017-08-31 |
Mike Bayer | Use text_type, not unicode |
commit | commitdiff | tree | snapshot |
| 2017-08-30 |
Mike Bayer | Enable native boolean for SQL Server |
commit | commitdiff | tree | snapshot |
| 2017-08-30 |
mike bayer | Merge "Join key_constraints on schema as well for SQL... |
commit | commitdiff | tree | snapshot |
| 2017-08-30 |
mike bayer | Merge "Ignore SQL Server "heap" indexes" |
commit | commitdiff | tree | snapshot |
| 2017-08-30 |
Mike Bayer | Add preparer to pymssql that disables percent doubling |
commit | commitdiff | tree | snapshot |
| 2017-08-30 |
Mike Bayer | Ignore SQL Server "heap" indexes |
commit | commitdiff | tree | snapshot |
| next |