summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm
Commit message (Expand)AuthorAgeFilesLines
* - query.get() and related functions (like many-to-one lazyloading)Mike Bayer2007-10-162-5/+13
* - backref remove object operation doesn't fail if the other-sideMike Bayer2007-10-141-1/+5
* - fixed bugs in determining proper sync clauses from custom inheritMike Bayer2007-08-301-3/+3
* - fixed bug where mapper, being linked to a join where one table hadMike Bayer2007-08-101-1/+4
* - fixed small exception throw bug in Session.merge()Mike Bayer2007-08-051-0/+1
* - added a check for joining from A->B using join(), along twoMike Bayer2007-07-261-0/+6
* - merged some more of the SessionTransaction connection-bound checks from 0.4Mike Bayer2007-07-181-2/+5
* - fixed max identifier length on postgres (63) [ticket:571]Gaëtan de Menten2007-07-171-1/+1
* - fixes for connection bound sessions, connection-bound compiled objects via ...Mike Bayer2007-07-161-14/+20
* - added friendlier error checking for query.get() with too-short pkMike Bayer2007-07-151-2/+5
* removed printsMike Bayer2007-07-151-2/+0
* - more docsMike Bayer2007-07-151-7/+16
* - more docsMike Bayer2007-07-151-1/+1
* more query methods, overhauliung docs for forwards 0.4 methodMike Bayer2007-07-152-12/+87
* - a warning is issued by Mapper when two primary key columns of theMike Bayer2007-07-131-1/+3
* - the various "engine" arguments, such as "engine", "connectable",Mike Bayer2007-07-121-21/+23
* Correct error message for concurrent delete exceptions, fixes #586Jason Kirtland2007-07-121-1/+1
* - converted mapper.py unit test to 0.4's four separate mapper.py, query.py, e...Mike Bayer2007-07-121-15/+29
* further refinements to the previous session.expunge() fixMike Bayer2007-07-102-12/+6
* fixed small expunge() bug where object might not be present in sessionMike Bayer2007-07-101-1/+1
* more "column targeting" enhancements..columns have a "depth" from their ultim...Mike Bayer2007-07-101-2/+2
* - replaced calls for mapper.props in Query with mapper.get_property(),Mike Bayer2007-07-052-21/+31
* removed superfluous reapplying of options to selfMike Bayer2007-07-041-2/+0
* improved handling of exceptions upon __init__(): will preserve the stackMike Bayer2007-06-301-5/+6
* - adjustments to pool locking test to fail on OSXMike Bayer2007-06-301-0/+2
* - fix to the "column_prefix" flag so that the mapper does notMike Bayer2007-06-271-1/+1
* - forwards-compatibility with 0.4: added one(), first(), andMike Bayer2007-06-201-2/+43
* - added synchronization to the mapper() construction step, to avoidMike Bayer2007-06-202-14/+26
* - fixed very stupid bug when deleting items with many-to-manyMike Bayer2007-06-201-3/+3
* - eager loader calls select_mapper so that poly rulesets get picked upMike Bayer2007-06-081-1/+1
* added reset_joinpoint() feature for query, interim until 0.4Mike Bayer2007-06-021-0/+12
* - improved support for eagerloading of properties off of mappers that are mappedMike Bayer2007-05-221-13/+14
* fix to previous logging fix...Mike Bayer2007-05-201-2/+3
* - restored logging of "lazy loading clause" under sa.orm.strategies logger,Mike Bayer2007-05-201-2/+3
* - fixed bug in query.instances() that wouldnt handle more thanMike Bayer2007-05-201-9/+13
* - the "primary_key" argument to mapper() is propigated to the "polymorphic"Mike Bayer2007-05-171-6/+8
* - fix to select_by(<propname>=<object instance>) -style joins in conjunctionMike Bayer2007-05-172-2/+8
* - fix to polymorphic query which allows the original polymorphic_unionMike Bayer2007-05-151-3/+3
* - parenthesis are applied to clauses via a new _Grouping construct.Mike Bayer2007-05-141-0/+2
* - session.get() and session.load() propigate **kwargs through to queryMike Bayer2007-05-071-4/+4
* - many-to-many relationships properly set the type of bind paramsMike Bayer2007-05-041-2/+6
* clarifying some cascade-based unit tests, adding a little more coverage,Mike Bayer2007-05-042-36/+9
* - "delete-orphan" no longer implies "delete". ongoing effort toMike Bayer2007-05-032-1/+5
* - Aliasizer removed. hooray !Mike Bayer2007-05-021-21/+17
* - docstring improvements in queryGaëtan de Menten2007-04-301-6/+18
* - adapted gaetan's eager load adaption code for non-mapped column propertiesMike Bayer2007-04-291-8/+25
* - restored old "column_property()" ORM function (used to be calledMike Bayer2007-04-293-23/+45
* - fix to using distinct() or distinct=True in combination withMike Bayer2007-04-291-1/+1
* removed unneeded closure functionMike Bayer2007-04-271-7/+1
* removed 'unjoined_table', synonymous with local_tableMike Bayer2007-04-271-2/+0