| 2018-08-13 |  Maxim Bublis | Add ability to preserve order in MySQL ON DUPLICATE... | commit | commitdiff | tree | snapshot | 
| 2018-08-09 |  Mike Bayer | Correct for the INSERT statement, typos | commit | commitdiff | tree | snapshot | 
| 2018-08-09 |  Mike Bayer | Write a much better section about server defaults | commit | commitdiff | tree | snapshot | 
| 2018-08-08 |  Mike Bayer | Fixed issue with :meth:`.TypeEngine.bind_expression... | commit | commitdiff | tree | snapshot | 
| 2018-08-07 |  Nicolas Rolin | Add support of empty list in exanding of bindparam | commit | commitdiff | tree | snapshot | 
| 2018-08-04 |  Mike Bayer | Include UPDATE/DELETE extra_froms in correlation | commit | commitdiff | tree | snapshot | 
| 2018-08-02 |  mike bayer | Merge "Handle association proxy delete and provide... | commit | commitdiff | tree | snapshot | 
| 2018-08-02 |  mike bayer | Merge "Bind Integers to int for cx_Oracle" | commit | commitdiff | tree | snapshot | 
| 2018-08-01 |  Mike Bayer | Bind Integers to int for cx_Oracle | commit | commitdiff | tree | snapshot | 
| 2018-08-01 |  Mike Bayer | Handle association proxy delete and provide for scalar... | commit | commitdiff | tree | snapshot | 
| 2018-08-01 |  mike bayer | Merge "Fix collections ABC access before Python 3.8" | commit | commitdiff | tree | snapshot | 
| 2018-08-01 |  Korn, Uwe | Mention Properties keys in __dir__ | commit | commitdiff | tree | snapshot | 
| 2018-08-01 |  Nathaniel Knight | Fix collections ABC access before Python 3.8 | commit | commitdiff | tree | snapshot | 
| 2018-08-01 |  Mike Bayer | Correct sharding tests for provisioned follower | commit | commitdiff | tree | snapshot | 
| 2018-08-01 |  Mike Bayer | Do some pep8 and other cruft removal around association... | commit | commitdiff | tree | snapshot | 
| 2018-08-01 |  Mike Bayer | Merge branch 'migration-12-typo-fix' of https://bitbuck... | commit | commitdiff | tree | snapshot | 
| 2018-07-31 |  Neil Basu | Add comma in migration-12 | commit | commitdiff | tree | snapshot | 
| 2018-07-27 |  Kevin Horn | Replace 'with' with 'which' | commit | commitdiff | tree | snapshot | 
| 2018-07-18 |  mike bayer | Merge "Fix quoting schemas in _get_table_sql for the... | commit | commitdiff | tree | snapshot | 
| 2018-07-18 |  Phillip Cloud | Fix quoting schemas in _get_table_sql for the SQLite... | commit | commitdiff | tree | snapshot | 
| 2018-07-18 |  Alex Rothberg | Add `postgresql_psycopg2binary` install extra that... | commit | commitdiff | tree | snapshot | 
| 2018-07-14 |  Mike Bayer | Don't apply no-traverse to query.statement | commit | commitdiff | tree | snapshot | 
| 2018-07-13 |  Mike Bayer | cherry-pick changelog update for 1.2.11 | commit | commitdiff | tree | snapshot | 
| 2018-07-13 |  Mike Bayer | cherry-pick changelog from 1.2.10 | commit | commitdiff | tree | snapshot | 
| 2018-07-13 |  Mike Bayer | Use exprs for bundle __clause_element__ | commit | commitdiff | tree | snapshot | 
| 2018-07-13 |  Mike Bayer | Correct the bug number for :ticket:`4288`, which was... | commit | commitdiff | tree | snapshot | 
| 2018-07-13 |  Mike Bayer | - fix typo | commit | commitdiff | tree | snapshot | 
| 2018-07-13 |  Mike Bayer | Correct fastexecutemany test for lower pyodbc version | commit | commitdiff | tree | snapshot | 
| 2018-07-12 |  mike bayer | Merge "Don't null FK for collection-removed item with... | commit | commitdiff | tree | snapshot | 
| 2018-07-11 |  Mike Bayer | Don't null FK for collection-removed item with passive_... | commit | commitdiff | tree | snapshot | 
| 2018-07-11 |  mike bayer | Merge "Drop default-related structures after the Table... | commit | commitdiff | tree | snapshot | 
| 2018-07-11 |  Mike Bayer | Add pyodbc fast_executemany | commit | commitdiff | tree | snapshot | 
| 2018-07-11 |  mike bayer | Merge "Add all "like", "between", "is" operators as... | commit | commitdiff | tree | snapshot | 
| 2018-07-11 |  Mike Bayer | Drop default-related structures after the Table is... | commit | commitdiff | tree | snapshot | 
| 2018-07-10 |  Ilja Everilä | Sqlite json | commit | commitdiff | tree | snapshot | 
| 2018-07-10 |  Mike Bayer | Add all "like", "between", "is" operators as comparison... | commit | commitdiff | tree | snapshot | 
| 2018-07-10 |  Mike Bayer | Document sticky behavior of loader options | commit | commitdiff | tree | snapshot | 
| 2018-07-10 |  mike bayer | Merge "Use MySQL protocol-level ping." | commit | commitdiff | tree | snapshot | 
| 2018-07-10 |  mike bayer | Merge "Expire memoizations on setattr/delattr, check... | commit | commitdiff | tree | snapshot | 
| 2018-07-10 |  Mike Bayer | support functions "as binary comparison" | commit | commitdiff | tree | snapshot | 
| 2018-07-09 |  mike bayer | Merge "Refactor pool.py into a package" | commit | commitdiff | tree | snapshot | 
| 2018-07-09 |  Mike Bayer | Expire memoizations on setattr/delattr, check in delattr | commit | commitdiff | tree | snapshot | 
| 2018-07-09 |  Maxim Bublis | Use MySQL protocol-level ping. | commit | commitdiff | tree | snapshot | 
| 2018-07-09 |  Mike Bayer | - add docs for PG REGCLASS | commit | commitdiff | tree | snapshot | 
| 2018-07-09 |  Mike Bayer | - add changelog 13 and links | commit | commitdiff | tree | snapshot | 
| 2018-07-09 |  Mike Bayer | Refactor pool.py into a package | commit | commitdiff | tree | snapshot | 
| 2018-07-08 |  Mike Bayer | Check tokens in chop path for inspectionattr before... | commit | commitdiff | tree | snapshot | 
| 2018-07-05 |  Mike Bayer | - add some context to the declarative section indicatin... | commit | commitdiff | tree | snapshot | 
| 2018-07-05 |  Mike Bayer | block cx_Oracle 6.4 | commit | commitdiff | tree | snapshot | 
| 2018-07-04 |  Mike Bayer | - fix linking for the query.rst page | commit | commitdiff | tree | snapshot | 
| 2018-06-30 |  Mike Bayer | - add "leaks memory" to documented issues w/ mysqlconne... | commit | commitdiff | tree | snapshot | 
| 2018-06-29 |  Mike Bayer | cherry-pick changelog update for 1.2.10 | commit | commitdiff | tree | snapshot | 
| 2018-06-29 |  Mike Bayer | cherry-pick changelog from 1.2.9 | commit | commitdiff | tree | snapshot | 
| 2018-06-29 |  mike bayer | Merge "Add unique_constraint_name to MSSQL FK reflection" | commit | commitdiff | tree | snapshot | 
| 2018-06-29 |  Mike Bayer | Merge remote-tracking branch 'origin/pr/456' | commit | commitdiff | tree | snapshot | 
| 2018-06-29 |  Sean Dunn | Add unique_constraint_name to MSSQL FK reflection | commit | commitdiff | tree | snapshot | 
| 2018-06-28 |  Logan Rosen | Update URL for PyMySQL documentation | commit | commitdiff | tree | snapshot | 
| 2018-06-28 |  Mike Bayer | Reflect ASC/DESC in MySQL index columns | commit | commitdiff | tree | snapshot | 
| 2018-06-28 |  mike bayer | Merge "Vendor python3 formatargspec" | commit | commitdiff | tree | snapshot | 
| 2018-06-28 |  Mike Bayer | Vendor python3 formatargspec | commit | commitdiff | tree | snapshot | 
| 2018-06-28 |  mike bayer | Merge "Add do_setinputsizes event for cx_Oracle" | commit | commitdiff | tree | snapshot | 
| 2018-06-27 |  Mike Bayer | Try to get mysqlconnector somewhat working | commit | commitdiff | tree | snapshot | 
| 2018-06-27 |  Mike Bayer | Add do_setinputsizes event for cx_Oracle | commit | commitdiff | tree | snapshot | 
| 2018-06-26 |  mike bayer | Merge "Ensure BakedQuery is cloned before we add option... | commit | commitdiff | tree | snapshot | 
| 2018-06-26 |  Mike Bayer | Ensure BakedQuery is cloned before we add options to it | commit | commitdiff | tree | snapshot | 
| 2018-06-26 |  mike bayer | Merge "fix TypeReflectionTest for sqlite 3.24" | commit | commitdiff | tree | snapshot | 
| 2018-06-26 |  mike bayer | Merge "Look up adapter info for previous left side... | commit | commitdiff | tree | snapshot | 
| 2018-06-26 |  Mike Bayer | Look up adapter info for previous left side in chained... | commit | commitdiff | tree | snapshot | 
| 2018-06-26 |  mike bayer | Merge "Fix UnboundLocalError in mssql during isolation... | commit | commitdiff | tree | snapshot | 
| 2018-06-25 |  mike bayer | Merge "Support JOIN in UPDATE..FROM" | commit | commitdiff | tree | snapshot | 
| 2018-06-25 |  Nils Philippsen | fix TypeReflectionTest for sqlite 3.24 | commit | commitdiff | tree | snapshot | 
| 2018-06-25 |  Mike Bayer | Fix UnboundLocalError in mssql during isolation level... | commit | commitdiff | tree | snapshot | 
| 2018-06-25 |  Mike Bayer | Use utf8mb4 (or utf8mb3) for all things MySQL | commit | commitdiff | tree | snapshot | 
| 2018-06-25 |  Alex Grönholm | Fixed typo | commit | commitdiff | tree | snapshot | 
| 2018-06-25 |  Mike Bayer | Compare mappers more accurately in Load._chop_path | commit | commitdiff | tree | snapshot | 
| 2018-06-24 |  mike bayer | Merge "render WITH clause after INSERT for INSERT.... | commit | commitdiff | tree | snapshot | 
| 2018-06-20 |  Mike Bayer | Merge remote-tracking branch 'origin/pr/454' | commit | commitdiff | tree | snapshot | 
| 2018-06-20 |  Andrew Gaul | Remove stale ON UPDATE/ON DELETE comment. | commit | commitdiff | tree | snapshot | 
| 2018-06-18 |  mike bayer | Merge "Add oracle, mssql to profiling" | commit | commitdiff | tree | snapshot | 
| 2018-06-18 |  Mike Bayer | Add oracle, mssql to profiling | commit | commitdiff | tree | snapshot | 
| 2018-06-18 |  Mike Bayer | render WITH clause after INSERT for INSERT..SELECT... | commit | commitdiff | tree | snapshot | 
| 2018-06-15 |  Mike Bayer | Lookup index columns in parent table by key for copy | commit | commitdiff | tree | snapshot | 
| 2018-06-14 |  Mike Bayer | Support JOIN in UPDATE..FROM | commit | commitdiff | tree | snapshot | 
| 2018-06-13 |  Andru1999 | Use INITERROR macro in utils.c | commit | commitdiff | tree | snapshot | 
| 2018-06-13 |  Mike Bayer | update client-side/server-side SQL default expression... | commit | commitdiff | tree | snapshot | 
| 2018-06-13 |  hendawy | Importing InspectionAttr twice, now once | commit | commitdiff | tree | snapshot | 
| 2018-06-07 |  mike bayer | Merge "Iterate options per path for baked cache key" | commit | commitdiff | tree | snapshot | 
| 2018-06-07 |  Mike Bayer | Iterate options per path for baked cache key | commit | commitdiff | tree | snapshot | 
| 2018-06-06 |  mike bayer | Merge "Support undocumented non-entity sequence Query... | commit | commitdiff | tree | snapshot | 
| 2018-06-06 |  mike bayer | Merge "Add Query.lazy_load_from attribute for sharding" | commit | commitdiff | tree | snapshot | 
| 2018-06-04 |  Fokko Driesprong | Add the kwargs to the Adapt method | commit | commitdiff | tree | snapshot | 
| 2018-06-04 |  BR | Small docs style fixes in inheritance.rst | commit | commitdiff | tree | snapshot | 
| 2018-06-04 |  Mike Bayer | Add Query.lazy_load_from attribute for sharding | commit | commitdiff | tree | snapshot | 
| 2018-06-04 |  Mike Bayer | Support undocumented non-entity sequence Query argument | commit | commitdiff | tree | snapshot | 
| 2018-05-28 |  Mike Bayer | cherry-pick changelog update for 1.2.9 | commit | commitdiff | tree | snapshot | 
| 2018-05-28 |  Mike Bayer | cherry-pick changelog from 1.2.8 | commit | commitdiff | tree | snapshot | 
| 2018-05-28 |  mike bayer | Merge "Mutex on _CONFIGURE_MUTEX in automap.prepare()" | commit | commitdiff | tree | snapshot | 
| 2018-05-28 |  Mike Bayer | Mutex on _CONFIGURE_MUTEX in automap.prepare() | commit | commitdiff | tree | snapshot | 
| 2018-05-25 |  Mike Bayer | Turn oracle BINARY_DOUBLE, BINARY_FLOAT, DOUBLE_PRECISI... | commit | commitdiff | tree | snapshot | 
| 2018-05-18 |  Mike Bayer | call setinputsizes() for integer types | commit | commitdiff | tree | snapshot | 
| next |