summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm
Commit message (Expand)AuthorAgeFilesLines
* Add some `Sphinx` paragraph level versions informations markups,Mike Bayer2012-06-085-35/+43
* copyrightMike Bayer2012-05-0520-20/+20
* add doc for with_lockmode(), [ticket:2412]Mike Bayer2012-02-201-1/+16
* fix .. note::/ ..warning:: directives which no longer consistentlyMike Bayer2011-12-251-7/+15
* - [bug] Fixed the error formatting raised whenMike Bayer2011-12-031-1/+1
* - [bug] fixed inappropriate evaluation of user-mappedMike Bayer2011-10-281-1/+1
* - Fixed bug whereby mapper.order_by attribute wouldMike Bayer2011-09-281-0/+4
* patch from 0.7: Adjusted the "importlater" mechanism, which isMike Bayer2011-09-211-0/+3
* fix typo, [ticket:2271]Mike Bayer2011-09-061-1/+1
* - document get_bind(), [ticket:1053]Mike Bayer2011-07-311-8/+25
* - Fixed bug where query.join() + aliased=TrueMike Bayer2011-07-301-1/+1
* - Fixed bug apparent only in Python 3 wherebyMike Bayer2011-07-242-5/+7
* - document query.get(), ObjectDeletedError fully, [ticket:2146]Mike Bayer2011-07-232-17/+72
* put a really explicit note about joinedload vs. join, everywhere joinedload()...Mike Bayer2011-07-202-6/+13
* - Fixed bug whereby the source clauseMike Bayer2011-07-201-1/+2
* - Fixed bug whereby if a mapped classMike Bayer2011-07-171-7/+13
* - The join condition produced by with_parentMike Bayer2011-07-061-21/+30
* - fix pypostgresql typo, [ticket:2185]Mike Bayer2011-07-043-21/+22
* - Fixed subtle bug that caused SQL to blowMike Bayer2011-06-271-6/+9
* - the "cascade" section of the session doc was totally screwed up, mappingsMike Bayer2011-06-231-8/+24
* fix docstringMike Bayer2011-06-231-1/+1
* - Repaired the "no statement condition"Mike Bayer2011-06-211-1/+1
* - Fixed bug where transaction-level "deleted"Mike Bayer2011-06-051-0/+2
* - Modify the text of the message which occursMike Bayer2011-06-041-4/+9
* - Fixed bug whereby mapper mapped to an anonymousMike Bayer2011-05-201-14/+15
* - merge 00380cf3c304ea7f1c7397f17b828166364c36ac from defaultMike Bayer2011-05-181-2/+2
* - mapper() will ignore non-configured foreign keysMike Bayer2011-05-071-1/+2
* - Fixed bug where determination of "self referential"Mike Bayer2011-05-071-1/+8
* - Fixed the error message emitted for "can'tMike Bayer2011-05-071-1/+1
* - Backported 0.7's identity map implementation, whichMike Bayer2011-05-071-58/+48
* - a non_primary mapper will inherit the _identity_classMike Bayer2011-04-271-0/+1
* docuemnt the behavior of get(), part of [ticket:2144]Mike Bayer2011-04-221-3/+14
* - Calling query.get() against a column-based entity isMike Bayer2011-04-221-2/+13
* merge doc fixes from 0.7Mike Bayer2011-04-161-3/+4
* - a "having" clause would be copied from theMike Bayer2011-04-131-3/+6
* - Some fixes to the state handling regardingMike Bayer2011-04-072-3/+4
* - and fix the message that was the actual subject of [ticket:2063]Mike Bayer2011-03-271-3/+9
* - Reworded the exception raised when a flushMike Bayer2011-03-271-8/+15
* - port query options test suite over from 0.7, plus extra test for [ticket:2098]Mike Bayer2011-03-171-1/+4
* Corrected a bunch of spelling typos.Diana Clarke2011-03-147-16/+16
* - Tightened the iterate vs. remove mutex around theMike Bayer2011-03-051-33/+32
* - A warning is emitted in the unusual case that anMike Bayer2011-02-102-4/+21
* - Fixed bug where a column with a SQL or server side defaultMike Bayer2011-02-091-1/+2
* - Also emits the correct WHERE criterionMike Bayer2011-02-021-2/+1
* - Fixed bug where "middle" class in a polymorphic hierarchyMike Bayer2011-02-021-10/+11
* - A warning is emitted when a joined-table inheriting mapperMike Bayer2011-01-301-1/+7
* - Added a `name` argument to `Query.subquery()`, to allowMike Bayer2011-01-301-5/+12
* then fix the typosMike Bayer2011-01-181-2/+2
* - copy 0.7's docs for Session.connection(), Session.execute(), minusMike Bayer2011-01-181-50/+54
* - Fixed bug regarding "subqueryload" strategy wherebyMike Bayer2011-01-061-0/+14