| Commit message (Expand) | Author | Age | Files | Lines |
| * | Propose Result as immediate replacement for ResultProxy | Mike Bayer | 2020-05-01 | 1 | -11/+25 |
| * | Create initial 2.0 engine implementation | Mike Bayer | 2020-04-16 | 1 | -23/+104 |
| * | Set up absolute references for create_engine and related | Mike Bayer | 2020-04-14 | 1 | -3/+3 |
| * | Run search and replace of symbolic module names | Mike Bayer | 2020-04-14 | 1 | -5/+8 |
| * | Remove code deprecated before version 1.1 | Federico Caselli | 2020-04-09 | 1 | -11/+0 |
| * | Broaden is[not]_distinct_from support | Gord Thompson | 2020-04-02 | 1 | -0/+2 |
| * | Try to measure new style caching in the ORM, take two | Mike Bayer | 2020-04-01 | 1 | -5/+20 |
| * | String compiler can now literal compile datetime objects | Federico Caselli | 2020-03-29 | 1 | -0/+26 |
| * | Convert schema_translate to a post compile | Mike Bayer | 2020-03-24 | 1 | -8/+19 |
| * | Decouple compiler state from DML objects; make cacheable | Mike Bayer | 2020-03-06 | 1 | -2/+4 |
| * | Don't import provision.py unconditionally | Mike Bayer | 2020-03-03 | 1 | -0/+8 |
| * | Update dialect API documentation | Mike Bayer | 2020-03-02 | 1 | -11/+3 |
| * | Result initial introduction | Mike Bayer | 2020-02-21 | 1 | -26/+88 |
| * | Deprecate connection branching | Mike Bayer | 2020-02-21 | 1 | -21/+55 |
| * | Create initial future package, RemovedIn20Warning | Mike Bayer | 2020-02-12 | 1 | -0/+1 |
| * | Query linter option | Alessio Bogon | 2020-01-22 | 1 | -2/+4 |
| * | Remove jython code, remove all jython / pypy symbols | Mike Bayer | 2020-01-17 | 1 | -3/+1 |
| * | happy new year | Mike Bayer | 2020-01-01 | 1 | -1/+1 |
| * | Repair uncovered warning in persistnce.py; update versioning tests | Mike Bayer | 2019-12-31 | 1 | -0/+7 |
| * | Use expanding IN for all literal value IN expressions | Mike Bayer | 2019-12-22 | 1 | -135/+51 |
| * | Copy bind_processors when altering for expanding IN | Mike Bayer | 2019-12-20 | 1 | -0/+2 |
| * | Use default repr() for quoted_name under python 3 | Mike Bayer | 2019-10-24 | 1 | -0/+52 |
| * | Drop right-nested join rewriting | Mike Bayer | 2019-10-07 | 1 | -4/+0 |
| * | Merge "Deprecate textual column matching in Row" | mike bayer | 2019-10-05 | 1 | -0/+1 |
| |\ |
|
| | * | Deprecate textual column matching in Row | Mike Bayer | 2019-10-04 | 1 | -0/+1 |
| * | | Add max_identifier_length parameter; warn for Oracle | Mike Bayer | 2019-10-02 | 1 | -5/+33 |
| |/ |
|
| * | Render LIMIT/OFFSET conditions after compile on select dialects | Mike Bayer | 2019-08-30 | 1 | -65/+58 |
| * | Implement checkfirst for Index.create(), Index.drop() | Mike Bayer | 2019-08-06 | 1 | -0/+9 |
| * | Modernize internal reflection | Mike Bayer | 2019-08-06 | 1 | -15/+0 |
| * | Merge "Remove threadlocal engine strategy, engine strategies pool threadlocal" | mike bayer | 2019-08-01 | 1 | -1/+0 |
| |\ |
|
| | * | Remove threadlocal engine strategy, engine strategies pool threadlocal | Mike Bayer | 2019-07-15 | 1 | -1/+0 |
| * | | Support tuple IN VALUES for SQLite, others | Mike Bayer | 2019-07-19 | 1 | -1/+5 |
| |/ |
|
| * | Move initialize do_rollback() outside of the dialect | Matthew Wilkes | 2019-05-09 | 1 | -2/+0 |
| * | Add resolve_fks=False option for reflection | Mike Bayer | 2019-02-28 | 1 | -2/+8 |
| * | Fix many spell glitches | Lele Gaifax | 2019-01-25 | 1 | -1/+1 |
| * | Add deprecation warnings to all deprecated APIs | Mike Bayer | 2019-01-23 | 1 | -0/+9 |
| * | happy new year | Mike Bayer | 2019-01-11 | 1 | -1/+1 |
| * | Post black reformatting | Mike Bayer | 2019-01-06 | 1 | -12/+21 |
| * | Run black -l 79 against all source files | Mike Bayer | 2019-01-06 | 1 | -179/+237 |
| * | Maintain compiled_params / replacement_expressions within expanding IN | Mike Bayer | 2018-12-21 | 1 | -34/+48 |
| * | Support tuples of heterogeneous types for empty expanding IN | Mike Bayer | 2018-10-03 | 1 | -1/+4 |
| * | Add use_nchar_for_unicode flag; don't use nchar types for generic unicode | Mike Bayer | 2018-09-22 | 1 | -0/+1 |
| * | Add support of empty list in exanding of bindparam | Nicolas Rolin | 2018-08-07 | 1 | -3/+5 |
| * | Add do_setinputsizes event for cx_Oracle | Mike Bayer | 2018-06-27 | 1 | -16/+24 |
| * | render WITH clause after INSERT for INSERT..SELECT on Oracle, MySQL | Mike Bayer | 2018-06-18 | 1 | -0/+1 |
| * | Turn oracle BINARY_DOUBLE, BINARY_FLOAT, DOUBLE_PRECISION into floats | Mike Bayer | 2018-05-25 | 1 | -1/+1 |
| * | call setinputsizes() for integer types | Mike Bayer | 2018-05-18 | 1 | -15/+18 |
| * | SQL Server is not native boolean; add new flag for CHECK constraint | Mike Bayer | 2018-05-10 | 1 | -0/+1 |
| * | Allow bind processors to work with expanding IN | Mike Bayer | 2018-02-23 | 1 | -1/+1 |
| * | happy new year | Mike Bayer | 2018-01-12 | 1 | -1/+1 |