| Commit message (Expand) | Author | Age | Files | Lines |
* | - 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 |
* | - The :class:`.exc.StatementError` or DBAPI-related subclass | Mike Bayer | 2013-12-11 | 1 | -1/+12 |
* | - documentation cleanup in ORM including [ticket:2816] | Mike Bayer | 2013-12-07 | 1 | -2/+3 |
* | Merge pull request #45 from timka/patch-1 | mike bayer | 2013-11-29 | 1 | -1/+1 |
|\ |
|
| * | Fix sessionmaker.__repr__pr/45 | Timur | 2013-11-16 | 1 | -1/+1 |
* | | Generate API and resolve cross references | Vraj Mohan | 2013-11-17 | 1 | -1/+1 |
|/ |
|
* | - spot checking of imports, obsolete functions | Mike Bayer | 2013-08-17 | 1 | -2/+1 |
* | - apply an import refactoring to the ORM as well | Mike Bayer | 2013-08-14 | 1 | -31/+41 |
* | Added a new attribute :attr:`.Session.info` to :class:`.Session`; | Mike Bayer | 2013-08-02 | 1 | -2/+42 |
* | a pass where we try to squash down as many list()/keys() combinations | Mike Bayer | 2013-05-26 | 1 | -4/+4 |
* | merge default | Mike Bayer | 2013-04-30 | 1 | -3/+4 |
|\ |
|
| * | - Fixed a regression from 0.7 where the contextmanager feature | Mike Bayer | 2013-04-30 | 1 | -3/+4 |
* | | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -10/+10 |
|/ |
|
* | - dont do a boolean check on the mapped object | Mike Bayer | 2013-04-20 | 1 | -1/+1 |
* | Improved the behavior of instance management regarding | Mike Bayer | 2013-04-20 | 1 | -3/+5 |
* | python2.5 fix | Mike Bayer | 2013-04-18 | 1 | -1/+2 |
* | Reworked internal exception raises that emit | Mike Bayer | 2013-04-18 | 1 | -6/+6 |
* | - add some more transaction states so that we deliver a more accurate | Mike Bayer | 2013-03-04 | 1 | -36/+44 |
* | - A clear error message is emitted if an event handler | Mike Bayer | 2013-02-25 | 1 | -14/+19 |
* | - Added new helper function :func:`.was_deleted`, returns True | Mike Bayer | 2013-02-20 | 1 | -0/+4 |
* | see also for session commit, rollback | Mike Bayer | 2013-02-11 | 1 | -1/+10 |
* | happy new year (see #2645) | Diana Clarke | 2013-01-01 | 1 | -1/+1 |
* | more warnings | Mike Bayer | 2012-11-28 | 1 | -12/+19 |
* | just a pep8 pass of lib/sqlalchemy/orm/ | Diana Clarke | 2012-11-19 | 1 | -163/+189 |
* | - remove remote_foreign annotation | Mike Bayer | 2012-10-28 | 1 | -8/+13 |
* | - more docs | Mike Bayer | 2012-10-26 | 1 | -1/+1 |
* | - errant maxdb | Mike Bayer | 2012-10-19 | 1 | -2/+0 |
* | - move out maxdb | Mike Bayer | 2012-10-18 | 1 | -0/+2 |
* | - [bug] Continuing [ticket:2566] regarding extra | Mike Bayer | 2012-10-06 | 1 | -0/+15 |
* | - [feature] The Session will produce warnings | Mike Bayer | 2012-10-04 | 1 | -3/+27 |
* | - add one more #2583 test to cover the "multiple PK switch" use case | Mike Bayer | 2012-10-03 | 1 | -1/+1 |
* | - [bug] Fixed Session accounting bug whereby replacing | Mike Bayer | 2012-10-03 | 1 | -3/+18 |
* | - commit Priit Laes docstring fixes | Mike Bayer | 2012-09-30 | 1 | -7/+8 |
* | - [bug] Extra logic has been added to the "flush" | Mike Bayer | 2012-09-22 | 1 | -1/+9 |
* | - [feature] New session events after_transaction_create | Mike Bayer | 2012-09-20 | 1 | -1/+9 |
* | updates | Mike Bayer | 2012-09-10 | 1 | -1/+10 |
* | - rework scoped_session and sessionmaker, [ticket:2500] | Mike Bayer | 2012-09-10 | 1 | -81/+123 |
* | - add a test to make sure we've tested session.execute(stmt, multiparams) | Mike Bayer | 2012-09-09 | 1 | -25/+84 |
* | add a note, no autoflush with execute, [ticket:2550] | Mike Bayer | 2012-08-16 | 1 | -0/+2 |
* | big rework of is_active and SessionTransaction docs | Mike Bayer | 2012-08-08 | 1 | -32/+109 |