| Commit message (Expand) | Author | Age | Files | Lines |
| * | - apply a similar fix for floats to mssql+pyodbc as we did to firebird | Mike Bayer | 2013-12-28 | 1 | -0/+10 |
| * | - add an exclusion for "floats to four decimals", backported from 0.9 and app... | Mike Bayer | 2013-12-27 | 1 | -0/+9 |
| * | - repair some suite tests for firebird | Mike Bayer | 2013-12-27 | 1 | -0/+14 |
| * | - move tests for unique constraints to dialect suite, including | Mike Bayer | 2013-12-03 | 1 | -0/+5 |
| * | - Added new method to the :func:`.insert` construct | Mike Bayer | 2013-07-05 | 1 | -0/+6 |
| * | - 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 |
| * | - test updates | Mike Bayer | 2012-10-04 | 1 | -0/+12 |
| * | - requirements | Mike Bayer | 2012-10-03 | 1 | -1/+17 |
| * | dev | Mike Bayer | 2012-09-29 | 1 | -1/+33 |
| * | adjustments | Mike Bayer | 2012-09-29 | 1 | -1/+8 |
| * | - more tests, move some tests out of test_reflection, test_query | Mike Bayer | 2012-09-27 | 1 | -24/+57 |
| * | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 1 | -0/+38 |