| Commit message (Expand) | Author | Age | Files | Lines |
| * | Allow kwargs to be passed through update()pr/164 | Amir Sadoughi | 2015-03-20 | 2 | -6/+9 |
| * | Accept unicode in CascadeOptionspr/160 | Julien Castets | 2015-03-16 | 1 | -1/+1 |
| * | - fix a get call here, we should figure this out since we dont want | Mike Bayer | 2015-03-12 | 1 | -1/+1 |
| * | - Added a new extension suite :mod:`sqlalchemy.ext.baked`. This | Mike Bayer | 2015-03-11 | 6 | -128/+207 |
| * | - Added a new entry ``"entity"`` to the dictionaries returned by | Mike Bayer | 2015-03-11 | 1 | -2/+8 |
| * | - Added a new event suite :class:`.QueryEvents`. The | Mike Bayer | 2015-03-10 | 2 | -5/+63 |
| * | - The subquery wrapping which occurs when joined eager loading | Mike Bayer | 2015-03-10 | 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 | 29 | -29/+29 |
| * | - pick around gaining modest dings in callcounts here and there | Mike Bayer | 2015-03-09 | 1 | -15/+17 |
| * | - random performance whacking vs. 0.9, in particular we have to watch | Mike Bayer | 2015-03-08 | 2 | -1/+7 |
| * | minor docstring fix in MappedCollection class | Jochem Oosterveen | 2015-03-06 | 1 | -2/+2 |
| * | - squash-merge the final row_proc integration branch. this is | Mike Bayer | 2015-03-01 | 7 | -88/+152 |
| * | - Fixed bugs in ORM object comparisons where comparison of | Mike Bayer | 2015-02-20 | 1 | -3/+4 |
| * | - 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 | 7 | -77/+149 |
| * | - remove meaningless assignment | Mike Bayer | 2015-02-08 | 1 | -1/+0 |
| * | - test + changelog | Mike Bayer | 2015-02-08 | 1 | -2/+2 |
| * | Merge remote-tracking branch 'origin/pr/147' into pr147 | Mike Bayer | 2015-02-08 | 1 | -1/+1 |
| |\ |
|
| | * | It's the 'kwargs' which are iterable, not 'keys'pr/147 | Malthe Borch | 2014-10-30 | 1 | -2/+1 |
| * | | - A warning is emitted if the ``isolation_level`` parameter is used | Mike Bayer | 2015-02-04 | 1 | -8/+33 |
| * | | - Fixed bug in lazy loading SQL construction whereby a complex | Mike Bayer | 2015-02-02 | 1 | -14/+18 |
| * | | - don't overwrite an existing _strategy_keys collection; | Mike Bayer | 2015-02-02 | 1 | -1/+2 |
| * | | Merge branch 'bb_issue_3262' of https://bitbucket.org/xflr6/sqlalchemy | Mike Bayer | 2015-01-26 | 1 | -0/+9 |
| |\ \ |
|
| | * | | warn on duplicate polymorphic_identity | Sebastian Bank | 2014-12-04 | 1 | -0/+9 |
| * | | | - restore r611883ffb35ca6664649f6328ae8 with additional fixes and an addition... | Mike Bayer | 2015-01-19 | 2 | -17/+38 |
| * | | | - reverse the last commit temporarily as it breaks all the polymorphic cases | Mike Bayer | 2015-01-19 | 2 | -42/+24 |
| * | | | - The primary :class:`.Mapper` of a :class:`.Query` is now passed to the | Mike Bayer | 2015-01-19 | 2 | -24/+42 |
| * | | | - further fixes and even better tests for this block | Mike Bayer | 2015-01-19 | 1 | -3/+8 |
| * | | | - another adjustment | Mike Bayer | 2015-01-19 | 1 | -2/+3 |
| * | | | - fix another issue from rf49c367ef, add another test | Mike Bayer | 2015-01-18 | 1 | -1/+1 |
| * | | | - fix a regression from ref #3178, where dialects that don't actually support | Mike Bayer | 2015-01-17 | 1 | -4/+12 |
| * | | | - The "wildcard" loader options, in particular the one set up by | Mike Bayer | 2015-01-13 | 4 | -4/+35 |
| * | | | - doc fixes | Mike Bayer | 2015-01-06 | 2 | -12/+14 |
| * | | | - Fixed bug where if an exception were thrown at the start of a | Mike Bayer | 2015-01-05 | 1 | -31/+35 |
| * | | | - add MemoizedSlots, a generalized solution to using __getattr__ | Mike Bayer | 2015-01-05 | 7 | -19/+76 |
| * | | | - callcounts | Mike Bayer | 2015-01-04 | 1 | -2/+0 |
| * | | | - strategies + declarative | Mike Bayer | 2015-01-04 | 2 | -0/+25 |
| * | | | - wip - start factoring events so that we aren't using descriptors for dispatch, | Mike Bayer | 2015-01-04 | 2 | -3/+4 |
| * | | | - start trying to move things into __slots__. This seems to reduce theslots | Mike Bayer | 2015-01-04 | 4 | -37/+68 |
| * | | | - tighten the inspection in _ColumnEntity to reduce unnecessary | Mike Bayer | 2015-01-03 | 1 | -14/+14 |
| * | | | - fix links for loading, add a redirect page | Mike Bayer | 2014-12-27 | 2 | -3/+3 |
| * | | | - corrections | Mike Bayer | 2014-12-27 | 1 | -2/+2 |
| * | | | Maul the evaulate & friends typo | Priit Laes | 2014-12-19 | 1 | -2/+2 |
| * | | | - Added new method :meth:`.Session.invalidate`, functions similarly | Mike Bayer | 2014-12-12 | 1 | -2/+40 |
| * | | | - fix up query update /delete documentation, make warnings | Mike Bayer | 2014-12-10 | 1 | -69/+110 |
| * | | | - 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 | 2 | -13/+28 |
| * | | | - fix inheritance persistence | Mike Bayer | 2014-12-07 | 3 | -6/+184 |