summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/engine/base.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Documentation updates for ResultProxy -> ResultMike Bayer2020-05-011-10/+10
* Create initial 2.0 engine implementationMike Bayer2020-04-161-90/+226
* Set up absolute references for create_engine and relatedMike Bayer2020-04-141-15/+18
* Run search and replace of symbolic module namesMike Bayer2020-04-141-173/+220
* Remove code deprecated before version 1.1Federico Caselli2020-04-091-13/+0
* Try to measure new style caching in the ORM, take twoMike Bayer2020-04-011-4/+16
* Convert schema_translate to a post compileMike Bayer2020-03-241-43/+25
* Deprecate plain string in execute and introduce `exec_driver_sql`Federico Caselli2020-03-211-19/+92
* Rework select(), CompoundSelect() in terms of CompileStateMike Bayer2020-03-101-9/+17
* Run handle_error for any exceptions raised in execute_context()Mike Bayer2020-03-031-30/+31
* Ensure all nested exception throws have a causeMike Bayer2020-03-021-11/+20
* Result initial introductionMike Bayer2020-02-211-6/+3
* Deprecate connection branchingMike Bayer2020-02-211-1/+16
* Query linter optionAlessio Bogon2020-01-221-0/+4
* happy new yearMike Bayer2020-01-011-1/+1
* Clarify isolation_level documentationMike Bayer2019-10-151-20/+14
* pass executemany context to _repr_paramsMike Bayer2019-10-111-1/+10
* Remove deprecated extension and similar classesMike Bayer2019-10-061-4/+0
* Add hide_parameters flag to create_engineMike Bayer2019-08-221-3/+14
* Modernize internal reflectionMike Bayer2019-08-061-16/+58
* Remove threadlocal engine strategy, engine strategies pool threadlocalMike Bayer2019-07-151-63/+17
* Ensure .engine is part of Connectable interface, implement as descriptorMike Bayer2019-07-081-1/+4
* Don't discard inactive transaction until it is explicitly rolled backMike Bayer2019-06-101-15/+52
* Add getters for all execution_optionsDaniel Lister2019-01-251-0/+34
* Add deprecation warnings to all deprecated APIsMike Bayer2019-01-231-21/+21
* - pep8 fixMike Bayer2019-01-161-1/+2
* Convert most "See also" phrases into .. seealso::Mike Bayer2019-01-151-16/+28
* Remove version directives for 0.6, 0.7, 0.8Mike Bayer2019-01-151-11/+5
* happy new yearMike Bayer2019-01-111-1/+1