summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing/suite
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-051-0/+28
* Merge pull request #13 from malor/fix_indexes_reflectionmike bayer2013-06-261-1/+6
* - 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-241-2/+2
* - fix exclusion hereMike Bayer2013-02-061-7/+3
* port numeric tests to dialect suiteMike Bayer2013-02-061-1/+143
* - adding in requirementsMike Bayer2013-02-062-2/+65
* - cleanup HasSequence and move it to test_sequencesMike Bayer2013-02-062-42/+58
* - add an explicit test for sequences "optional"Mike Bayer2013-02-061-0/+16
* - add an "empty_inserts" requirement target plus a suite testMike Bayer2013-02-064-0/+143
* - use SQL constructs here for databases that need to escape names like "data"Mike Bayer2013-01-271-5/+4
* just a pep8 pass of lib/sqlalchemy/testing/Diana Clarke2012-11-195-16/+19
* 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-121-2/+110
* - rework the sphinx customizations into distinct modulesMike Bayer2012-10-191-2/+9
* - break out unicode tests to a varchar + a text test, add a requiresMike Bayer2012-10-151-18/+21
* - create new sqlalchemy.testing.suite.test_types, starting with Unicode round...Mike Bayer2012-10-102-0/+95
* - add back __engine_options__Mike Bayer2012-10-041-8/+38
* - test updatesMike Bayer2012-10-042-21/+54
* - requirementsMike Bayer2012-10-031-2/+4
* - fix the fixture here that wasn't creating consistentlyMike Bayer2012-10-011-2/+3
* allow variability hereMike Bayer2012-09-301-0/+7
* mssql: - [bug] Fixed bug where reflection of primary key constraintMike Bayer2012-09-302-2/+2
* 2.5 supportMike Bayer2012-09-303-4/+9
* mergeMike Bayer2012-09-291-2/+0
* - rework component reflection test so that usual framework hooks can be usedMike Bayer2012-09-291-59/+49
* devMike Bayer2012-09-291-153/+149
* - more tests, move some tests out of test_reflection, test_queryMike Bayer2012-09-277-67/+605
* tweaksMike Bayer2012-09-271-0/+6
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-275-0/+108