| Commit message (Expand) | Author | Age | Files | Lines |
| * | fix to query.count to use mapper-defined primary key cols instead of those of... | Mike Bayer | 2006-11-10 | 1 | -1/+2 |
| * | - improvement to single table inheritance to load full hierarchies beneath | Mike Bayer | 2006-11-03 | 1 | -1/+1 |
| * | - implemented from_obj argument for query.count, improves count function | Mike Bayer | 2006-11-02 | 1 | -2/+11 |
| * | - fixed bug where eagerload() (nor lazyload()) option didn't properly | Mike Bayer | 2006-10-31 | 1 | -1/+2 |
| * | converted imports to absolute | Mike Bayer | 2006-10-26 | 1 | -4/+2 |
| * | - attributes module and test suite moves underneath 'orm' package | Mike Bayer | 2006-10-22 | 1 | -0/+9 |
| * | re-implemented extension option | Mike Bayer | 2006-10-21 | 1 | -2/+11 |
| * | more doc | Mike Bayer | 2006-10-20 | 1 | -10/+24 |
| * | - cleanup to the last commit | Mike Bayer | 2006-10-19 | 1 | -2/+2 |
| * | progress on [ticket:329] | Mike Bayer | 2006-10-19 | 1 | -4/+78 |
| * | restored "synonym" property | Mike Bayer | 2006-10-17 | 1 | -0/+2 |
| * | - a fair amount of cleanup to the schema package, removal of ambiguous | Mike Bayer | 2006-10-14 | 1 | -4/+2 |
| * | - merged loader_strategies branch into trunk. | Mike Bayer | 2006-10-03 | 1 | -19/+39 |
| * | - internal refactoring to mapper instances() method to use a | Mike Bayer | 2006-09-30 | 1 | -2/+2 |
| * | - doc edit | Mike Bayer | 2006-09-30 | 1 | -2/+0 |
| * | - specifying joins in the from_obj argument of query.select() will | Mike Bayer | 2006-09-27 | 1 | -8/+11 |
| * | removed lockmode from get_by | Mike Bayer | 2006-09-11 | 1 | -2/+1 |
| * | - implemented "version check" logic in Query/Mapper, used | Mike Bayer | 2006-09-11 | 1 | -2/+2 |
| * | checks for invalid lockmode argument | Mike Bayer | 2006-09-10 | 1 | -1/+4 |
| * | - changed "for_update" parameter to accept False/True/"nowait" | Mike Bayer | 2006-09-10 | 1 | -9/+19 |
| * | - fix to using query.count() with distinct, **kwargs with SelectResults | Mike Bayer | 2006-08-27 | 1 | -3/+10 |
| * | fixed construction of order_by with distinct query | Mike Bayer | 2006-08-12 | 1 | -1/+1 |
| * | typo fix noticed by R Munn | Jonathan Ellis | 2006-07-31 | 1 | -1/+1 |
| * | _selectable interface; allows sqlsoup to pass its classes to Join and have th... | Jonathan Ellis | 2006-07-21 | 1 | -3/+5 |
| * | fixed [ticket:245]rel_0_2_6 | Mike Bayer | 2006-07-20 | 1 | -2/+5 |
| * | reduced bind param size in query._get to appease the picky oracle | Mike Bayer | 2006-07-19 | 1 | -2/+2 |
| * | added "synonym()" function, applied to properties to have a | Mike Bayer | 2006-07-18 | 1 | -6/+8 |
| * | still having mappers not getting compiled...sigh... | Mike Bayer | 2006-07-12 | 1 | -1/+1 |
| * | got MS-SQL support largely working, including reflection, basic types, fair a... | Mike Bayer | 2006-07-01 | 1 | -1/+1 |
| * | fixed endless loop bug in select_by(), if the traversal hit | Mike Bayer | 2006-06-28 | 1 | -0/+4 |
| * | still fixing compilation.....dum de dum..... | Mike Bayer | 2006-06-22 | 1 | -1/+1 |
| * | more development on using eager loads/limit/offset/join_via/order_by at the s... | Mike Bayer | 2006-06-19 | 1 | -6/+22 |
| * | when Query does the "nested select" thing, it copies the ORDER BY to be place... | Mike Bayer | 2006-06-19 | 1 | -0/+4 |
| * | fixed module scoping for class_mapper [ticket:201] | Mike Bayer | 2006-06-08 | 1 | -1/+2 |
| * | late compilation of mappers. now you can create mappers in any order, and th... | Mike Bayer | 2006-06-08 | 1 | -5/+5 |
| * | fixes half of [ticket:192], query.load()/get() with a unicode argument was fa... | Mike Bayer | 2006-06-01 | 1 | -1/+1 |
| * | converted sqlsoup, got its doctests working (werent working in 0.1 either....... | Mike Bayer | 2006-05-27 | 1 | -2/+8 |
| * | bind parameter conflict in _get() resolved | Mike Bayer | 2006-05-25 | 1 | -2/+2 |
| * | workaround for get that requires multiple ids in the case of joined table inh... | Mike Bayer | 2006-05-25 | 1 | -1/+7 |
| * | merged 0.2 branch into trunk; 0.1 now in sqlalchemy/branches/rel_0_1 | Mike Bayer | 2006-05-25 | 1 | -0/+331 |