summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/engine/base.py
Commit message (Expand)AuthorAgeFilesLines
* restore statement substitution to before_execute()Mike Bayer2021-08-201-1/+6
* Replace all http:// links to https://Federico Caselli2021-07-041-3/+4
* Fix typo in _warn_for_legacy_exec_formatgordthompson2021-06-241-1/+1
* Add Executable to DefaultGeneratorMike Bayer2021-06-231-1/+1
* Add asyncio.TimeoutError as an exit exceptionMike Bayer2021-06-071-2/+1
* unify transactional context managersMike Bayer2021-05-051-21/+25
* restore legacy begin_nested()->root transaction behaviorMike Bayer2021-05-021-17/+83
* Add new "sync once" mode for pool.connectMike Bayer2021-04-211-1/+2
* Update run_callable depr warn to suggest .begin()Gord Thompson2021-04-081-1/+1
* Run trans.close() at end of block if transaction already inactiveMike Bayer2021-03-301-8/+36
* Reword deprecation message for Connection.run_callable()Mike Bayer2021-03-161-1/+2
* documentation updatesMike Bayer2021-03-151-5/+12
* Document NestedTransactionMike Bayer2021-03-141-5/+68
* Replace reset_agent with direct call from connectionMike Bayer2021-03-061-32/+9
* Clarify COMMIT/ROLLBACK logging when autocommit is turned onMike Bayer2021-03-051-7/+29
* Implement per-connection logging tokenMike Bayer2021-02-031-9/+52
* Guard against re-entrant autobegin in Core, ORMMike Bayer2021-01-151-1/+2
* reinvent xdist hooks in terms of pytest fixturesMike Bayer2021-01-131-8/+10
* happy new yearMike Bayer2021-01-041-1/+1
* Emit 2.0 deprecation warning for sub-transactionsMike Bayer2020-12-141-0/+10
* correct for "autocommit" deprecation warningMike Bayer2020-12-111-3/+13
* Genericize setinputsizes and support pyodbcMike Bayer2020-10-161-0/+3
* generalize scoped_session proxying and apply to asyncio elementsMike Bayer2020-10-101-11/+19
* upgrade to black 20.8b1Mike Bayer2020-09-281-9/+9
* new docs WIPMike Bayer2020-09-241-3/+3
* Create a framework to allow all SQLALCHEMY_WARN_20 to passMike Bayer2020-09-161-0/+1
* Merge "Update session.execute() and related documentation"mike bayer2020-09-131-6/+6
|\
| * Update session.execute() and related documentationMike Bayer2020-09-131-6/+6
* | Deprecate engine-wise ss cursors; repair mariadbconnectorMike Bayer2020-09-131-2/+7
|/
* Emit v2.0 deprecation warning for "implicit autocommit"Gord Thompson2020-08-281-1/+10
* make URL immutableMike Bayer2020-08-251-1/+1
* normalize execute style for events, 2.0Mike Bayer2020-08-201-50/+137
* Implement rudimentary asyncio support w/ asyncpgMike Bayer2020-08-131-1/+6
* more docs for autocommit isolation levelMike Bayer2020-07-121-10/+8
* Convert remaining ORM APIs to support 2.0 styleMike Bayer2020-07-111-0/+34
* Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-081-1/+0
* introduce deferred lambdasMike Bayer2020-07-031-0/+1
* Merge "Fix a wide variety of typos and broken links"mike bayer2020-06-261-6/+6
|\
| * Fix a wide variety of typos and broken linksaplatkouski2020-06-251-6/+6
* | Default psycopg2 executemany mode to "values_only"Mike Bayer2020-06-251-3/+3
|/
* Warn when transaction context manager ends on inactive transactionMike Bayer2020-06-121-3/+6
* Turn on caching everywhere, add loggingMike Bayer2020-06-101-56/+49
* callcount reductions and refinement for cached queriesMike Bayer2020-05-281-54/+105
* Convert execution to move through SessionMike Bayer2020-05-251-29/+33
* Unify Query and select() , move all processing to compile phaseMike Bayer2020-05-241-0/+7
* Structural / performance refinementsMike Bayer2020-05-221-13/+17
* Performance fixes for new result setMike Bayer2020-05-211-1/+3
* Update transaction / connection handlingMike Bayer2020-05-171-261/+446
* Actively unset reset agent in discard transactionMike Bayer2020-05-141-15/+3
* Assert reset agent always set correctly and is activeMike Bayer2020-05-131-3/+21