| Commit message (Expand) | Author | Age | Files | Lines |
| * | flake8 refactor - util | Mike Bayer | 2019-01-05 | 1 | -7/+10 |
| * | step 1, straight black -l 79 run | Mike Bayer | 2019-01-05 | 1 | -36/+42 |
| * | MariaDB 10.3 updates | Mike Bayer | 2018-08-30 | 1 | -2/+2 |
| * | render WITH clause after INSERT for INSERT..SELECT on Oracle, MySQL | Mike Bayer | 2018-06-18 | 1 | -1/+10 |
| * | Support foreign key option reflection for Oracle | Miroslav Shubernetskiy | 2018-02-05 | 1 | -1/+5 |
| * | 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 |
| * | | happy new year | Mike Bayer | 2018-01-12 | 1 | -1/+1 |
| * | | Re-enable setinputsizes for Oracle TIMESTAMP | Mike Bayer | 2018-01-08 | 1 | -0/+7 |
| |/ |
|
| * | Add rule to prevent "GROUP BY <expr>" in tests | Mike Bayer | 2018-01-04 | 1 | -0/+11 |
| * | Allow delete where clause to refer multiple tables. | inytar | 2017-12-05 | 1 | -0/+5 |
| * | Take schema name into account when querying sqlite_master | Mike Bayer | 2017-09-28 | 1 | -0/+5 |
| * | Add SQL Server CI coverage | Mike Bayer | 2017-08-31 | 1 | -0/+29 |
| * | Add new sane_rowcount_w_returning flag | Mike Bayer | 2017-08-31 | 1 | -0/+23 |
| * | Generalize autocommit testing | Mike Bayer | 2017-08-29 | 1 | -0/+5 |
| * | Add new "expanding" feature to bindparam() | Mike Bayer | 2017-04-07 | 1 | -0/+8 |
| * | Implement comments for tables, columns | Frazer McLean | 2017-03-17 | 1 | -0/+4 |
| * | update for 2017 copyright | Mike Bayer | 2017-01-04 | 1 | -1/+1 |
| * | Add support for server side cursors to mysqldb and pymysql | Roman Podoliaka | 2016-11-10 | 1 | -0/+8 |
| * | spelling: Postgresql -> PostgreSQL | Ville Skyttä | 2016-10-08 | 1 | -2/+2 |
| * | Additions to support HAAlchemy plugin | Mike Bayer | 2016-09-16 | 1 | -0/+40 |
| * | Ensure 'options' is always present in foreign key info | Mike Bayer | 2016-06-03 | 1 | -0/+4 |
| * | - happy new year | Mike Bayer | 2016-01-29 | 1 | -1/+1 |
| * | - pg8000 fixes for json | Mike Bayer | 2016-01-07 | 1 | -0/+7 |
| * | - Added :class:`.mysql.JSON` for MySQL 5.7. The JSON type provides | Mike Bayer | 2016-01-06 | 1 | -0/+6 |
| * | - make these failure cases more specific to catch Oracle. | Mike Bayer | 2015-08-15 | 1 | -2/+17 |
| * | - The behavior of the :func:`.union` construct and related constructs | Mike Bayer | 2015-08-12 | 1 | -0/+11 |
| * | - pg8000 wants to raise a ProgrammingError for a PK violation | Mike Bayer | 2015-05-15 | 1 | -0/+8 |
| * | - copyright 2015 | Mike Bayer | 2015-03-10 | 1 | -1/+1 |
| * | - enhance only_on() to work with compound specs | Mike Bayer | 2014-12-06 | 1 | -0/+5 |
| * | - Added :meth:`.Inspector.get_temp_table_names` and | Mike Bayer | 2014-09-17 | 1 | -0/+14 |
| * | - add support for tags, including include/exclude support. | Mike Bayer | 2014-07-27 | 1 | -0/+33 |
| * | - rework the exclusions system to have much better support for compound | Mike Bayer | 2014-07-26 | 1 | -1/+1 |
| * | - more pg8000 tests passing | Mike Bayer | 2014-07-25 | 1 | -0/+8 |
| * | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 1 | -37/+40 |
| * | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 1 | -1/+2 |
| * | - more tests, including backend tests | Mike Bayer | 2014-05-16 | 1 | -0/+6 |
| * | Fix many typos throughout the codebasepr/85 | Alex Gaynor | 2014-04-26 | 1 | -1/+1 |
| * | - Fixed ORM bug where changing the primary key of an object, then marking | Mike Bayer | 2014-03-28 | 1 | -0/+6 |
| * | - Tweaked the settings for mysql-connector-python; in Py2K, the | Mike Bayer | 2014-03-27 | 1 | -0/+7 |
| * | - move some requirements up to the testing module to better support running | Mike Bayer | 2014-03-13 | 1 | -0/+54 |
| * | - add more support for suite tests, moving some tests from test_query out to ... | Mike Bayer | 2014-03-13 | 1 | -0/+34 |
| * | - Support has been added for pytest to run tests. This runner | Mike Bayer | 2014-03-03 | 1 | -17/+12 |
| * | - dont create a self-ref FK if test suite marked as not supporting self ref | Mike Bayer | 2014-02-28 | 1 | -0/+12 |
| * | add a skip for oracle on this | Mike Bayer | 2014-02-01 | 1 | -0/+24 |
| * | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
| * | - apply a similar fix for floats to mssql+pyodbc as we did to firebird | Mike Bayer | 2013-12-28 | 1 | -0/+10 |
| * | - repair some suite tests for firebird | Mike Bayer | 2013-12-27 | 1 | -0/+14 |
| * | - The precision used when coercing a returned floating point value to | Mike Bayer | 2013-11-22 | 1 | -0/+8 |
| * | - add copyright to source files missing it | Mike Bayer | 2013-10-26 | 1 | -0/+6 |