summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing/provision.py
Commit message (Expand)AuthorAgeFilesLines
* - bzzt, fix the base _post_configure_engine() call to not failMike Bayer2015-09-291-1/+1
* - limit the search for schemas to not include "temp", which is sort of an imp...Mike Bayer2015-09-281-3/+28
* - db_opts doesn't need to be a global since we no longer have any globalMike Bayer2015-07-171-1/+2
* - Added a new dialect flag to the MSSQL dialectMike Bayer2015-05-241-0/+11
* cleanup exception handling - use new exception hierarchy (since python 2.5)pr/140ndparker2014-10-021-15/+5
* improve exception vs. exit handlingndparker2014-09-231-0/+10
* - remove some crufty old testing optionsMike Bayer2014-09-141-0/+189