summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/engine/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* 2.0 removals: LegacyRow, connectionless execution, close_with_resultMike Bayer2021-10-311-2/+0
* Surface driver connection object when using a proxied dialectFederico Caselli2021-09-171-0/+1
* Replace all http:// links to https://Federico Caselli2021-07-041-1/+1
* Restore ResultProxy name to sqlalchemy.engineMike Bayer2021-03-231-0/+1
* fix __all__Mike Bayer2021-03-201-3/+0
* Import inspector in engine initFederico Caselli2021-03-191-0/+1
* Ignore flake8 F401 on specific filesFederico Caselli2021-03-031-38/+38
* happy new yearMike Bayer2021-01-041-1/+1
* make URL immutableMike Bayer2020-08-251-0/+2
* Break scalars() and mappings() into separate objectsMike Bayer2020-08-121-0/+2
* Documentation updates for ResultProxy -> ResultMike Bayer2020-05-011-0/+4
* Propose Result as immediate replacement for ResultProxyMike Bayer2020-05-011-20/+12
* Fix almost all read-level sphinx warningsMike Bayer2020-04-111-0/+1
* Result initial introductionMike Bayer2020-02-211-0/+13
* Reorganize core event modules to avoid import cyclesMike Bayer2020-01-211-0/+1
* happy new yearMike Bayer2020-01-011-1/+1
* Run row value processors up frontMike Bayer2019-10-011-2/+2
* Remove threadlocal engine strategy, engine strategies pool threadlocalMike Bayer2019-07-151-439/+4
* Improve documentation for connection pool loggingjaskiratsingh2019-04-051-11/+23
* black reformattingMike Bayer2019-03-081-0/+1
* Remove convert_unicode nodes and add version for deprecationMike Bayer2019-03-081-38/+5
* Add deprecation warnings to all deprecated APIsMike Bayer2019-01-231-0/+7
* Remove version directives for 0.6, 0.7, 0.8Mike Bayer2019-01-151-4/+0
* happy new yearMike Bayer2019-01-111-1/+1
* Post black reformattingMike Bayer2019-01-061-38/+28
* Run black -l 79 against all source filesMike Bayer2019-01-061-17/+13
* Rewrite the convert_unicode docs and add tons of dragonsMike Bayer2018-12-211-14/+39
* Add LIFO for connection poolingTaem Park2018-09-181-0/+15
* Fix links and update verbiage for reset_on_returnMike Bayer2018-08-281-6/+7
* Allow multiple plugin namesMike Bayer2018-02-131-0/+5
* happy new yearMike Bayer2018-01-121-1/+1
* - modernize the mysql connection timeout docsMike Bayer2017-08-221-0/+4
* Integrate "pre-ping" into connection pool.Mike Bayer2017-03-201-0/+10
* Add "empty in" strategies; default to "static"Mike Bayer2017-03-141-0/+18
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* spelling: Postgresql -> PostgreSQLVille Skyttä2016-10-081-2/+2
* Fix some broken links in docspr/255Ville Skyttä2016-04-041-1/+1
* - happy new yearMike Bayer2016-01-291-1/+1
* - Added a new entrypoint system to the engine to allow "plugins" toMike Bayer2016-01-061-1/+2
* Add a lot more detailEric Siegerman2015-09-231-3/+22
* Add some markupEric Siegerman2015-09-231-2/+2
* A few minor rewordingsEric Siegerman2015-09-231-3/+3
* - Fixed bug where known boolean values used byMike Bayer2015-05-261-3/+3
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - A warning is emitted if the ``isolation_level`` parameter is usedMike Bayer2015-02-041-0/+2
* - Added new user-space accessors for viewing transaction isolationMike Bayer2015-01-201-1/+11
* correctionsMike Bayer2014-12-271-0/+1
* - in lieu of adding a new system of translating bound parameter namesMike Bayer2014-11-101-0/+11
* - rewrite all the sqlite/pysqlite transaction isolation docsMike Bayer2014-08-091-0/+16
* PEP8 style fixesBrian Jarrett2014-07-131-4/+4