summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing
Commit message (Expand)AuthorAgeFilesLines
* - rewrite SQLite reflection tests into one consistent fixture, which testsMike Bayer2014-02-161-3/+6
* - Fixed bug where :class:`.AbstractConcreteBase` would fail to beMike Bayer2014-02-111-2/+6
* - Added a new feature which allows automated naming conventions to beMike Bayer2014-02-011-0/+18
* add a skip for oracle on thisMike Bayer2014-02-011-0/+24
* - repair the fixture/test here to make sure state isn't left over causing oth...Mike Bayer2014-01-271-1/+1
* - repair signature for base get_unique_constraints() methodMike Bayer2014-01-201-0/+1
* - _cursor_execute() will close the cursor on error; oracle doesn't allow doub...Mike Bayer2014-01-131-2/+2
* - continue with [ticket:2907] and further clean up how we set upMike Bayer2014-01-131-1/+5
* - fix some function mismatch in profilingMike Bayer2014-01-091-6/+3
* - happy new yearMike Bayer2014-01-0517-17/+17
* - support addition of fails_if()/only_on(), just wraps the decoratorsMike Bayer2014-01-021-0/+5
* - apply a similar fix for floats to mssql+pyodbc as we did to firebirdMike Bayer2013-12-282-4/+30
* - fix the insert from select test to use a non-autoinc tableMike Bayer2013-12-281-4/+8
* - actually check the list of views!Mike Bayer2013-12-271-0/+1
* - add a test which creates tables and views at the same time, then tests that...Mike Bayer2013-12-271-0/+6
* - repair some suite tests for firebirdMike Bayer2013-12-272-1/+29
* - enhance the exclusions system to support database versions within the __onl...Mike Bayer2013-12-172-7/+17
* - add support for specifying tables or entities for "of"Mike Bayer2013-11-281-2/+2
* - The precision used when coercing a returned floating point value toMike Bayer2013-11-222-0/+18
* adjustment to work on py3k as wellMike Bayer2013-11-211-1/+3
* - Fixed bug which prevented the ``serializer`` extension from workingMike Bayer2013-11-211-1/+1
* - 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
|\ \ | |/