| Commit message (Expand) | Author | Age | Files | Lines |
| * | - 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 |
| * | - add a nifty contextmanager form of assert_execution/assert_statement_count | Mike Bayer | 2012-10-08 | 1 | -0/+11 |
| * | - [feature] Various API tweaks to the "dialect" | Mike Bayer | 2012-10-08 | 1 | -6/+16 |
| * | - add back __engine_options__ | Mike Bayer | 2012-10-04 | 4 | -15/+79 |
| * | - connect immediately on _create_testing_engine to initialize dialect capabil... | Mike Bayer | 2012-10-04 | 2 | -1/+1 |
| * | - don't call get_lastrowid() on explicit returning | Mike Bayer | 2012-10-04 | 3 | -2/+10 |
| * | - test updates | Mike Bayer | 2012-10-04 | 4 | -49/+102 |
| * | - requirements | Mike Bayer | 2012-10-03 | 3 | -3/+24 |
| * | - fix the fixture here that wasn't creating consistently | Mike Bayer | 2012-10-01 | 2 | -14/+22 |
| * | allow variability here | Mike Bayer | 2012-09-30 | 1 | -0/+7 |
| * | mssql: - [bug] Fixed bug where reflection of primary key constraint | Mike Bayer | 2012-09-30 | 2 | -2/+2 |
| * | put this inside a main() | Mike Bayer | 2012-09-30 | 1 | -1/+2 |
| * | consolidate config into noseplugin, remove the dupe, load noseplugin using im... | Mike Bayer | 2012-09-30 | 2 | -205/+192 |
| * | 2.5 support | Mike Bayer | 2012-09-30 | 3 | -4/+9 |