| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | - 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 |