summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm
Commit message (Expand)AuthorAgeFilesLines
* - Fixed regression in the :mod:`sqlalchemy.ext.mutable` extensionMike Bayer2015-05-212-2/+37
* - Fixed unexpected-use regression where in the odd case that theMike Bayer2015-05-061-3/+5
* - Liberalized an assertion that was added as part of :ticket:`3347`Mike Bayer2015-05-021-1/+5
* - Repaired / added to tests yet more expressions that were reportedMike Bayer2015-05-011-4/+13
* - Fixed regression from 0.9.10 prior to release due to :ticket:`3349`Mike Bayer2015-04-301-8/+8
* - Fixed regression from as yet unreleased 0.9.10 where the new additionMike Bayer2015-04-301-1/+1
* - Fixed regression within the flush process when an attribute wereMike Bayer2015-04-291-5/+4
* Fix typo in 'Relationships API' docspr/170Ernest Walzel2015-04-281-1/+1
* - Fixed a regression regarding the :meth:`.MapperEvents.instrument_class`Mike Bayer2015-04-261-5/+9
* - Fixed issue in new :meth:`.QueryEvents.before_compile` event whereMike Bayer2015-04-261-1/+1
* - Fixed more regressions caused by NEVER_SET; comparisonsMike Bayer2015-04-206-25/+48
* - Fixed a critical regression caused by :ticket:`3061` where theMike Bayer2015-04-173-1/+5
* - Identified an inconsistency when handling :meth:`.Query.join` to theMike Bayer2015-04-151-1/+7
* - Made a small improvement to the heuristics of relationship whenMike Bayer2015-04-121-0/+9
* - changelog + docstring for pullreq github:164Mike Bayer2015-04-031-0/+7
* Merge remote-tracking branch 'origin/pr/164' into pr164Mike Bayer2015-04-032-6/+9
|\
| * Allow kwargs to be passed through update()pr/164Amir Sadoughi2015-03-202-6/+9
* | - Fixed bug where the state tracking within multiple, nestedMike Bayer2015-04-021-0/+1
* | - :class:`.Query` doesn't support joins, subselects, or specialMike Bayer2015-04-012-26/+46
* | - Added a list() call around a weak dictionary used within theMike Bayer2015-04-011-1/+1
* | - further fixes for #3347; track the mappers we're joiningMike Bayer2015-03-312-22/+53
* | - Fixed a bug related to "nested" inner join eager loading, whichMike Bayer2015-03-301-22/+70
|/
* 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