summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing
Commit message (Expand)AuthorAgeFilesLines
* It now calls raise_from_causepr/151Scott Dugas2014-11-031-6/+4
* Merge branch 'master' into fdbsql-testsScott Dugas2014-11-0311-81/+240
|\
| * Merge remote-tracking branch 'origin/pr/140' into pr140Mike Bayer2014-10-112-9/+5
| |\
| | * cleanup exception handling - use new exception hierarchy (since python 2.5)pr/140ndparker2014-10-022-19/+5
| | * improve exception vs. exit handlingndparker2014-09-231-0/+10
| * | add more order by hereMike Bayer2014-10-111-1/+1
| * | - embedding an existing predicate into a new one onlyMike Bayer2014-10-111-2/+1
| * | - change this literal so that the bound name doesn't have a numericMike Bayer2014-10-111-2/+2
| * | - :meth:`.Insert.from_select` now includes Python and SQL-expressionMike Bayer2014-10-101-1/+36
| * | Merge branch 'reflect-unique-constraints' of https://bitbucket.org/jerdfelt/s...Mike Bayer2014-10-041-4/+9
| |\ \ | | |/ | |/|
| | * Reflect unique constraints when reflecting a Table objectJohannes Erdfelt2014-09-171-4/+9
| * | - Added support for the Oracle table option ON COMMIT. This is beingMike Bayer2014-09-171-5/+17
| |/
| * - Added :meth:`.Inspector.get_temp_table_names` andMike Bayer2014-09-172-0/+92
| * - raise from cause here to preserve stack traceMike Bayer2014-09-161-1/+1
| * - fix issue where nose Failure object comes into play hereMike Bayer2014-09-151-0/+2
| * - remove some crufty old testing optionsMike Bayer2014-09-146-68/+86
* | Removed accidental print statementsScott Dugas2014-10-301-2/+0
* | Forgot to update usage of ex to exc_valueScott Dugas2014-10-231-1/+1
* | Print useful traceback on errorScott Dugas2014-10-231-4/+6
* | Support additional args/kwargs on cursor methodScott Dugas2014-10-221-4/+6
|/
* - ensure literal_binds works with LIMIT clause, FOR UPDATEMike Bayer2014-09-031-0/+15
* - The :func:`~.expression.column` and :func:`~.expression.table`Mike Bayer2014-09-011-1/+1
* - refine this a bit to better check for exception typeMike Bayer2014-08-311-7/+8
* - A new style of warning can be emitted which will "filter" up toMike Bayer2014-08-314-101/+76
* - clean up zoomark a little and try to get new profiles writtenMike Bayer2014-08-301-5/+10
* - Made a small adjustment to the mechanics of lazy loading,Mike Bayer2014-08-281-1/+3
* - oldest screwup in the book, forgot the fileMike Bayer2014-08-161-0/+167
* - rework profiling, zoomark tests into single tests so thatMike Bayer2014-08-162-250/+78
* - max failures 25Mike Bayer2014-08-161-0/+3
* - clean up provision and keep sqlite on memory DBs if thats what we start withMike Bayer2014-08-151-10/+7
* - modify how class state is tracked here as it seems like thingsMike Bayer2014-08-151-5/+6
* - repair against use hereMike Bayer2014-08-141-2/+3
* Merge branch 'pr126'Mike Bayer2014-08-131-1/+9
|\
| * - public method name is get_enums()Mike Bayer2014-08-131-1/+9
* | - use configured test_schema hereMike Bayer2014-08-081-12/+14
* | - have python setup.py test use xdist with -qMike Bayer2014-08-081-1/+1
|/
* - repair test finding to not skip the test_suite testsMike Bayer2014-07-302-2/+1
* fix test ordering issuesMike Bayer2014-07-271-0/+2
* - remove print statementMike Bayer2014-07-271-3/+4
* - remove debugging assertionsMike Bayer2014-07-272-9/+5
* - add support for tags, including include/exclude support.Mike Bayer2014-07-276-37/+168
* - scale up for mysql, sqliteMike Bayer2014-07-264-42/+181
* Merge branch 'master' into xdist_pocMike Bayer2014-07-264-138/+203
|\
| * - rework the exclusions system to have much better support for compoundMike Bayer2014-07-264-138/+203
* | - use a template database for PG so extensions get created automaticallyMike Bayer2014-07-251-4/+7
* | - proof of concept for parallel testingMike Bayer2014-07-255-13/+96
|/
* - more pg8000 tests passingMike Bayer2014-07-251-0/+8
* - allow 10 stray connections that need a gcMike Bayer2014-07-221-4/+7
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-2028-533/+601
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-0918-18/+36