summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm
Commit message (Expand)AuthorAgeFilesLines
* added an assertion to prevent against the use in [ticket:1048]Mike Bayer2008-05-162-1/+4
* auto exists remembers to alias in the case of explicit selectable with of_typ...Mike Bayer2008-05-161-2/+4
* Eep.Jason Kirtland2008-05-141-1/+0
* Query.one() raises either NoResultFound or MultipleResultsFound, [ticket:1034]Jason Kirtland2008-05-142-5/+17
* Columns now have default= and server_default=. PassiveDefault fades away.Jason Kirtland2008-05-141-2/+6
* - renamed query.slice_() to query.slice()Mike Bayer2008-05-131-3/+3
* - LIMIT/OFFSET of zero is detected within compiler and is countedMike Bayer2008-05-131-25/+38
* - fixed propagation of operate() for aliased relation descriptorsMike Bayer2008-05-132-0/+7
* scaled back the equivalents determined in _equivalent_columns to just current...Mike Bayer2008-05-121-26/+5
* - clause adaption hits _raw_columns of a select() (though no ORM tests need t...Mike Bayer2008-05-121-10/+2
* merged r4720 from 04 branch for [ticket:1036]Mike Bayer2008-05-101-2/+3
* backref() function uses primaryjoin/secondaryjoin of the parent relation() if...Mike Bayer2008-05-102-29/+15
* - fixed a fairly critical bug in clause adaption/corresponding column in conj...Mike Bayer2008-05-094-30/+20
* - more portable tests for eager/inheritance joinsMike Bayer2008-05-091-1/+3
* added query.subquery() as shorthand for query.statement.alias()Mike Bayer2008-05-091-0/+5
* identified case where pending upon commit() is needed; since attribute rollba...Mike Bayer2008-05-091-0/+1
* move the definition of sessions public methods closer to the sourceAnts Aasma2008-05-092-1/+3
* added "add", "add_all", "expire_all" to SSMike Bayer2008-05-091-1/+1
* - warnings about Query invalid operations become InvalidRequestErrorsMike Bayer2008-05-091-8/+5
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-0919-4026/+4840
* remove **kwargs from execute(), scalar(), connection(), and get_bind(). docu...Mike Bayer2008-05-081-24/+35
* - backported 0.5's contains_eager() behavior such that rendering of eager cla...Mike Bayer2008-05-081-2/+23
* - Fixed "concatenate tuple" bug which could occur withMike Bayer2008-05-071-2/+3
* Query.select() wont call filter() if arg is NoneMike Bayer2008-05-061-1/+3
* - added "after_begin()" hook to SessionMike Bayer2008-05-061-1/+11
* Adjusted inplace-binops on set-based collections and association proxies toJason Kirtland2008-05-051-5/+25
* Fixed duplicate append event emission on repeated instrumented set.add() oper...Jason Kirtland2008-05-051-5/+4
* - fixes to the "exists" function involving inheritance (any(), has(),Mike Bayer2008-05-021-3/+3
* - The collection instrumentation sweep now skips over descriptors that raise ...Jason Kirtland2008-05-021-1/+1
* - fixed reentrant mapper compile hang whenMike Bayer2008-05-021-8/+16
* - Backported attribute sweep removal (instrumentation) and r4493 from 0.5Jason Kirtland2008-05-021-6/+0
* - factored out the logic used by Join to create its join conditionMike Bayer2008-05-021-1/+1
* - added a feature to eager loading whereby subqueries setMike Bayer2008-04-301-0/+4
* - refined mapper._save_obj() which was unnecessarily callingMike Bayer2008-04-261-12/+18
* Expanded --noncomparable to cover all comparision opsJason Kirtland2008-04-251-0/+1
* Update docstring [ticket:873]Jason Kirtland2008-04-221-1/+1
* flush(objects=[]) is a no-op [ticket:928]Jason Kirtland2008-04-221-2/+10
* - fixed Class.collection==None for m2m relationshipsMike Bayer2008-04-221-1/+1
* - restored usage of append_result() extension method for primaryMike Bayer2008-04-182-12/+25
* - simplified __create_lazy_clause to make better usage of the new local/remot...Mike Bayer2008-04-142-33/+35
* added info about _local_remote_pairs to error messageMike Bayer2008-04-141-2/+6
* - added experimental relation() flag to help with primaryjoinsMike Bayer2008-04-142-20/+41
* - re-established viewonly relation() configurations thatMike Bayer2008-04-111-6/+15
* - removed ancient assertion that mapped selectables requireMike Bayer2008-04-071-10/+10
* - merged -r4458:4466 of query_columns branchMike Bayer2008-04-075-239/+377
* refined "local_remote_pairs" a bit to account for the same columns repeated m...Mike Bayer2008-04-042-15/+14
* - ReST fixesMike Bayer2008-04-042-2/+3
* - changed the name to "local/remote pairs"Mike Bayer2008-04-042-8/+9
* - merged sync_simplify branchMike Bayer2008-04-046-338/+240
* some cleanup, some method privating, some pep8, fixed up _col_aggregate and m...Mike Bayer2008-04-032-105/+110