summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/persistence.py
Commit message (Expand)AuthorAgeFilesLines
* happy new year 2023Mike Bayer2023-01-031-1/+1
* Ensure ORMInsert sets up bind stateMike Bayer2022-04-141-0/+8
* add template methods for ORMInsertMike Bayer2022-03-311-1/+26
* column_descriptions or equiv for DML, core selectMike Bayer2022-03-281-2/+54
* Skip PK returned as None for RETURNING, server side defaultMike Bayer2022-01-211-0/+25
* happy new year 2022Mike Bayer2022-01-061-1/+1
* revise _get_crud_kv_pairs from 18b4a3437Mike Bayer2021-10-191-40/+38
* process bulk_update_tuples before cache key or compilationMike Bayer2021-10-191-21/+66
* Handle mappings passed to ``execution_options``.Federico Caselli2021-08-261-1/+1
* Replace all http:// links to https://Federico Caselli2021-07-041-1/+1
* Allow update.returing() to work with from_statement()Mike Bayer2021-02-141-0/+5
* Further refine labeling for renamed columnsMike Bayer2021-02-121-1/+1
* Merge "Fix many spell glitches in docstrings and comments"mike bayer2021-01-261-1/+1
|\
| * Fix many spell glitches in docstrings and commentsLele Gaifax2021-01-241-1/+1
* | Replace with_labels() and apply_labels() in ORM/CoreGord Thompson2021-01-261-1/+4
* | Remove errant assertion from unit of workMike Bayer2021-01-241-1/+0
|/
* happy new yearMike Bayer2021-01-041-1/+1
* Don't load expired objects from evaluatorMike Bayer2020-10-211-3/+3
* Don't populate expired attrs w/ evaluatorMike Bayer2020-10-211-1/+4
* Ensure no compiler visit method tries to access .statementMike Bayer2020-10-191-6/+3
* use execute_20 to preserve compiled cacheMike Bayer2020-10-021-46/+51
* upgrade to black 20.8b1Mike Bayer2020-09-281-3/+6
* Support extra / single inh criteria with ORM update/deleteMike Bayer2020-08-301-15/+95
* See if the future is hereMike Bayer2020-08-281-1/+0
* Implement rudimentary asyncio support w/ asyncpgMike Bayer2020-08-131-1/+0
* Convert lazy loader, selectinload, load_on_ident to lambda statementsMike Bayer2020-08-051-1/+7
* Convert remaining ORM APIs to support 2.0 styleMike Bayer2020-07-111-9/+8
* Merge "Add future=True to create_engine/Session; unify select()"mike bayer2020-07-081-7/+8
|\
| * Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-081-7/+8
* | Ensure synchronize_session works with lambda statementsMike Bayer2020-07-051-6/+31
|/
* ORM executemany returningMike Bayer2020-06-271-39/+117
* Default psycopg2 executemany mode to "values_only"Mike Bayer2020-06-251-2/+2
* Propose using RETURNING for bulk updates, deletesMike Bayer2020-06-231-60/+190
* Turn on caching everywhere, add loggingMike Bayer2020-06-101-2/+7
* Convert bulk update/delete to new execution modelMike Bayer2020-06-061-263/+235
* Convert execution to move through SessionMike Bayer2020-05-251-2/+5
* Unify Query and select() , move all processing to compile phaseMike Bayer2020-05-241-29/+40
* Run search and replace of symbolic module namesMike Bayer2020-04-141-2/+2
* Simplified module pre-loading strategy and made it linter friendlyFederico Caselli2020-03-071-2/+3
* Ensure all nested exception throws have a causeMike Bayer2020-03-021-11/+20
* Remove needless clauseelement check for batchMike Bayer2020-02-241-3/+2
* Result initial introductionMike Bayer2020-02-211-2/+2
* Deprecate empty or_() and and_()Federico Caselli2020-01-251-12/+15
* happy new yearMike Bayer2020-01-011-1/+1
* Repair uncovered warning in persistnce.py; update versioning testsMike Bayer2019-12-311-2/+1
* Warn for object replaced in identity map during flushMike Bayer2019-10-041-1/+0
* Implement type-level sorting for Enum; apply to ORM primary keysNicolas CANIART2019-08-271-4/+7
* Fix typosMin ho Kim2019-07-211-1/+1
* Run PK/FK sync for multi-level inheritance w/ no intermediary updateMike Bayer2019-06-121-0/+18
* Implement new ClauseElement role and coercion systemMike Bayer2019-05-181-1/+3