| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge "2.0 removals: LegacyRow, connectionless execution, close_with_result" ... | mike bayer | 2021-10-31 | 1 | -35/+22 |
| |\ |
|
| | * | 2.0 removals: LegacyRow, connectionless execution, close_with_result | Mike Bayer | 2021-10-31 | 1 | -35/+22 |
| * | | The ``has_table`` method now also checks views | Federico Caselli | 2021-10-31 | 1 | -1/+8 |
| |/ |
|
| * | Surface driver connection object when using a proxied dialect | Federico Caselli | 2021-09-17 | 1 | -1/+36 |
| * | Replace all http:// links to https:// | Federico Caselli | 2021-07-04 | 1 | -1/+1 |
| * | Remove pep484 type comments from the code | Federico Caselli | 2021-05-16 | 1 | -7/+0 |
| * | Update black flak8 and zimports | Federico Caselli | 2021-05-12 | 1 | -2/+4 |
| * | Explicitly test for Connection in dialect.has_table() | Mike Bayer | 2021-04-14 | 1 | -5/+18 |
| * | Default caching to opt-out for 3rd party dialects | Mike Bayer | 2021-04-01 | 1 | -0/+18 |
| * | Repair pysqlcipher and use sqlcipher3 | Mike Bayer | 2021-03-24 | 1 | -0/+71 |
| * | Implement Mypy plugin | Mike Bayer | 2021-03-13 | 1 | -1/+1 |
| * | Fix many spell glitches in docstrings and comments | Lele Gaifax | 2021-01-24 | 1 | -1/+1 |
| * | happy new year | Mike Bayer | 2021-01-04 | 1 | -1/+1 |
| * | Gracefully degrade on v$transaction not readable | Mike Bayer | 2020-12-18 | 1 | -0/+20 |
| * | tutorial 2.0 WIPreview/mike_bayer/tutorial20 | Mike Bayer | 2020-10-31 | 1 | -1/+2 |
| * | Genericize setinputsizes and support pyodbc | Mike Bayer | 2020-10-16 | 1 | -0/+15 |
| * | indicate legacy ping recipe for handle_error cases | Mike Bayer | 2020-10-15 | 1 | -0/+10 |
| * | upgrade to black 20.8b1 | Mike Bayer | 2020-09-28 | 1 | -2/+2 |
| * | make URL immutable | Mike Bayer | 2020-08-25 | 1 | -40/+155 |
| * | Don't link on_connect to first_connect event handler | Mike Bayer | 2020-08-07 | 1 | -9/+9 |
| * | Documentation updates for 1.4 | Mike Bayer | 2020-08-05 | 1 | -1/+1 |
| * | Fix a wide variety of typos and broken links | aplatkouski | 2020-06-25 | 1 | -7/+7 |
| * | Added reflection method :meth:`.Inspector.get_sequence_names` | Federico Caselli | 2020-06-03 | 1 | -2/+11 |
| * | Documentation updates for ResultProxy -> Result | Mike Bayer | 2020-05-01 | 1 | -2/+2 |
| * | Set up absolute references for create_engine and related | Mike Bayer | 2020-04-14 | 1 | -13/+17 |
| * | Run search and replace of symbolic module names | Mike Bayer | 2020-04-14 | 1 | -57/+71 |
| * | Remove code deprecated before version 1.1 | Federico Caselli | 2020-04-09 | 1 | -47/+0 |
| * | Don't import provision.py unconditionally | Mike Bayer | 2020-03-03 | 1 | -0/+29 |
| * | Update dialect API documentation | Mike Bayer | 2020-03-02 | 1 | -49/+125 |
| * | Result initial introduction | Mike Bayer | 2020-02-21 | 1 | -4/+97 |
| * | Deprecate connection branching | Mike Bayer | 2020-02-21 | 1 | -28/+10 |
| * | happy new year | Mike Bayer | 2020-01-01 | 1 | -1/+1 |
| * | Implement checkfirst for Index.create(), Index.drop() | Mike Bayer | 2019-08-06 | 1 | -0/+18 |
| * | Modernize internal reflection | Mike Bayer | 2019-08-06 | 1 | -24/+2 |
| * | Remove threadlocal engine strategy, engine strategies pool threadlocal | Mike Bayer | 2019-07-15 | 1 | -24/+0 |
| * | Ensure .engine is part of Connectable interface, implement as descriptor | Mike Bayer | 2019-07-08 | 1 | -0/+7 |
| * | Add resolve_fks=False option for reflection | Mike Bayer | 2019-02-28 | 1 | -1/+1 |
| * | 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 | -9/+21 |
| * | Remove version directives for 0.6, 0.7, 0.8 | Mike Bayer | 2019-01-15 | 1 | -2/+0 |
| * | Merge "use ..deprecated directive w/ version in all cases" | mike bayer | 2019-01-12 | 1 | -11/+14 |
| |\ |
|
| | * | use ..deprecated directive w/ version in all cases | Mike Bayer | 2019-01-11 | 1 | -11/+14 |
| * | | happy new year | Mike Bayer | 2019-01-11 | 1 | -1/+1 |
| |/ |
|
| * | Post black reformatting | Mike Bayer | 2019-01-06 | 1 | -5/+4 |
| * | Run black -l 79 against all source files | Mike Bayer | 2019-01-06 | 1 | -22/+29 |
| * | Allow multiple plugin names | Mike Bayer | 2018-02-13 | 1 | -0/+10 |
| * | happy new year | Mike Bayer | 2018-01-12 | 1 | -1/+1 |
| * | Refactor for cx_Oracle version 6oracle_numeric | Mike Bayer | 2017-09-11 | 1 | -10/+0 |
| * | Add support for CACHE and ORDER to sequences | David Moore | 2017-07-05 | 1 | -1/+1 |
| * | Implement comments for tables, columns | Frazer McLean | 2017-03-17 | 1 | -0/+19 |