| Commit message (Expand) | Author | Age | Files | Lines |
| * | - 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 |
| * | just a pep8 pass of lib/sqlalchemy/testing/ | Diana Clarke | 2012-11-19 | 1 | -3/+4 |
| * | - support "fails_if" requirements as __requires__; so far this just skips, do... | Mike Bayer | 2012-11-12 | 1 | -0/+50 |
| * | - rework the sphinx customizations into distinct modules | Mike Bayer | 2012-10-19 | 1 | -2/+9 |
| * | - break out unicode tests to a varchar + a text test, add a requires | Mike Bayer | 2012-10-15 | 1 | -0/+7 |
| * | - add some UPDATE..FROM tests and also some new reqs | Mike Bayer | 2012-10-12 | 1 | -0/+21 |
| * | - create new sqlalchemy.testing.suite.test_types, starting with Unicode round... | Mike Bayer | 2012-10-10 | 1 | -0/+15 |
| * | - [feature] Added "collation" parameter to all | Mike Bayer | 2012-10-10 | 1 | -0/+6 |
| * | - add back __engine_options__ | Mike Bayer | 2012-10-04 | 1 | -0/+20 |
| * | - connect immediately on _create_testing_engine to initialize dialect capabil... | Mike Bayer | 2012-10-04 | 1 | -1/+0 |
| * | - don't call get_lastrowid() on explicit returning | Mike Bayer | 2012-10-04 | 1 | -0/+7 |