| Commit message (Expand) | Author | Age | Files | Lines |
* | Add "render_nulls" flag to bulk_insert as optional performance optimization | tsauerwein | 2016-06-06 | 1 | -6/+33 |
* | - don't load deferred columns on unexpire for merge with load=False, | Diana Clarke | 2016-04-06 | 1 | -0/+7 |
* | - Further continuing on the common MySQL exception case of | Mike Bayer | 2016-03-23 | 1 | -12/+31 |
* | - Fixed bug in :meth:`.Session.merge` where an object with a composite | Mike Bayer | 2016-02-11 | 1 | -2/+3 |
* | - fully hyperlink the docstring for make_transient | Mike Bayer | 2016-02-08 | 1 | -11/+47 |
* | - happy new year | Mike Bayer | 2016-01-29 | 1 | -1/+1 |
* | - revert the change first made in a6fe4dc, as we are now generalizing | Mike Bayer | 2016-01-28 | 1 | -14/+2 |
* | fix some typospr/220 | Nils Philippsen | 2015-12-08 | 1 | -1/+1 |
* | - The :meth:`.Session.merge` method now tracks pending objects by | Mike Bayer | 2015-12-04 | 1 | -3/+17 |
* | - A rare case which occurs when a :meth:`.Session.rollback` fails in the | Mike Bayer | 2015-11-19 | 1 | -2/+14 |
* | - reduce some callcounts within the new events | Mike Bayer | 2015-09-03 | 1 | -31/+29 |
* | - The :class:`.SessionEvents` suite now includes events to allowticket_2677 | Mike Bayer | 2015-09-02 | 1 | -115/+126 |
* | - use consistent and descriptive language in all cases | Mike Bayer | 2015-08-27 | 1 | -3/+14 |
* | fix typo int->intopr/192 | halfcrazy | 2015-08-09 | 1 | -1/+1 |
* | - Fixed bug where the state tracking within multiple, nested | Mike Bayer | 2015-04-02 | 1 | -0/+1 |
* | - Added a list() call around a weak dictionary used within the | Mike Bayer | 2015-04-01 | 1 | -1/+1 |
* | - Fixed bug where the session attachment error "object is already | Mike Bayer | 2015-03-10 | 1 | -7/+7 |
* | - copyright 2015 | Mike Bayer | 2015-03-10 | 1 | -1/+1 |
* | - remove the need for a recursive call here | Mike Bayer | 2015-02-20 | 1 | -5/+12 |
* | - Fixed bug where internal assertion would fail in the case where | Mike Bayer | 2015-02-20 | 1 | -2/+5 |
* | - Mapped state internals have been reworked to allow for a 50% reduction | Mike Bayer | 2015-02-18 | 1 | -3/+7 |
* | - A warning is emitted if the ``isolation_level`` parameter is used | Mike Bayer | 2015-02-04 | 1 | -8/+33 |
* | - corrections | Mike Bayer | 2014-12-27 | 1 | -2/+2 |
* | - Added new method :meth:`.Session.invalidate`, functions similarly | Mike Bayer | 2014-12-12 | 1 | -2/+40 |
* | - A new series of :class:`.Session` methods which provide hooks | Mike Bayer | 2014-12-08 | 1 | -22/+37 |
* | - add an option for bulk_save -> update to not do history | Mike Bayer | 2014-12-07 | 1 | -11/+21 |
* | - fix inheritance persistence | Mike Bayer | 2014-12-07 | 1 | -0/+158 |
* | - initial tests for bulk | Mike Bayer | 2014-12-07 | 1 | -1/+2 |
* | Merge branch 'master' into ticket_3100 | Mike Bayer | 2014-11-06 | 1 | -47/+61 |
|\ |
|
| * | - Fixed bug where :meth:`.Session.expunge` would not fully detach | Mike Bayer | 2014-10-19 | 1 | -4/+8 |
| * | - Improvements to the mechanism used by :class:`.Session` to locate | Mike Bayer | 2014-10-14 | 1 | -43/+53 |
* | | - add options to get back pk defaults for inserts. | Mike Bayer | 2014-09-02 | 1 | -7/+9 |
* | | Merge branch 'master' into ticket_3100 | Mike Bayer | 2014-09-02 | 1 | -5/+5 |
|\ \
| |/ |
|
| * | - need to use safe_discard() at least in _restore_snapshot(), let's use it | Mike Bayer | 2014-08-29 | 1 | -3/+3 |
| * | - use a faster discard when loading | Mike Bayer | 2014-08-29 | 1 | -2/+2 |
* | | - refinements | Mike Bayer | 2014-08-19 | 1 | -19/+10 |
* | | - change to be represented as two very fast bulk_insert() and bulk_update() m... | Mike Bayer | 2014-08-15 | 1 | -28/+29 |
* | | dev | Mike Bayer | 2014-08-15 | 1 | -6/+17 |
* | | - proof of concept | Mike Bayer | 2014-08-15 | 1 | -0/+34 |
|/ |
|
* | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 1 | -159/+164 |
* | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 1 | -1/+2 |
* | - Fixed bug where items that were persisted, deleted, or had a | Mike Bayer | 2014-07-01 | 1 | -1/+4 |
* | - Adjustment to attribute mechanics concerning when a value is | Mike Bayer | 2014-05-29 | 1 | -25/+25 |
* | Fix many typos throughout the codebasepr/85 | Alex Gaynor | 2014-04-26 | 1 | -2/+2 |
* | Added some links in session docs | benselme | 2014-04-23 | 1 | -35/+39 |
* | - Added new utility function :func:`.make_transient_to_detached` which can | Mike Bayer | 2014-04-09 | 1 | -1/+35 |
* | -rewrite expire/refresh section | Mike Bayer | 2014-02-23 | 1 | -0/+24 |
* | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
* | Don't barf on Session(info=...) from sessionmaker(info=None) | Robin Schoonover | 2013-12-31 | 1 | -1/+2 |
* | load_on_pending is different from enable_relationship_loading and should | Mike Bayer | 2013-12-15 | 1 | -2/+8 |