| Commit message (Expand) | Author | Age | Files | Lines |
| * | Deprecate plain string in execute and introduce `exec_driver_sql` | Federico Caselli | 2020-03-21 | 3 | -21/+94 |
| * | Support inspection of computed column | Federico Caselli | 2020-03-15 | 1 | -1/+24 |
| * | Rework select(), CompoundSelect() in terms of CompileState | Mike Bayer | 2020-03-10 | 1 | -9/+17 |
| * | Decouple compiler state from DML objects; make cacheable | Mike Bayer | 2020-03-06 | 1 | -2/+4 |
| * | Merge "Don't import provision.py unconditionally" | mike bayer | 2020-03-04 | 2 | -0/+37 |
| |\ |
|
| | * | Don't import provision.py unconditionally | Mike Bayer | 2020-03-03 | 2 | -0/+37 |
| * | | Run handle_error for any exceptions raised in execute_context() | Mike Bayer | 2020-03-03 | 1 | -30/+31 |
| |/ |
|
| * | Ensure all nested exception throws have a cause | Mike Bayer | 2020-03-02 | 3 | -43/+64 |
| * | Update dialect API documentation | Mike Bayer | 2020-03-02 | 2 | -60/+128 |
| * | Deprecate row.keys() for 2.0, not 1.x | Mike Bayer | 2020-02-24 | 1 | -4/+3 |
| * | Result initial introduction | Mike Bayer | 2020-02-21 | 7 | -697/+1450 |
| * | Deprecate connection branching | Mike Bayer | 2020-02-21 | 4 | -123/+241 |
| * | Merge "Create initial future package, RemovedIn20Warning" | mike bayer | 2020-02-17 | 1 | -0/+1 |
| |\ |
|
| | * | Create initial future package, RemovedIn20Warning | Mike Bayer | 2020-02-12 | 1 | -0/+1 |
| * | | Improve ResultProxy/Row documentation before the API change | Mike Bayer | 2020-02-13 | 1 | -38/+75 |
| |/ |
|
| * | Query linter option | Alessio Bogon | 2020-01-22 | 3 | -2/+24 |
| * | Reorganize core event modules to avoid import cycles | Mike Bayer | 2020-01-21 | 2 | -0/+790 |
| * | Remove jython code, remove all jython / pypy symbols | Mike Bayer | 2020-01-17 | 1 | -3/+1 |
| * | Enable F821 | Mike Bayer | 2020-01-04 | 1 | -1/+1 |
| * | happy new year | Mike Bayer | 2020-01-01 | 11 | -11/+11 |
| * | 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 | 2 | -153/+65 |
| * | Copy bind_processors when altering for expanding IN | Mike Bayer | 2019-12-20 | 1 | -0/+2 |
| * | Fix rst for flake8-rst-docstrings-0.0.12 | Mike Bayer | 2019-11-22 | 1 | -1/+1 |
| * | Cache every key in reflection_cache | Mike Bayer | 2019-10-31 | 1 | -5/+1 |
| * | Merge "Remove redundant assignment in .../engine/create.py" | mike bayer | 2019-10-30 | 1 | -2/+0 |
| |\ |
|
| | * | Remove redundant assignment in .../engine/create.py | Pedro Cunial | 2019-10-28 | 1 | -2/+0 |
| * | | Use simple growth scale with any max size for BufferedRowResultProxy | sumau | 2019-10-30 | 1 | -24/+9 |
| |/ |
|
| * | Use default repr() for quoted_name under python 3 | Mike Bayer | 2019-10-24 | 1 | -0/+52 |
| * | Clarify isolation_level documentation | Mike Bayer | 2019-10-15 | 1 | -20/+14 |
| * | pass executemany context to _repr_params | Mike Bayer | 2019-10-11 | 1 | -1/+10 |
| * | Add result map targeting for custom compiled, text objects | Mike Bayer | 2019-10-07 | 1 | -31/+31 |
| * | Restore result map check | Mike Bayer | 2019-10-07 | 1 | -1/+1 |
| * | Merge "Drop right-nested join rewriting" | mike bayer | 2019-10-07 | 1 | -4/+0 |
| |\ |
|
| | * | Drop right-nested join rewriting | Mike Bayer | 2019-10-07 | 1 | -4/+0 |
| * | | Remove order_by in textual test | Mike Bayer | 2019-10-07 | 1 | -1/+1 |
| |/ |
|
| * | Remove deprecated extension and similar classes | Mike Bayer | 2019-10-06 | 1 | -4/+0 |
| * | Merge "Deprecate textual column matching in Row" | mike bayer | 2019-10-05 | 2 | -17/+57 |
| |\ |
|
| | * | Deprecate textual column matching in Row | Mike Bayer | 2019-10-04 | 2 | -17/+57 |
| * | | Add max_identifier_length parameter; warn for Oracle | Mike Bayer | 2019-10-02 | 2 | -6/+57 |
| |/ |
|
| * | Run row value processors up front | Mike Bayer | 2019-10-01 | 2 | -192/+250 |
| * | Render LIMIT/OFFSET conditions after compile on select dialects | Mike Bayer | 2019-08-30 | 1 | -65/+58 |
| * | PGDialect.get_check_constraints: Handle "NOT VALID" | Bill Finn | 2019-08-27 | 1 | -0/+6 |
| * | Add hide_parameters flag to create_engine | Mike Bayer | 2019-08-22 | 2 | -3/+20 |
| * | Add new "exec_once_unless_exception" system; apply to dialect.initialize | Mike Bayer | 2019-08-18 | 1 | -1/+3 |
| * | Correct name for json_serializer / json_deserializer, document and test | Mike Bayer | 2019-08-08 | 1 | -0/+16 |
| * | Implement checkfirst for Index.create(), Index.drop() | Mike Bayer | 2019-08-06 | 2 | -0/+27 |
| * | Modernize internal reflection | Mike Bayer | 2019-08-06 | 5 | -81/+75 |
| * | Merge "Remove threadlocal engine strategy, engine strategies pool threadlocal" | mike bayer | 2019-08-01 | 8 | -988/+709 |
| |\ |
|
| | * | Remove threadlocal engine strategy, engine strategies pool threadlocal | Mike Bayer | 2019-07-15 | 8 | -988/+709 |