| Commit message (Expand) | Author | Age | Files | Lines |
| * | - flake8 for lib passes | Mike Bayer | 2019-01-05 | 1 | -1/+0 |
| * | flake8 refactor - engine | Mike Bayer | 2019-01-05 | 7 | -45/+76 |
| * | partial cherry-pick of master flake8. clean cherrypick for lib and test, | Mike Bayer | 2019-01-05 | 2 | -5/+5 |
| * | - do a broken zimports run on lib | Mike Bayer | 2019-01-05 | 9 | -62/+52 |
| * | step 1, straight black -l 79 run | Mike Bayer | 2019-01-05 | 10 | -849/+1196 |
| * | Maintain compiled_params / replacement_expressions within expanding IN | Mike Bayer | 2018-12-21 | 1 | -31/+44 |
| * | Rewrite the convert_unicode docs and add tons of dragons | Mike Bayer | 2018-12-21 | 1 | -14/+39 |
| * | Import from collections.abc | xtreak | 2018-09-27 | 1 | -2/+1 |
| * | Fix links and update verbiage for reset_on_return | Mike Bayer | 2018-08-28 | 1 | -6/+7 |
| * | 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 |
| * | Fix reference leak in compiled cache | Olivier Grisel | 2018-04-25 | 1 | -3/+3 |
| * | Allow bind processors to work with expanding IN | Mike Bayer | 2018-02-23 | 1 | -1/+1 |
| * | Allow multiple plugin names | Mike Bayer | 2018-02-13 | 4 | -5/+37 |
| * | Add flag for class-level disallow of events, apply to OptionEngine | Mike Bayer | 2018-02-07 | 1 | -0/+16 |
| * | happy new year | Mike Bayer | 2018-01-12 | 10 | -10/+10 |
| * | Merge remote-tracking branch 'origin/pr/399' | Mike Bayer | 2017-12-15 | 1 | -1/+1 |
| |\ |
|
| | * | Fix import in Inspector.reflecttable doc | Jacob Hayes | 2017-11-08 | 1 | -1/+1 |
| * | | Allow url.password to be an object | Mike Bayer | 2017-12-04 | 1 | -1/+12 |
| * | | Fix regexp for expanding IN | Mike Bayer | 2017-12-01 | 1 | -1/+1 |
| |/ |
|
| * | Merge "Add __next__(), next() to ResultProxy" | mike bayer | 2017-09-18 | 1 | -0/+16 |
| |\ |
|
| | * | Add __next__(), next() to ResultProxyreview/mike_bayer/ticket_4077 | Mike Bayer | 2017-09-15 | 1 | -0/+16 |
| * | | Add multivalued insert context for defaultsreview/mike_bayer/ticket_4075 | Mike Bayer | 2017-09-16 | 2 | -4/+85 |
| |/ |
|
| * | Refactor for cx_Oracle version 6oracle_numeric | Mike Bayer | 2017-09-11 | 3 | -23/+13 |
| * | Add new sane_rowcount_w_returning flag | Mike Bayer | 2017-08-31 | 1 | -0/+4 |
| * | Don't do recovery operations under Empty/AttributeError | Mike Bayer | 2017-08-25 | 1 | -4/+15 |
| * | - modernize the mysql connection timeout docs | Mike Bayer | 2017-08-22 | 1 | -0/+4 |
| * | Ensure Oracle index w/ col DESC etc. is reflected | Mike Bayer | 2017-08-14 | 1 | -0/+1 |
| * | Add support for CACHE and ORDER to sequences | David Moore | 2017-07-05 | 1 | -1/+1 |
| * | Add new "expanding" feature to bindparam() | Mike Bayer | 2017-04-07 | 1 | -3/+110 |
| * | ResultProxy won't autoclose connection until state flag is set | Mike Bayer | 2017-04-03 | 3 | -12/+19 |
| * | Apply type processing to untyped preexec default clause | Mike Bayer | 2017-03-30 | 1 | -1/+5 |
| * | Add safe_reraise() + warnings only to Connection._autorollback | Mike Bayer | 2017-03-27 | 1 | -1/+2 |
| * | Integrate "pre-ping" into connection pool. | Mike Bayer | 2017-03-20 | 3 | -1/+32 |
| * | New features from python 2.7 | Катаев Денис | 2017-03-17 | 2 | -4/+4 |
| * | Implement comments for tables, columns | Frazer McLean | 2017-03-17 | 3 | -1/+55 |
| * | Consult compiled paramstyle on execute_compiled | Mike Bayer | 2017-03-15 | 1 | -1/+1 |
| * | Add "empty in" strategies; default to "static" | Mike Bayer | 2017-03-14 | 2 | -0/+30 |
| * | Accept FetchedValue, text() for column "default" value | Mike Bayer | 2017-02-01 | 1 | -17/+17 |
| * | Better hide engine password | Valery Yundin | 2017-01-16 | 1 | -1/+1 |
| * | Support python3.6 | Mike Bayer | 2017-01-13 | 3 | -11/+11 |
| * | update for 2017 copyright | Mike Bayer | 2017-01-04 | 10 | -10/+10 |
| * | Add _extend_on deduplicating set for metadata.reflect() | Mike Bayer | 2016-11-23 | 2 | -5/+16 |
| * | Merge "Remove non-working Connection.default_schema_name() method" | mike bayer | 2016-11-10 | 1 | -3/+0 |
| |\ |
|
| | * | Remove non-working Connection.default_schema_name() method | Benjamin Dopplinger | 2016-11-10 | 1 | -3/+0 |
| * | | Add support for server side cursors to mysqldb and pymysql | Roman Podoliaka | 2016-11-10 | 2 | -3/+45 |
| |/ |
|
| * | spelling: Postgresql -> PostgreSQL | Ville Skyttä | 2016-10-08 | 5 | -7/+7 |