| Commit message (Expand) | Author | Age | Files | Lines |
* | more docs on this | Mike Bayer | 2010-09-12 | 1 | -10/+8 |
* | unify query.with_parent, util.with_parent, fix docs some more | Mike Bayer | 2010-09-06 | 1 | -37/+18 |
* | - query.with_parent() now accepts transient objects | Mike Bayer | 2010-09-06 | 1 | -16/+31 |
* | almost through. | Mike Bayer | 2010-09-04 | 1 | -2/+7 |
* | Apply more memoization to Mapper attributes & subject to group expiry. | Jason Kirtland | 2010-09-03 | 1 | -2/+6 |
* | docstring for query.correlate, [ticket:1889] | Mike Bayer | 2010-08-29 | 1 | -3/+22 |
* | get slightly better about deprecations in docstrings, tho this is kind of an ... | Mike Bayer | 2010-08-09 | 1 | -1/+3 |
* | - some of the refinements from the sa_synonyms branch which will | Mike Bayer | 2010-08-08 | 1 | -3/+3 |
* | - worked through about 25% of mappers.rst to implement | Mike Bayer | 2010-08-01 | 1 | -4/+21 |
* | - Column-entities (i.e. query(Foo.id)) copy theirrel_0_6_3 | Mike Bayer | 2010-07-15 | 1 | -2/+4 |
* | - added "expr" to the column descriptions accessor, this is | Mike Bayer | 2010-07-08 | 1 | -4/+10 |
* | - 78 chars | Mike Bayer | 2010-07-08 | 1 | -19/+69 |
* | - Query.join() will check for a call of the | Mike Bayer | 2010-07-01 | 1 | -3/+12 |
* | - query.order_by() now accepts False, which cancels | Mike Bayer | 2010-06-17 | 1 | -9/+26 |
* | - Query.statement, Query.subquery(), etc. now transfer | Mike Bayer | 2010-06-14 | 1 | -2/+5 |
* | - Pool classes will reuse the same "pool_logging_name" setting | Mike Bayer | 2010-05-30 | 1 | -4/+1 |
* | some pep-8ing | Mike Bayer | 2010-05-13 | 1 | -216/+388 |
* | - Added with_hint() method to Query() construct. This calls | Mike Bayer | 2010-03-27 | 1 | -1/+24 |
* | - fix some final pathing stuff, we weren't getting all the loads in the | Mike Bayer | 2010-03-24 | 1 | -9/+16 |
* | - made final refinements to the feature and we are 100% go on subquery loading. | Mike Bayer | 2010-03-24 | 1 | -1/+13 |
* | - removed need for _subq_aliasing workaround | Mike Bayer | 2010-03-24 | 1 | -7/+1 |
* | everything everything passes on this one. still want to get rid of that hack... | Mike Bayer | 2010-03-24 | 1 | -1/+2 |
* | this version works with *all* the polymorphic scenarios by putting the subque... | Mike Bayer | 2010-03-24 | 1 | -2/+1 |
* | - Query.join() will detect if the end result will be | Mike Bayer | 2010-03-24 | 1 | -0/+7 |
* | getting inheritance to work. some complex cases may have to fail for the tim... | Mike Bayer | 2010-03-23 | 1 | -8/+15 |
* | - added add_columns() to Query - pending deprecates add_column() | Mike Bayer | 2010-03-23 | 1 | -3/+12 |
* | this version actually works for all existing tests plus simple self-referential. | Mike Bayer | 2010-03-23 | 1 | -7/+8 |
* | and here's where it gets *fun* ! so much for being easy | Mike Bayer | 2010-03-22 | 1 | -1/+2 |
* | - Fixed bug in Query whereby calling q.join(prop).from_self(...). | Mike Bayer | 2010-03-22 | 1 | -3/+5 |
* | - Fixed bug whereby calling query(A).join(A.bs).add_entity(B) | Mike Bayer | 2010-03-19 | 1 | -1/+2 |
* | - The official name for the relation() function is now | Mike Bayer | 2010-03-17 | 1 | -8/+8 |
* | - query.get() now returns None if queried for an identifier | Mike Bayer | 2010-03-13 | 1 | -12/+18 |
* | formatting | Mike Bayer | 2010-03-11 | 1 | -4/+4 |
* | - query.scalar() now raises an exception if more than one | Mike Bayer | 2010-03-11 | 1 | -3/+10 |
* | - Calling query.order_by() or query.distinct() before calling | Mike Bayer | 2010-03-11 | 1 | -2/+6 |
* | fixed up docs for execution_options() across all three locations. | Mike Bayer | 2010-03-09 | 1 | -7/+7 |
* | - A major fix in query.join(), when the "on" clause is an | Mike Bayer | 2010-02-24 | 1 | -8/+23 |
* | - query.one() no longer applies LIMIT to the query, this to | Mike Bayer | 2010-02-14 | 1 | -31/+64 |
* | - Documentation clarification for query.delete() | Mike Bayer | 2010-02-13 | 1 | -4/+8 |
* | - reduced a bit of overhead in attribute expiration, particularly | Mike Bayer | 2010-02-13 | 1 | -2/+3 |
* | - Query called in the context of an expression will render | Mike Bayer | 2010-02-08 | 1 | -2/+12 |
* | not ready to put execution_options in the text()/select() constructors yet | Mike Bayer | 2010-01-24 | 1 | -2/+5 |
* | - query.select_from() also accepts mapped classes, aliased() | Mike Bayer | 2010-01-20 | 1 | -2/+12 |
* | statement_options -> execution_options | Mike Bayer | 2010-01-17 | 1 | -12/+14 |
* | - added "statement_options()" to Query, to so options can be | Mike Bayer | 2010-01-16 | 1 | -8/+32 |
* | restore common_parent logic in correspoinds_to, fixes [ticket:1657] | Mike Bayer | 2010-01-15 | 1 | -2/+2 |
* | NamedTuple is pickleable ! no really with all the protocols too ! | Mike Bayer | 2010-01-13 | 1 | -3/+2 |
* | OK, you can't merge NamedTuples and such. Fine. New query method. | Mike Bayer | 2010-01-12 | 1 | -0/+53 |
* | have paths represented as their actual mapper, not the base mapper, allowing | Mike Bayer | 2010-01-11 | 1 | -3/+3 |
* | - cut down on a few hundred method calls | Mike Bayer | 2010-01-11 | 1 | -1/+1 |