summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/session.py
Commit message (Expand)AuthorAgeFilesLines
* Add "render_nulls" flag to bulk_insert as optional performance optimizationtsauerwein2016-06-061-6/+33
* - don't load deferred columns on unexpire for merge with load=False,Diana Clarke2016-04-061-0/+7
* - Further continuing on the common MySQL exception case ofMike Bayer2016-03-231-12/+31
* - Fixed bug in :meth:`.Session.merge` where an object with a compositeMike Bayer2016-02-111-2/+3
* - fully hyperlink the docstring for make_transientMike Bayer2016-02-081-11/+47
* - happy new yearMike Bayer2016-01-291-1/+1
* - revert the change first made in a6fe4dc, as we are now generalizingMike Bayer2016-01-281-14/+2
* fix some typospr/220Nils Philippsen2015-12-081-1/+1
* - The :meth:`.Session.merge` method now tracks pending objects byMike Bayer2015-12-041-3/+17
* - A rare case which occurs when a :meth:`.Session.rollback` fails in theMike Bayer2015-11-191-2/+14
* - reduce some callcounts within the new eventsMike Bayer2015-09-031-31/+29
* - The :class:`.SessionEvents` suite now includes events to allowticket_2677Mike Bayer2015-09-021-115/+126
* - use consistent and descriptive language in all casesMike Bayer2015-08-271-3/+14
* fix typo int->intopr/192halfcrazy2015-08-091-1/+1
* - Fixed bug where the state tracking within multiple, nestedMike Bayer2015-04-021-0/+1
* - Added a list() call around a weak dictionary used within theMike Bayer2015-04-011-1/+1
* - Fixed bug where the session attachment error "object is alreadyMike Bayer2015-03-101-7/+7
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - remove the need for a recursive call hereMike Bayer2015-02-201-5/+12
* - Fixed bug where internal assertion would fail in the case whereMike Bayer2015-02-201-2/+5
* - Mapped state internals have been reworked to allow for a 50% reductionMike Bayer2015-02-181-3/+7
* - A warning is emitted if the ``isolation_level`` parameter is usedMike Bayer2015-02-041-8/+33
* - correctionsMike Bayer2014-12-271-2/+2
* - Added new method :meth:`.Session.invalidate`, functions similarlyMike Bayer2014-12-121-2/+40
* - A new series of :class:`.Session` methods which provide hooksMike Bayer2014-12-081-22/+37
* - add an option for bulk_save -> update to not do historyMike Bayer2014-12-071-11/+21
* - fix inheritance persistenceMike Bayer2014-12-071-0/+158
* - initial tests for bulkMike Bayer2014-12-071-1/+2
* Merge branch 'master' into ticket_3100Mike Bayer2014-11-061-47/+61
|\
| * - Fixed bug where :meth:`.Session.expunge` would not fully detachMike Bayer2014-10-191-4/+8
| * - Improvements to the mechanism used by :class:`.Session` to locateMike Bayer2014-10-141-43/+53
* | - add options to get back pk defaults for inserts.Mike Bayer2014-09-021-7/+9
* | Merge branch 'master' into ticket_3100Mike Bayer2014-09-021-5/+5
|\ \ | |/
| * - need to use safe_discard() at least in _restore_snapshot(), let's use itMike Bayer2014-08-291-3/+3
| * - use a faster discard when loadingMike Bayer2014-08-291-2/+2
* | - refinementsMike Bayer2014-08-191-19/+10
* | - change to be represented as two very fast bulk_insert() and bulk_update() m...Mike Bayer2014-08-151-28/+29
* | devMike Bayer2014-08-151-6/+17
* | - proof of conceptMike Bayer2014-08-151-0/+34
|/
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-201-159/+164
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* - Fixed bug where items that were persisted, deleted, or had aMike Bayer2014-07-011-1/+4
* - Adjustment to attribute mechanics concerning when a value isMike Bayer2014-05-291-25/+25
* Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-261-2/+2
* Added some links in session docsbenselme2014-04-231-35/+39
* - Added new utility function :func:`.make_transient_to_detached` which canMike Bayer2014-04-091-1/+35
* -rewrite expire/refresh sectionMike Bayer2014-02-231-0/+24
* - happy new yearMike Bayer2014-01-051-1/+1
* Don't barf on Session(info=...) from sessionmaker(info=None)Robin Schoonover2013-12-311-1/+2
* load_on_pending is different from enable_relationship_loading and shouldMike Bayer2013-12-151-2/+8