| Commit message (Expand) | Author | Age | Files | Lines |
| * | - repair the fixture/test here to make sure state isn't left over causing oth... | Mike Bayer | 2014-01-28 | 1 | -1/+1 |
| * | - support addition of fails_if()/only_on(), just wraps the decorators | Mike Bayer | 2014-01-02 | 1 | -0/+5 |
| * | - apply a similar fix for floats to mssql+pyodbc as we did to firebird | Mike Bayer | 2013-12-28 | 2 | -4/+30 |
| * | - fix the insert from select test to use a non-autoinc table | Mike Bayer | 2013-12-28 | 1 | -4/+8 |
| * | - actually check the list of views! | Mike Bayer | 2013-12-27 | 1 | -0/+1 |
| * | fix 2.5-ism | Mike Bayer | 2013-12-27 | 1 | -0/+1 |
| * | - add an exclusion for "floats to four decimals", backported from 0.9 and app... | Mike Bayer | 2013-12-27 | 2 | -0/+10 |
| * | - add a test which creates tables and views at the same time, then tests that... | Mike Bayer | 2013-12-27 | 1 | -0/+6 |
| * | - repair some suite tests for firebird | Mike Bayer | 2013-12-27 | 2 | -1/+29 |
| * | fix for 2.5 | Mike Bayer | 2013-12-04 | 1 | -1/+1 |
| * | - move tests for unique constraints to dialect suite, including | Mike Bayer | 2013-12-03 | 2 | -1/+49 |
| * | py3k fix for non-ascii SQL strings | Mike Bayer | 2013-11-21 | 1 | -2/+3 |
| * | - Fixed bug which prevented the ``serializer`` extension from working | Mike Bayer | 2013-11-21 | 1 | -4/+5 |
| * | - use inline=True for the insert..select here so it works on oracle | Mike Bayer | 2013-07-12 | 1 | -2/+2 |
| * | - Added new method to the :func:`.insert` construct | Mike Bayer | 2013-07-05 | 2 | -0/+34 |
| * | - replace most explicitly-named test objects called "Mock..." with | Mike Bayer | 2013-06-30 | 2 | -0/+17 |
| * | improve the close handling here so that we don't double-close a connection; | Mike Bayer | 2013-06-28 | 1 | -5/+8 |
| * | Merge pull request #13 from malor/fix_indexes_reflection | mike bayer | 2013-06-26 | 1 | -1/+6 |
| * | - Fixed bug in unit of work whereby a joined-inheritance | Mike Bayer | 2013-04-01 | 2 | -5/+4 |
| * | - add a nose runner that erases out argv, otherwise | Mike Bayer | 2013-03-25 | 2 | -1/+10 |
| * | - limit some of these on views, indexes, pk constraints being available | Mike Bayer | 2013-03-24 | 1 | -2/+8 |
| * | - add an event to testing so that other dialects can intercept "test_needs_au... | Mike Bayer | 2013-03-24 | 2 | -11/+20 |
| * | - remove all compat items that are pre-2.5 (hooray) | Mike Bayer | 2013-03-09 | 2 | -4/+3 |
| * | mymysql dialect | Hajime Nakagami | 2013-03-01 | 1 | -1/+1 |
| * | - fix exclusion here | Mike Bayer | 2013-02-06 | 2 | -8/+5 |
| * | port numeric tests to dialect suite | Mike Bayer | 2013-02-06 | 2 | -1/+181 |
| * | - adding in requirements | Mike Bayer | 2013-02-06 | 4 | -3/+110 |
| * | - add support for pulling in an external requirements file | Mike Bayer | 2013-02-06 | 2 | -6/+68 |
| * | - cleanup HasSequence and move it to test_sequences | Mike Bayer | 2013-02-06 | 2 | -42/+58 |
| * | - add an explicit test for sequences "optional" | Mike Bayer | 2013-02-06 | 2 | -1/+27 |
| * | - add an "empty_inserts" requirement target plus a suite test | Mike Bayer | 2013-02-06 | 5 | -0/+153 |
| * | - use SQL constructs here for databases that need to escape names like "data" | Mike Bayer | 2013-01-27 | 1 | -5/+4 |
| * | - preparing for #695, modernize constraint/index tests | Mike Bayer | 2013-01-16 | 1 | -4/+9 |
| * | Fixed table reflection for Oracle when accessing a synonym that refers | Mike Bayer | 2012-12-09 | 1 | -2/+8 |
| * | 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 |
| * | juts a 'expected 2 blank lines' pep8 pass | Diana Clarke | 2012-11-19 | 1 | -1/+16 |
| * | just a pep8 pass of lib/sqlalchemy/testing/ | Diana Clarke | 2012-11-19 | 8 | -17/+96 |
| * | just a pep8 pass of lib/sqlalchemy/testing/ | Diana Clarke | 2012-11-19 | 12 | -47/+93 |
| * | - hstore adjustments | Mike Bayer | 2012-11-17 | 1 | -4/+4 |
| * | fix some oracle-related tests, but still need to fix unhashable_types test | Mike Bayer | 2012-11-12 | 1 | -2/+2 |
| * | - support "fails_if" requirements as __requires__; so far this just skips, do... | Mike Bayer | 2012-11-12 | 3 | -3/+166 |
| * | - rework the sphinx customizations into distinct modules | Mike Bayer | 2012-10-19 | 2 | -4/+18 |
| * | - break out unicode tests to a varchar + a text test, add a requires | Mike Bayer | 2012-10-15 | 2 | -18/+28 |
| * | fix for pypy/jython gc_collect | Mike Bayer | 2012-10-15 | 1 | -2/+2 |
| * | - 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 | 3 | -0/+110 |
| * | - [feature] Added "collation" parameter to all | Mike Bayer | 2012-10-10 | 1 | -0/+6 |
| * | - [feature] Added TIME type to mysql dialect, | Mike Bayer | 2012-10-10 | 1 | -1/+1 |
| * | missing with_statement | Mike Bayer | 2012-10-08 | 1 | -0/+2 |