summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing
Commit message (Expand)AuthorAgeFilesLines
* - use inline=True for the insert..select here so it works on oracleMike Bayer2013-07-121-2/+2
* - Added new method to the :func:`.insert` constructMike Bayer2013-07-052-0/+34
* - replace most explicitly-named test objects called "Mock..." withMike Bayer2013-06-302-0/+17
* improve the close handling here so that we don't double-close a connection;Mike Bayer2013-06-281-5/+8
* Merge pull request #13 from malor/fix_indexes_reflectionmike bayer2013-06-261-1/+6
* - Fixed bug in unit of work whereby a joined-inheritanceMike Bayer2013-04-012-5/+4
* - add a nose runner that erases out argv, otherwiseMike Bayer2013-03-252-1/+10
* - limit some of these on views, indexes, pk constraints being availableMike Bayer2013-03-241-2/+8
* - add an event to testing so that other dialects can intercept "test_needs_au...Mike Bayer2013-03-242-11/+20
* - remove all compat items that are pre-2.5 (hooray)Mike Bayer2013-03-092-4/+3
* mymysql dialectHajime Nakagami2013-03-011-1/+1
* - fix exclusion hereMike Bayer2013-02-062-8/+5
* port numeric tests to dialect suiteMike Bayer2013-02-062-1/+181
* - adding in requirementsMike Bayer2013-02-064-3/+110
* - add support for pulling in an external requirements fileMike Bayer2013-02-062-6/+68
* - cleanup HasSequence and move it to test_sequencesMike Bayer2013-02-062-42/+58
* - add an explicit test for sequences "optional"Mike Bayer2013-02-062-1/+27
* - add an "empty_inserts" requirement target plus a suite testMike Bayer2013-02-065-0/+153
* - use SQL constructs here for databases that need to escape names like "data"Mike Bayer2013-01-271-5/+4
* - preparing for #695, modernize constraint/index testsMike Bayer2013-01-161-4/+9
* Fixed table reflection for Oracle when accessing a synonym that refersMike Bayer2012-12-091-2/+8
* internally at least refer to multirow as "multivalues", to distinguish betweenMike Bayer2012-12-081-2/+2
* - multivalued inserts, [ticket:2623]Mike Bayer2012-12-081-0/+11
* juts a 'expected 2 blank lines' pep8 passDiana Clarke2012-11-191-1/+16
* just a pep8 pass of lib/sqlalchemy/testing/Diana Clarke2012-11-198-17/+96
* just a pep8 pass of lib/sqlalchemy/testing/Diana Clarke2012-11-1912-47/+93
* - hstore adjustmentsMike Bayer2012-11-171-4/+4
* fix some oracle-related tests, but still need to fix unhashable_types testMike Bayer2012-11-121-2/+2
* - support "fails_if" requirements as __requires__; so far this just skips, do...Mike Bayer2012-11-123-3/+166
* - rework the sphinx customizations into distinct modulesMike Bayer2012-10-192-4/+18
* - break out unicode tests to a varchar + a text test, add a requiresMike Bayer2012-10-152-18/+28
* fix for pypy/jython gc_collectMike Bayer2012-10-151-2/+2
* - add some UPDATE..FROM tests and also some new reqsMike Bayer2012-10-121-0/+21
* - create new sqlalchemy.testing.suite.test_types, starting with Unicode round...Mike Bayer2012-10-103-0/+110
* - [feature] Added "collation" parameter to allMike Bayer2012-10-101-0/+6
* - [feature] Added TIME type to mysql dialect,Mike Bayer2012-10-101-1/+1
* missing with_statementMike Bayer2012-10-081-0/+2
* - add a nifty contextmanager form of assert_execution/assert_statement_countMike Bayer2012-10-081-0/+11
* - [feature] Various API tweaks to the "dialect"Mike Bayer2012-10-081-6/+16
* - add back __engine_options__Mike Bayer2012-10-044-15/+79
* - connect immediately on _create_testing_engine to initialize dialect capabil...Mike Bayer2012-10-042-1/+1
* - don't call get_lastrowid() on explicit returningMike Bayer2012-10-043-2/+10
* - test updatesMike Bayer2012-10-044-49/+102
* - requirementsMike Bayer2012-10-033-3/+24
* - fix the fixture here that wasn't creating consistentlyMike Bayer2012-10-012-14/+22
* allow variability hereMike Bayer2012-09-301-0/+7
* mssql: - [bug] Fixed bug where reflection of primary key constraintMike Bayer2012-09-302-2/+2
* put this inside a main()Mike Bayer2012-09-301-1/+2
* consolidate config into noseplugin, remove the dupe, load noseplugin using im...Mike Bayer2012-09-302-205/+192
* 2.5 supportMike Bayer2012-09-303-4/+9