| Commit message (Expand) | Author | Age | Files | Lines |
| * | flake8 refactor - test_dialect | Mike Bayer | 2019-01-05 | 8 | -21/+192 |
| * | partial cherry-pick of master flake8. clean cherrypick for lib and test, | Mike Bayer | 2019-01-05 | 1 | -1/+1 |
| * | zimports for all of test/ | Mike Bayer | 2019-01-05 | 27 | -717/+680 |
| * | step 1, straight black -l 79 run | Mike Bayer | 2019-01-05 | 27 | -8324/+10652 |
| * | Handle PostgreSQL enums in remote schemas | Mike Bayer | 2018-12-21 | 2 | -32/+120 |
| * | Merge "Move CRUDTest, InlineDefaultTest from test_compiler" into rel_1_2 | mike bayer | 2018-12-04 | 1 | -0/+29 |
| |\ |
|
| | * | Move CRUDTest, InlineDefaultTest from test_compiler | Mike Bayer | 2018-12-01 | 1 | -0/+29 |
| * | | Fix PostgreSQL reflection of domains expressed as arrays | Jakub Synowiec | 2018-12-01 | 1 | -2/+19 |
| |/ |
|
| * | Add the write_timeout option for mysql. | jun923.gu | 2018-11-30 | 1 | -0/+1 |
| * | Add a test harness for MySQL connect args | Mike Bayer | 2018-11-28 | 1 | -0/+22 |
| * | Use case insensitive matching on lower_case_table_names=1,2 | Mike Bayer | 2018-11-09 | 1 | -16/+88 |
| * | - get the "now" date for this test in terms of the database to accommodate | Mike Bayer | 2018-10-12 | 1 | -2/+2 |
| * | Perform additional retrieval of correct column names | Mike Bayer | 2018-10-03 | 1 | -1/+45 |
| * | Accept multiple expressions for aggregate_order_by order_by | Mike Bayer | 2018-09-25 | 1 | -0/+25 |
| * | Propagate **kw in postgresql distinct on compilation | Mike Bayer | 2018-08-22 | 1 | -0/+7 |
| * | Pass desired array type from pg.array_agg to functions.array_agg | Mike Bayer | 2018-08-22 | 1 | -0/+37 |
| * | Strip quotes from format_type in addition to other characters | Mike Bayer | 2018-08-21 | 1 | -0/+35 |
| * | Bind Integers to int for cx_Oracle | Mike Bayer | 2018-08-01 | 1 | -4/+2 |
| * | Fix quoting schemas in _get_table_sql for the SQLite backend | Phillip Cloud | 2018-07-18 | 1 | -0/+25 |
| * | Add unique_constraint_name to MSSQL FK reflection | Sean Dunn | 2018-06-29 | 1 | -0/+44 |
| * | Reflect ASC/DESC in MySQL index columns | Mike Bayer | 2018-06-28 | 1 | -1/+64 |
| * | Add do_setinputsizes event for cx_Oracle | Mike Bayer | 2018-06-27 | 1 | -0/+15 |
| * | Merge "fix TypeReflectionTest for sqlite 3.24" into rel_1_2 | mike bayer | 2018-06-25 | 1 | -1/+1 |
| |\ |
|
| | * | fix TypeReflectionTest for sqlite 3.24 | Nils Philippsen | 2018-06-25 | 1 | -1/+1 |
| * | | Fix UnboundLocalError in mssql during isolation level grab | Mike Bayer | 2018-06-25 | 1 | -2/+61 |
| |/ |
|
| * | Use utf8mb4 (or utf8mb3) for all things MySQL | Mike Bayer | 2018-06-25 | 2 | -14/+24 |
| * | Turn oracle BINARY_DOUBLE, BINARY_FLOAT, DOUBLE_PRECISION into floats | Mike Bayer | 2018-05-25 | 2 | -21/+147 |
| * | call setinputsizes() for integer types | Mike Bayer | 2018-05-18 | 1 | -1/+82 |
| * | Reflect Oracle NUMBER(NULL, 0) as INTEGER | Kent Bower | 2018-04-12 | 1 | -2/+46 |
| * | Use base __ne__ implementation for range types w/ None | Mike Bayer | 2018-04-03 | 1 | -67/+138 |
| * | Add postgresl.REGCLASS type for casting table names to OIDs and vice versa | Sebastian Bank | 2018-04-03 | 1 | -0/+40 |
| * | Merge "Add support for declarative partitioning in PostgreSQL 10" into rel_1_2 | mike bayer | 2018-03-30 | 1 | -0/+20 |
| |\ |
|
| | * | Add support for declarative partitioning in PostgreSQL 10 | Vsevolod Solovyov | 2018-03-30 | 1 | -0/+20 |
| * | | Filter non-integer characters from pyodbc SQL Server version | Mike Bayer | 2018-03-30 | 1 | -0/+31 |
| |/ |
|
| * | Raise cx_Oracle minimum version to 5.2 | Mike Bayer | 2018-03-07 | 1 | -1/+18 |
| * | Add values_callable feature to Enum | Jon Snyder | 2018-02-07 | 1 | -6/+47 |
| * | Convert dialect modules to relative imports and test | Mike Bayer | 2018-02-05 | 1 | -0/+18 |
| * | Adjust tests for pyodbc 4.0.22 | Mike Bayer | 2018-01-24 | 1 | -11/+38 |
| * | Merge "Make column-level collation quoting dialect-specific" | mike bayer | 2018-01-12 | 1 | -0/+14 |
| |\ |
|
| | * | Make column-level collation quoting dialect-specific | Mike Bayer | 2018-01-12 | 1 | -0/+14 |
| * | | Turn on testing for JSON under Mariadb 10.2.7 and greater | Mike Bayer | 2018-01-12 | 1 | -0/+1 |
| |/ |
|
| * | Merge "Add TRUNCATE to postgres autocommit regexp" | mike bayer | 2017-12-18 | 1 | -0/+3 |
| |\ |
|
| | * | Add TRUNCATE to postgres autocommit regexp | Jacob Hayes | 2017-12-18 | 1 | -0/+3 |
| * | | Open up all cx_Oracle numeric tests, finish infinity support | Mike Bayer | 2017-12-17 | 1 | -7/+46 |
| |/ |
|
| * | Allow delete where clause to refer multiple tables. | inytar | 2017-12-05 | 4 | -0/+67 |
| * | Fix regexp for expanding IN | Mike Bayer | 2017-12-01 | 1 | -0/+10 |
| * | Add postgresql.MONEY | Cleber J Santos | 2017-11-16 | 1 | -0/+1 |
| * | Propagate kwargs for mysql concat, match | Mike Bayer | 2017-11-13 | 1 | -1/+17 |
| * | Merge "Test for EXCLUDE constraint duplicated index" | mike bayer | 2017-10-25 | 1 | -1/+33 |
| |\ |
|
| | * | Test for EXCLUDE constraint duplicated index | Mike Bayer | 2017-10-25 | 1 | -1/+33 |