summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing
Commit message (Expand)AuthorAgeFilesLines
* - add copyright to source files missing itMike Bayer2013-10-2617-1/+98
* - use a different approach here since oracle isn't doing it either, just roun...Mike Bayer2013-10-211-3/+6
* - oursql returns a pure FP here which isn't exactMike Bayer2013-10-211-1/+2
* - The typing system now handles the task of rendering "literal bind" values,Mike Bayer2013-10-203-8/+113
* The MySQL :class:`.mysql.SET` type now features the same auto-quotingMike Bayer2013-10-142-22/+28
* - fix bug here in profiling.pyMike Bayer2013-08-281-11/+11
* - rework the profile thing to just rewrite all failing numbers when --write-p...Mike Bayer2013-08-281-6/+18
* - ensure rowcount is returned for an UPDATE with no implicit returningMike Bayer2013-08-251-2/+2
* - A large refactoring of the ``sqlalchemy.sql`` package has reorganizedMike Bayer2013-08-121-0/+2
* - assorted fixes raised by pypy 2.1beta2, but all of which are goodMike Bayer2013-08-011-2/+3
* - 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
* add a float exclusion to help oursql build 100%Mike Bayer2013-07-022-0/+10
* - 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-3/+5
* Fix indexes reflection in PostgreSQLpr/13Roman Podolyaka2013-06-261-1/+6
* Merge pull request #11 from malor/fix_uc_reflectionmike bayer2013-06-231-3/+8
|\
| * Fix unique constraints reflection in PostgreSQLpr/11Roman Podolyaka2013-06-231-2/+2
| * Fix unique constraints reflection in SQLiteRoman Podolyaka2013-06-231-0/+4
| * Improve _test_get_unique_constraints()Roman Podolyaka2013-06-231-1/+2
* | Fix unicode literals on Python 3.1 and 3.2pr/10Roman Podolyaka2013-06-231-1/+2
|/
* - get_unique_constraints() pull requestMike Bayer2013-06-092-1/+49
* remove all remaining start/end py2k/py3k blocksMike Bayer2013-06-071-8/+8
* Merge branch 'ticket_2587'Mike Bayer2013-06-041-5/+10
|\
| * clean up the dialect selection thing hereMike Bayer2013-06-041-8/+12
| * working through tests....Mike Bayer2013-06-021-6/+7
* | Merge branch 'master' into ticket_1068Mike Bayer2013-06-031-4/+4
|\ \
| * | - fdb is now official, [ticket:2504]Mike Bayer2013-06-031-4/+4
| |/
* | Merge branch 'master' into ticket_1068Mike Bayer2013-06-0315-90/+99
|\ \ | |/
| * - zoomark testsMike Bayer2013-05-261-1/+1
| * a pass where we try to squash down as many list()/keys() combinationsMike Bayer2013-05-263-25/+23
| * fix the unicode test suiteMike Bayer2013-05-261-7/+8
| * test_execute up for sqlite, pg, oursql, mysql 2.7 + 3.3Mike Bayer2013-05-041-1/+1
| * - endless isinstance(x, str)s....Mike Bayer2013-04-284-21/+29
| * - the raw 2to3 runMike Bayer2013-04-2715-92/+94
* | still not locating more nested expressions, may need to match on nameMike Bayer2013-05-272-0/+84
|/
* - 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