| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | - The typing system now handles the task of rendering "literal bind" values, | Mike Bayer | 2013-10-20 | 1 | -0/+9 |
* | - Added new method to the :func:`.insert` construct | Mike Bayer | 2013-07-05 | 1 | -0/+6 |
* | add a float exclusion to help oursql build 100% | Mike Bayer | 2013-07-02 | 1 | -0/+9 |
* | - get_unique_constraints() pull request | Mike Bayer | 2013-06-09 | 1 | -0/+5 |
* | - fix exclusion here | Mike Bayer | 2013-02-06 | 1 | -1/+2 |
* | port numeric tests to dialect suite | Mike Bayer | 2013-02-06 | 1 | -0/+38 |
* | - adding in requirements | Mike Bayer | 2013-02-06 | 1 | -0/+42 |
* | - add support for pulling in an external requirements file | Mike Bayer | 2013-02-06 | 1 | -3/+52 |
* | - add an explicit test for sequences "optional" | Mike Bayer | 2013-02-06 | 1 | -1/+11 |
* | - add an "empty_inserts" requirement target plus a suite test | Mike Bayer | 2013-02-06 | 1 | -0/+10 |
* | internally at least refer to multirow as "multivalues", to distinguish between | Mike Bayer | 2012-12-08 | 1 | -2/+2 |
* | - multivalued inserts, [ticket:2623] | Mike Bayer | 2012-12-08 | 1 | -0/+11 |