summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/future/engine.py
Commit message (Expand)AuthorAgeFilesLines
* fully implement future engine and remove legacyMike Bayer2021-11-071-413/+3
* use full context manager flow for future.Engine.begin()Mike Bayer2021-11-011-17/+4
* unify transactional context managersMike Bayer2021-05-051-6/+2
* restore legacy begin_nested()->root transaction behaviorMike Bayer2021-05-021-43/+28
* documentation updatesMike Bayer2021-03-151-4/+13
* reinvent xdist hooks in terms of pytest fixturesMike Bayer2021-01-131-6/+9
* Update session.execute() and related documentationMike Bayer2020-09-131-1/+1
* Implement rudimentary asyncio support w/ asyncpgMike Bayer2020-08-131-1/+18
* Fix a wide variety of typos and broken linksaplatkouski2020-06-251-2/+2
* Update transaction / connection handlingMike Bayer2020-05-171-19/+1
* Fix links in future engine to refer to engine.ResultMike Bayer2020-05-021-4/+4
* Documentation updates for ResultProxy -> ResultMike Bayer2020-05-011-1/+1
* Create initial 2.0 engine implementationMike Bayer2020-04-161-0/+434