summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm
Commit message (Expand)AuthorAgeFilesLines
* Fixed Query.exists() method for the case, when query doesn't have any filters...pr/24Vladimir Magamedov2013-09-041-1/+1
* - The ``version_id_generator`` parameter of ``Mapper`` can now be specifiedMike Bayer2013-08-252-73/+157
* fix typospr/23Hyunjun Kim2013-08-252-3/+3
* - "primary mapper entity" is now an attribute on Query,Mike Bayer2013-08-241-16/+11
* move FAQ to the docs, [ticket:2133]Mike Bayer2013-08-211-1/+20
* Fixed bug where list instrumentation would fail to represent aMike Bayer2013-08-201-1/+4
* - use newly fixed WeakSequence (#2794) to not have to rely on class name for ...Mike Bayer2013-08-181-5/+4
* formattingMike Bayer2013-08-181-1/+2
* Fixed a potential issue in an ordered sequence implementation usedMike Bayer2013-08-181-0/+1
* - also do delete, add seealsos, formatting, etc. [ticket:2798]Mike Bayer2013-08-181-13/+37
* - add better notes to query.update(), most notably how to deal with a joined ...Mike Bayer2013-08-181-12/+36
* - spot checking of imports, obsolete functionsMike Bayer2013-08-177-31/+10
* - apply an import refactoring to the ORM as wellMike Bayer2013-08-1423-3209/+3204
* - A large refactoring of the ``sqlalchemy.sql`` package has reorganizedMike Bayer2013-08-127-37/+20
* ok forget it, that approach didn't really cover every base, soMike Bayer2013-08-041-0/+3
* find some more inline imports and move them outMike Bayer2013-08-044-5/+4
* - don't need resolve, don't need import for this. just look in sys.modules,Mike Bayer2013-08-041-2/+0
* - after discussions with the original project folks working with zope securityMike Bayer2013-08-021-68/+55
* Added a new attribute :attr:`.Session.info` to :class:`.Session`;Mike Bayer2013-08-021-2/+42
* - update ORM event docs to include that you can listen on an unmapped base,Mike Bayer2013-07-311-29/+32
* - Removal of event listeners is now implemented. The feature isMike Bayer2013-07-262-53/+58
* - The mechanism by which attribute events pass along anMike Bayer2013-07-263-52/+123
* Fixed bug in ORM-level event registration where the "raw" orMike Bayer2013-07-181-5/+8
* wording about supported dialects for Query.yield_perpr/17Domen Kožar2013-07-141-6/+6
* A performance fix related to the usage of the :func:`.defer` optionMike Bayer2013-07-134-32/+38
* - create a new system where we can decorate an event methodMike Bayer2013-07-082-18/+56
* remove undoc-members from query docstring [ticket:2774]Mike Bayer2013-07-071-0/+7
* Fixed bug whereby attribute history functions would failMike Bayer2013-07-041-2/+2
* - additional fix for [ticket:2750] where on an update, we make sure theMike Bayer2013-06-301-1/+2
* A warning is emitted when trying to flush an object of an inheritedMike Bayer2013-06-302-1/+35
* - fix a regression caused by #2587, where query.join() would apply anMike Bayer2013-06-271-1/+1
* remove double methodsMike Bayer2013-06-171-19/+0
* - rework PropComparator.adapted() to be PropComparator.adapt_to_entity(),Mike Bayer2013-06-175-120/+137
* Fixed bug in polymorphic SQL generation where multiple joined-inheritanceMike Bayer2013-06-151-5/+10
* Fixed bug where sending a composite attribute into :meth:`.Query.order_by`Mike Bayer2013-06-101-1/+1
* Fixed the interaction between composite attributes andMike Bayer2013-06-102-15/+24
* - tests for the alias() APIMike Bayer2013-06-081-0/+26
* - Fixed an obscure bug where the wrong results would beMike Bayer2013-06-071-2/+7
* remove all remaining start/end py2k/py3k blocksMike Bayer2013-06-072-14/+10
* dial back the default "flatness" a bit, it will be there for joinedload and q...Mike Bayer2013-06-064-13/+23
* shrugsMike Bayer2013-06-051-1/+6
* a test for what's breaking, plus a non-working fix for it...Mike Bayer2013-06-051-0/+3
* - improve overlapping selectables, apply to both query and relationshipMike Bayer2013-06-042-23/+17
* - eager loadsMike Bayer2013-06-042-3/+2
* here's the flat join thing. it just works. Changing the existing compiled ...Mike Bayer2013-06-042-3/+5
* rewriting scheme now works.Mike Bayer2013-06-041-6/+3
* OK this is the broken version, need to think a lot more about thisMike Bayer2013-06-031-2/+2
* - pulling out more aliases, sort ofMike Bayer2013-06-031-4/+9
* working through tests....Mike Bayer2013-06-021-5/+21
* - figured out what the from_self() thing was about, part of query.statement, ...Mike Bayer2013-06-021-0/+2