summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/query.py
Commit message (Expand)AuthorAgeFilesLines
* fix to query.count to use mapper-defined primary key cols instead of those of...Mike Bayer2006-11-101-1/+2
* - improvement to single table inheritance to load full hierarchies beneathMike Bayer2006-11-031-1/+1
* - implemented from_obj argument for query.count, improves count functionMike Bayer2006-11-021-2/+11
* - fixed bug where eagerload() (nor lazyload()) option didn't properlyMike Bayer2006-10-311-1/+2
* converted imports to absoluteMike Bayer2006-10-261-4/+2
* - attributes module and test suite moves underneath 'orm' packageMike Bayer2006-10-221-0/+9
* re-implemented extension optionMike Bayer2006-10-211-2/+11
* more docMike Bayer2006-10-201-10/+24
* - cleanup to the last commitMike Bayer2006-10-191-2/+2
* progress on [ticket:329]Mike Bayer2006-10-191-4/+78
* restored "synonym" propertyMike Bayer2006-10-171-0/+2
* - a fair amount of cleanup to the schema package, removal of ambiguousMike Bayer2006-10-141-4/+2
* - merged loader_strategies branch into trunk.Mike Bayer2006-10-031-19/+39
* - internal refactoring to mapper instances() method to use aMike Bayer2006-09-301-2/+2
* - doc editMike Bayer2006-09-301-2/+0
* - specifying joins in the from_obj argument of query.select() willMike Bayer2006-09-271-8/+11
* removed lockmode from get_byMike Bayer2006-09-111-2/+1
* - implemented "version check" logic in Query/Mapper, usedMike Bayer2006-09-111-2/+2
* checks for invalid lockmode argumentMike Bayer2006-09-101-1/+4
* - changed "for_update" parameter to accept False/True/"nowait"Mike Bayer2006-09-101-9/+19
* - fix to using query.count() with distinct, **kwargs with SelectResultsMike Bayer2006-08-271-3/+10
* fixed construction of order_by with distinct queryMike Bayer2006-08-121-1/+1
* typo fix noticed by R MunnJonathan Ellis2006-07-311-1/+1
* _selectable interface; allows sqlsoup to pass its classes to Join and have th...Jonathan Ellis2006-07-211-3/+5
* fixed [ticket:245]rel_0_2_6Mike Bayer2006-07-201-2/+5
* reduced bind param size in query._get to appease the picky oracleMike Bayer2006-07-191-2/+2
* added "synonym()" function, applied to properties to have aMike Bayer2006-07-181-6/+8
* still having mappers not getting compiled...sigh...Mike Bayer2006-07-121-1/+1
* got MS-SQL support largely working, including reflection, basic types, fair a...Mike Bayer2006-07-011-1/+1
* fixed endless loop bug in select_by(), if the traversal hitMike Bayer2006-06-281-0/+4
* still fixing compilation.....dum de dum.....Mike Bayer2006-06-221-1/+1
* more development on using eager loads/limit/offset/join_via/order_by at the s...Mike Bayer2006-06-191-6/+22
* when Query does the "nested select" thing, it copies the ORDER BY to be place...Mike Bayer2006-06-191-0/+4
* fixed module scoping for class_mapper [ticket:201]Mike Bayer2006-06-081-1/+2
* late compilation of mappers. now you can create mappers in any order, and th...Mike Bayer2006-06-081-5/+5
* fixes half of [ticket:192], query.load()/get() with a unicode argument was fa...Mike Bayer2006-06-011-1/+1
* converted sqlsoup, got its doctests working (werent working in 0.1 either.......Mike Bayer2006-05-271-2/+8
* bind parameter conflict in _get() resolvedMike Bayer2006-05-251-2/+2
* workaround for get that requires multiple ids in the case of joined table inh...Mike Bayer2006-05-251-1/+7
* merged 0.2 branch into trunk; 0.1 now in sqlalchemy/branches/rel_0_1Mike Bayer2006-05-251-0/+331