summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing
Commit message (Expand)AuthorAgeFilesLines
* - The "auto close" for :class:`.ResultProxy` is now a "soft" close.Mike Bayer2015-03-171-3/+6
* - copyright 2015Mike Bayer2015-03-1018-18/+18
* - expect_warnings was not expecting and neither was assert_warningsMike Bayer2015-02-192-29/+51
* - additional test adjustments for pypy / psycopg2cffi. ThisMike Bayer2015-01-261-0/+4
* - rework assertsql system, fixes #3293Mike Bayer2015-01-183-294/+242
* - add an exclusion here that helps with the case of 3rd partyMike Bayer2015-01-171-1/+2
* - The multi-values version of :meth:`.Insert.values` has beenMike Bayer2015-01-131-0/+3
* - more callcountsMike Bayer2015-01-051-2/+4
* - test failures:Mike Bayer2015-01-021-1/+0
* - repair drop_all_tablesMike Bayer2015-01-021-1/+1
* - restate sort_tables in terms of a more fine grainedMike Bayer2015-01-013-12/+60
* - force the _has_events flag to True on engines, so thatMike Bayer2014-12-081-0/+3
* - rework the assert_sql system so that we have a context manager to work with,Mike Bayer2014-12-073-33/+75
* - enhance only_on() to work with compound specsMike Bayer2014-12-062-1/+6
* - document / work around that dialect_options isn't necessarily thereMike Bayer2014-12-051-0/+2
* - The :meth:`.PGDialect.has_table` method will now query againstMike Bayer2014-12-041-0/+4
* Merge remote-tracking branch 'origin/pr/151' into pr151Mike Bayer2014-12-011-4/+4
|\
| * It now calls raise_from_causepr/151Scott Dugas2014-11-031-6/+4
| * Merge branch 'master' into fdbsql-testsScott Dugas2014-11-0311-81/+240
| |\
| * | 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
* | | - add a new option --force-write-profiles to rewrite profiles even if theyMike Bayer2014-11-252-3/+10
* | | - correct this to rewrite a multiple profile line correctlyMike Bayer2014-11-141-1/+5
| |/ |/|
* | 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
|/
* - 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