summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/future
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
* Replace all http:// links to https://Federico Caselli2021-07-042-2/+2
* 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
* Ignore flake8 F401 on specific filesFederico Caselli2021-03-031-4/+4
* reinvent xdist hooks in terms of pytest fixturesMike Bayer2021-01-131-6/+9
* happy new yearMike Bayer2021-01-042-2/+2
* Update session.execute() and related documentationMike Bayer2020-09-131-1/+1
* Implement rudimentary asyncio support w/ asyncpgMike Bayer2020-08-132-1/+19
* Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-082-166/+1
* introduce deferred lambdasMike Bayer2020-07-031-0/+2
* Fix a wide variety of typos and broken linksaplatkouski2020-06-252-5/+5
* Turn on caching everywhere, add loggingMike Bayer2020-06-101-0/+1
* Improve rendering of core statements w/ ORM elementsMike Bayer2020-05-311-0/+4
* callcount reductions and refinement for cached queriesMike Bayer2020-05-281-0/+9
* Convert execution to move through SessionMike Bayer2020-05-251-9/+14
* Unify Query and select() , move all processing to compile phaseMike Bayer2020-05-242-2/+146
* 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
* Propose Result as immediate replacement for ResultProxyMike Bayer2020-05-012-306/+0
* Create initial 2.0 engine implementationMike Bayer2020-04-163-26/+593
* Set up absolute references for create_engine and relatedMike Bayer2020-04-141-4/+7
* Change ``orm.future`` to ``future.orm``Federico Caselli2020-04-082-1/+11
* Result initial introductionMike Bayer2020-02-212-1/+173
* Create initial future package, RemovedIn20WarningMike Bayer2020-02-121-0/+15