summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/persistence.py
Commit message (Expand)AuthorAgeFilesLines
* Warn instead of raise for unmapped column that matches on keyticket_4073Mike Bayer2017-09-101-4/+4
* Additional fixes to sane rowcountMike Bayer2017-08-311-2/+12
* Add new sane_rowcount_w_returning flagMike Bayer2017-08-311-9/+15
* Check for column object in eval_none, not propkeyMike Bayer2017-07-181-1/+1
* Add all versioning logic to _post_update()Mike Bayer2017-06-151-17/+93
* Re-send column value w/ onupdate default during post-updateMike Bayer2017-06-061-1/+1
* Implement _postfetch_post_update to expire/refresh onupdates in post_updateMike Bayer2017-06-051-5/+39
* detect and raise for version_id is NULLDiana Clarke2017-05-221-0/+5
* Detect no params w/ manual version_id counter and set to itselfMike Bayer2017-05-221-0/+7
* Add conditionals specific to deferred for expire ro propertiesMike Bayer2017-05-101-2/+10
* Support hybrids/composites with bulk updatesMike Bayer2017-03-221-49/+60
* New features from python 2.7Катаев Денис2017-03-171-1/+1
* Check for columns not part of mapping, correct mapping for eager_defaultsMike Bayer2017-02-091-4/+11
* Don't post-SELECT columns w/o a server default/onupdate for eager_defaultsMike Bayer2017-02-081-2/+6
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* Consider version_id_prop when emitting bulk UPDATEMike Bayer2016-11-101-1/+6
* Ensure attribute keys used for bulk update pk setMike Bayer2016-11-101-1/+1
* Rewrite migration notes for [ticket:3514]Mike Bayer2016-10-191-0/+6
* Check for __clause_element__() in ORM insert/updateMike Bayer2016-10-051-4/+8
* Allow SQL expressions to be set on PK columnsMike Bayer2016-09-201-9/+19
* Add "render_nulls" flag to bulk_insert as optional performance optimizationtsauerwein2016-06-061-4/+6
* - Fixed bug where a newly inserted instance that is rolled backMike Bayer2016-03-141-16/+18
* - happy new yearMike Bayer2016-01-291-1/+1
* - Added new parameter :paramref:`.orm.mapper.passive_deletes` toMike Bayer2016-01-201-0/+2
* - since we are mutating the statement in a loop, start withMike Bayer2015-12-141-3/+8
* - Fixed bug where :meth:`.Session.bulk_update_mappings` and relatedMike Bayer2015-12-141-1/+1
* - Fixed bug in :meth:`.Update.return_defaults` which would cause allMike Bayer2015-12-141-13/+23
* - Added support for parameter-ordered SET clauses in an UPDATEMike Bayer2015-11-281-4/+12
* - adjust 4f54607923a11669961b53f where we still allow_multirow as longMike Bayer2015-10-191-1/+1
* - Fixed regression in 1.0 where new feature of using "executemany"Mike Bayer2015-10-191-1/+1
* - Internal calls to "bookkeeping" functions withinMike Bayer2015-09-081-48/+56
* - Fixed bug in :meth:`.Session.bulk_save_objects` where a mappedMike Bayer2015-09-081-1/+7
* - merge of ticket_3514 None-handling branchMike Bayer2015-08-171-1/+3
* - Fixed 1.0 regression where value objects that overrideMike Bayer2015-07-011-2/+4
* - Fixed a major regression in the 1.0 series where the version_id_counterMike Bayer2015-06-241-1/+18
* - restore the approach we have for pk_params, but in orderMike Bayer2015-06-131-6/+8
* Fix primary key behaviour in bulk_updatepr/181Patrick Hayes2015-06-131-6/+5
* - Fixed regression in the :mod:`sqlalchemy.ext.mutable` extensionMike Bayer2015-05-211-0/+12
* - Fixed regression from 0.9.10 prior to release due to :ticket:`3349`Mike Bayer2015-04-301-8/+8
* - Fixed regression within the flush process when an attribute wereMike Bayer2015-04-291-5/+4
* - Fixed more regressions caused by NEVER_SET; comparisonsMike Bayer2015-04-201-1/+1
* Merge remote-tracking branch 'origin/pr/164' into pr164Mike Bayer2015-04-031-4/+6
|\
| * Allow kwargs to be passed through update()pr/164Amir Sadoughi2015-03-201-4/+6
* | - :class:`.Query` doesn't support joins, subselects, or specialMike Bayer2015-04-011-10/+46
|/
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - restore r611883ffb35ca6664649f6328ae8 with additional fixes and an addition...Mike Bayer2015-01-191-4/+8
* - reverse the last commit temporarily as it breaks all the polymorphic casesMike Bayer2015-01-191-8/+4
* - The primary :class:`.Mapper` of a :class:`.Query` is now passed to theMike Bayer2015-01-191-4/+8
* - further fixes and even better tests for this blockMike Bayer2015-01-191-3/+8
* - another adjustmentMike Bayer2015-01-191-2/+3