summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm
Commit message (Expand)AuthorAgeFilesLines
* Allow kwargs to be passed through update()pr/164Amir Sadoughi2015-03-202-6/+9
* Accept unicode in CascadeOptionspr/160Julien Castets2015-03-161-1/+1
* - fix a get call here, we should figure this out since we dont wantMike Bayer2015-03-121-1/+1
* - Added a new extension suite :mod:`sqlalchemy.ext.baked`. ThisMike Bayer2015-03-116-128/+207
* - Added a new entry ``"entity"`` to the dictionaries returned byMike Bayer2015-03-111-2/+8
* - Added a new event suite :class:`.QueryEvents`. TheMike Bayer2015-03-102-5/+63
* - The subquery wrapping which occurs when joined eager loadingMike Bayer2015-03-101-1/+1
* - Fixed bug where the session attachment error "object is alreadyMike Bayer2015-03-101-7/+7
* - copyright 2015Mike Bayer2015-03-1029-29/+29
* - pick around gaining modest dings in callcounts here and thereMike Bayer2015-03-091-15/+17
* - random performance whacking vs. 0.9, in particular we have to watchMike Bayer2015-03-082-1/+7
* minor docstring fix in MappedCollection classJochem Oosterveen2015-03-061-2/+2
* - squash-merge the final row_proc integration branch. this isMike Bayer2015-03-017-88/+152
* - Fixed bugs in ORM object comparisons where comparison ofMike Bayer2015-02-201-3/+4
* - 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-187-77/+149
* - remove meaningless assignmentMike Bayer2015-02-081-1/+0
* - test + changelogMike Bayer2015-02-081-2/+2
* Merge remote-tracking branch 'origin/pr/147' into pr147Mike Bayer2015-02-081-1/+1
|\
| * It's the 'kwargs' which are iterable, not 'keys'pr/147Malthe Borch2014-10-301-2/+1
* | - A warning is emitted if the ``isolation_level`` parameter is usedMike Bayer2015-02-041-8/+33
* | - Fixed bug in lazy loading SQL construction whereby a complexMike Bayer2015-02-021-14/+18
* | - don't overwrite an existing _strategy_keys collection;Mike Bayer2015-02-021-1/+2
* | Merge branch 'bb_issue_3262' of https://bitbucket.org/xflr6/sqlalchemyMike Bayer2015-01-261-0/+9
|\ \
| * | warn on duplicate polymorphic_identitySebastian Bank2014-12-041-0/+9
* | | - restore r611883ffb35ca6664649f6328ae8 with additional fixes and an addition...Mike Bayer2015-01-192-17/+38
* | | - reverse the last commit temporarily as it breaks all the polymorphic casesMike Bayer2015-01-192-42/+24
* | | - The primary :class:`.Mapper` of a :class:`.Query` is now passed to theMike Bayer2015-01-192-24/+42
* | | - further fixes and even better tests for this blockMike Bayer2015-01-191-3/+8
* | | - another adjustmentMike Bayer2015-01-191-2/+3
* | | - fix another issue from rf49c367ef, add another testMike Bayer2015-01-181-1/+1
* | | - fix a regression from ref #3178, where dialects that don't actually supportMike Bayer2015-01-171-4/+12
* | | - The "wildcard" loader options, in particular the one set up byMike Bayer2015-01-134-4/+35
* | | - doc fixesMike Bayer2015-01-062-12/+14
* | | - Fixed bug where if an exception were thrown at the start of aMike Bayer2015-01-051-31/+35
* | | - add MemoizedSlots, a generalized solution to using __getattr__Mike Bayer2015-01-057-19/+76
* | | - callcountsMike Bayer2015-01-041-2/+0
* | | - strategies + declarativeMike Bayer2015-01-042-0/+25
* | | - wip - start factoring events so that we aren't using descriptors for dispatch,Mike Bayer2015-01-042-3/+4
* | | - start trying to move things into __slots__. This seems to reduce theslotsMike Bayer2015-01-044-37/+68
* | | - tighten the inspection in _ColumnEntity to reduce unnecessaryMike Bayer2015-01-031-14/+14
* | | - fix links for loading, add a redirect pageMike Bayer2014-12-272-3/+3
* | | - correctionsMike Bayer2014-12-271-2/+2
* | | Maul the evaulate & friends typoPriit Laes2014-12-191-2/+2
* | | - Added new method :meth:`.Session.invalidate`, functions similarlyMike Bayer2014-12-121-2/+40
* | | - fix up query update /delete documentation, make warningsMike Bayer2014-12-101-69/+110
* | | - 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-072-13/+28
* | | - fix inheritance persistenceMike Bayer2014-12-073-6/+184