summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/engine/util.py
Commit message (Expand)AuthorAgeFilesLines
* Replace c extension with cython versions.workflow_test_cythonFederico Caselli2021-12-171-54/+7
* contextmanager skips rollback if trans says to skip itMike Bayer2021-12-061-2/+21
* Clean up most py3k compatFederico Caselli2021-11-241-1/+2
* Remove object in class definitionFederico Caselli2021-11-221-1/+1
* fully implement future engine and remove legacyMike Bayer2021-11-071-98/+24
* Check for Mapping explicitly in 2.0 paramsMike Bayer2021-11-041-3/+3
* Replace all http:// links to https://Federico Caselli2021-07-041-1/+1
* unify transactional context managersMike Bayer2021-05-051-0/+79
* Minor optimization to the codeFederico Caselli2021-02-181-59/+45
* happy new yearMike Bayer2021-01-041-1/+1
* Create a framework to allow all SQLALCHEMY_WARN_20 to passMike Bayer2020-09-161-1/+0
* normalize execute style for events, 2.0Mike Bayer2020-08-201-10/+63
* perf tweaksMike Bayer2020-06-191-2/+7
* Create initial 2.0 engine implementationMike Bayer2020-04-161-0/+32
* happy new yearMike Bayer2020-01-011-1/+1
* happy new yearMike Bayer2019-01-111-1/+1
* Post black reformattingMike Bayer2019-01-061-3/+3
* Run black -l 79 against all source filesMike Bayer2019-01-061-5/+11
* happy new yearMike Bayer2018-01-121-1/+1
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* - happy new yearMike Bayer2016-01-291-1/+1
* - copyright 2015Mike Bayer2015-03-101-1/+1
* PEP8 style fixesBrian Jarrett2014-07-131-1/+2
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* - happy new yearMike Bayer2014-01-051-1/+1
* - The :func:`.engine_from_config` function has been improved so thatMike Bayer2013-12-071-22/+0
* happy new year (see #2645)Diana Clarke2013-01-011-1/+1
* just a pep8 pass of lib/sqlalchemy/engine/Diana Clarke2012-11-191-2/+3
* - add new C extension "utils", so far includes distill_paramsMike Bayer2012-08-071-40/+48
* - break out engine/base.py into base, interfaces, result, util.Mike Bayer2012-08-071-0/+85