summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm
Commit message (Expand)AuthorAgeFilesLines
* - 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
* | - initial tests for bulkMike Bayer2014-12-071-1/+2
* | Merge branch 'master' into ticket_3100Mike Bayer2014-12-076-10/+81
|\ \
| * | - Added support for CTEs under Oracle. This includes some tweaksMike Bayer2014-12-041-1/+29
| |/
| * - changelog, improve docstring/test for #3217. fixes #3217Mike Bayer2014-11-261-1/+7
| * Merge branch 'issue_bb_3217' of https://bitbucket.org/jvanasco/sqlalchemy-alt...Mike Bayer2014-11-261-4/+7
| |\
| | * * adding 'isouter=False' to sqlalchemy.orm.query.Query (https://bitbucket.org...jonathan vanasco2014-10-031-4/+7
| * | - The :meth:`.PropComparator.of_type` modifier has beenMike Bayer2014-11-242-4/+23
| * | - add some logging to path_registry to help debug eager loadingMike Bayer2014-11-242-0/+13
| * | - Fixed a leak which would occur in the unsupported and highlyMike Bayer2014-11-131-0/+2
| * | - don't do inline string interpolation when loggingJon Nelson2014-11-111-1/+1
* | | Merge branch 'master' into ticket_3100Mike Bayer2014-11-061-4/+4
|\ \ \ | |/ /
| * | Small improvement on FlushError can't update error messagepr/149Paulo Bu2014-11-061-4/+4
* | | Merge branch 'master' into ticket_3100Mike Bayer2014-11-069-103/+314
|\ \ \ | |/ /
| * | Small improvement on FlushError can't delete error messagepr/148Paulo Bu2014-11-051-2/+2
| * | - Fixed bug in single table inheritance where a chain of joinsMike Bayer2014-10-231-4/+2
| * | - Fixed bug where the ON clause for :meth:`.Query.join`,Mike Bayer2014-10-231-2/+5
| * | Merge remote-tracking branch 'origin/pr/137' into pr137Mike Bayer2014-10-211-7/+12
| |\ \
| | * | change functionspr/137jona2014-09-161-7/+12
| * | | - Fixed bug where :meth:`.Session.expunge` would not fully detachMike Bayer2014-10-192-5/+18
| * | | - for #3230, scale back the check to only look at columns thatMike Bayer2014-10-191-15/+20
| * | | - A warning is emitted in the case of multiple relationships thatticket_3230Mike Bayer2014-10-191-0/+51