summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/persistence.py
Commit message (Expand)AuthorAgeFilesLines
* - add an option for bulk_save -> update to not do historyMike Bayer2014-12-071-2/+7
* - fix inheritance persistenceMike Bayer2014-12-071-6/+9
* Merge branch 'master' into ticket_3100Mike Bayer2014-11-061-4/+4
|\
| * Small improvement on FlushError can't update error messagepr/149Paulo Bu2014-11-061-4/+4
* | Merge branch 'master' into ticket_3100Mike Bayer2014-11-061-7/+40
|\ \ | |/
| * Small improvement on FlushError can't delete error messagepr/148Paulo Bu2014-11-051-2/+2
| * - The :meth:`.Query.update` method will now convert string keyMike Bayer2014-10-161-5/+38
* | Merge branch 'master' into ticket_3100Mike Bayer2014-09-051-3/+3
|\ \ | |/
| * - tiny refactors #1-#5Mike Bayer2014-09-051-3/+3
* | - add options to get back pk defaults for inserts.Mike Bayer2014-09-021-11/+26
* | Merge branch 'master' into ticket_3100Mike Bayer2014-09-021-2/+1
|\ \ | |/
| * - A new style of warning can be emitted which will "filter" up toMike Bayer2014-08-311-2/+1
* | - that's it, feature is finished, needs testsMike Bayer2014-08-201-106/+89
* | Merge branch 'master' into ticket_3100Mike Bayer2014-08-201-55/+55
|\ \ | |/
| * - factor out determination of current version id out ofMike Bayer2014-08-201-55/+55
* | Merge branch 'master' into ticket_3100Mike Bayer2014-08-191-16/+6
|\ \ | |/
| * - simplify PK logic in update for row switchMike Bayer2014-08-191-16/+6
* | - refinementsMike Bayer2014-08-191-35/+72
* | devMike Bayer2014-08-181-19/+18
* | devMike Bayer2014-08-181-26/+21
* | Merge branch 'master' into ticket_3100Mike Bayer2014-08-181-210/+212
|\ \ | |/
| * - optimize collection of cols we insert as noneMike Bayer2014-08-181-8/+2
| * - move out checks for table in mapper._pks_by_tableMike Bayer2014-08-181-16/+32
| * - further reorganize collect_insert_commands to distinguish betweenMike Bayer2014-08-181-13/+21
| * - organize persistence methods in terms of generators,Mike Bayer2014-08-181-93/+94
| * - major simplification of _collect_update_commands. in particular,Mike Bayer2014-08-181-83/+57
| * - Fixed bug where attribute "set" events or columns withMike Bayer2014-08-171-9/+3
| * - support dialects w/o sane multi row count againMike Bayer2014-08-161-15/+33
| * - port the _collect_insert_commands optimizations from ticket_3100Mike Bayer2014-08-151-36/+35
* | - refine this enough so that _collect_insert_commands() seemsMike Bayer2014-08-151-133/+126
* | - change to be represented as two very fast bulk_insert() and bulk_update() m...Mike Bayer2014-08-151-82/+173
* | devMike Bayer2014-08-151-26/+33
* | - proof of conceptMike Bayer2014-08-151-37/+44
|/
* - UPDATE statements can now be batched within an ORM flushMike Bayer2014-08-141-41/+62
* pep8Mike Bayer2014-08-141-9/+9
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-201-191/+194
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* - The "evaulator" for query.update()/delete() won't work with multi-tableMike Bayer2014-07-081-2/+3
* - cut out some calls by inlining the calls to get_history()Mike Bayer2014-06-281-9/+8
* - Adjustment to attribute mechanics concerning when a value isMike Bayer2014-05-291-5/+0
* - Fixed a few edge cases which arise in the so-called "row switch"Mike Bayer2014-05-281-0/+6
* - Added new parameter :paramref:`.mapper.confirm_deleted_rows`. DefaultsMike Bayer2014-03-281-16/+23
* - revert part of c01558ae7f4a for now as we also test that a DELETE of two rowsMike Bayer2014-03-281-1/+12
* - Fixed ORM bug where changing the primary key of an object, then markingMike Bayer2014-03-281-11/+15
* - happy new yearMike Bayer2014-01-051-1/+1
* - fix bug due to regression from #2793, make sure we only go to loadMike Bayer2013-10-111-2/+2
* - modify what we did in [ticket:2793] so that we can also set theMike Bayer2013-09-061-4/+5
* - The ``version_id_generator`` parameter of ``Mapper`` can now be specifiedMike Bayer2013-08-251-40/+85
* - apply an import refactoring to the ORM as wellMike Bayer2013-08-141-1/+1
* - create a new system where we can decorate an event methodMike Bayer2013-07-081-4/+6