summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing/engines.py
Commit message (Expand)AuthorAgeFilesLines
* provide connectionfairy on initializeMike Bayer2021-11-291-2/+31
* Clean up most py3k compatFederico Caselli2021-11-241-2/+0
* Remove object in class definitionFederico Caselli2021-11-221-4/+4
* fully implement future engine and remove legacyMike Bayer2021-11-071-30/+0
* Surface driver connection object when using a proxied dialectFederico Caselli2021-09-171-1/+1
* Replace all http:// links to https://Federico Caselli2021-07-041-1/+1
* Add new "sync once" mode for pool.connectMike Bayer2021-04-211-2/+13
* Add support for aiosqliteFederico Caselli2021-03-241-1/+13
* Create explicit GC ordering between ConnectionFairy/ConnectionRecordMike Bayer2021-01-151-0/+14
* reinvent xdist hooks in terms of pytest fixturesMike Bayer2021-01-131-79/+100
* happy new yearMike Bayer2021-01-041-1/+1
* remove metadata.bind use from test suiteMike Bayer2021-01-031-1/+1
* Repair async test refactorMike Bayer2021-01-021-4/+12
* Support testing of async drivers without fallback modeFederico Caselli2020-12-301-4/+2
* Don't link on_connect to first_connect event handlerMike Bayer2020-08-071-0/+3
* Create initial 2.0 engine implementationMike Bayer2020-04-161-2/+5
* Fix databases -> dialectsMike Bayer2020-04-011-1/+1
* Deprecate the databases packagesFederico Caselli2020-02-281-2/+2
* Do away with pool._refsMike Bayer2020-02-011-6/+6
* Remove jython code, remove all jython / pypy symbolsMike Bayer2020-01-171-1/+1
* happy new yearMike Bayer2020-01-011-1/+1
* Source base cleanupsMike Bayer2020-01-011-3/+1
* Remove threadlocal engine strategy, engine strategies pool threadlocalMike Bayer2019-07-151-3/+3
* Add deprecation warnings to all deprecated APIsMike Bayer2019-01-231-0/+3
* happy new yearMike Bayer2019-01-111-1/+1
* Post black reformattingMike Bayer2019-01-061-3/+5
* Run black -l 79 against all source filesMike Bayer2019-01-061-30/+30
* Don't call rollback on DBAPI connection that's "closed"Mike Bayer2018-10-141-0/+6
* happy new yearMike Bayer2018-01-121-1/+1
* Use config.db global opts as defaults for all testing_engine()Mike Bayer2017-03-221-0/+3
* Integrate "pre-ping" into connection pool.Mike Bayer2017-03-201-3/+19
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* - happy new yearMike Bayer2016-01-291-1/+1
* - repair that we use db_opts when the url here is different,Mike Bayer2015-06-191-3/+8
* - repair a regression caused by #3282, where we no longer wereMike Bayer2015-04-221-1/+8
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - 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-071-3/+0
* Merge branch 'master' into fdbsql-testsScott Dugas2014-11-031-4/+0
|\
| * cleanup exception handling - use new exception hierarchy (since python 2.5)pr/140ndparker2014-10-021-4/+0
* | Removed accidental print statementsScott Dugas2014-10-301-2/+0
* | Support additional args/kwargs on cursor methodScott Dugas2014-10-221-4/+6
|/
* - rework profiling, zoomark tests into single tests so thatMike Bayer2014-08-161-112/+0
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-201-18/+19
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-261-1/+1
* - Support has been added for pytest to run tests. This runnerMike Bayer2014-03-031-18/+2
* - _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
* - happy new yearMike Bayer2014-01-051-1/+1