summaryrefslogtreecommitdiff
path: root/test/engine/test_logging.py
Commit message (Expand)AuthorAgeFilesLines
* Clean up most py3k compatFederico Caselli2021-11-241-25/+10
* fully implement future engine and remove legacyMike Bayer2021-11-071-11/+12
* Replace reset_agent with direct call from connectionMike Bayer2021-03-061-6/+6
* Clarify COMMIT/ROLLBACK logging when autocommit is turned onMike Bayer2021-03-051-0/+85
* Implement per-connection logging tokenMike Bayer2021-02-031-0/+71
* reinvent xdist hooks in terms of pytest fixturesMike Bayer2021-01-131-8/+8
* correct for "autocommit" deprecation warningMike Bayer2020-12-111-21/+35
* Enable pypy tests on github workflowFederico Caselli2020-10-021-0/+3
* Update select usage to use the new 1.4 formatFederico Caselli2020-09-081-12/+12
* Implement rudimentary asyncio support w/ asyncpgMike Bayer2020-08-131-2/+2
* Turn on caching everywhere, add loggingMike Bayer2020-06-101-9/+14
* Create initial 2.0 engine implementationMike Bayer2020-04-161-2/+2
* Deprecate plain string in execute and introduce `exec_driver_sql`Federico Caselli2020-03-211-15/+29
* Fix tests failing for SQLite file databases; repair provisioningGord Thompson2020-03-131-3/+5
* pass executemany context to _repr_paramsMike Bayer2019-10-111-2/+132
* Add hide_parameters flag to create_engineMike Bayer2019-08-221-0/+62
* Include newlines in StatementError formattingNate Clark2019-02-201-5/+5
* Post black reformattingMike Bayer2019-01-061-4/+7
* Run black -l 79 against all source filesMike Bayer2019-01-061-111/+89
* Refactor pool.py into a packageMike Bayer2018-07-091-2/+2
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-3/+4
* Support python3.6Mike Bayer2017-01-131-10/+10
* - handle parameter sets that aren't correctly formed, so thatMike Bayer2016-02-171-1/+27
* - do the trailing comma logic of tuple repr() exactlyMike Bayer2016-02-171-0/+18
* - All string formatting of bound parameter sets and result rows forMike Bayer2016-02-171-1/+85
* - Exception messages have been spiffed up a bit. The SQL statementMike Bayer2014-10-171-3/+5
* - Fixed bug in connection pool logging where the "connection checked out"Mike Bayer2014-08-201-2/+83
* - pep8 cleanupMike Bayer2014-08-201-24/+13
* - ensure all tests are named test_*Mike Bayer2014-07-301-3/+3
* - rename __multiple__ to __backend__, and apply __backend__ to a large number...Mike Bayer2014-03-241-0/+255