| Commit message (Expand) | Author | Age | Files | Lines |
| * | copyright | Mike Bayer | 2012-05-05 | 1 | -1/+1 |
| * | improved docs on select_from() [ticket:2274] | Mike Bayer | 2011-09-26 | 1 | -5/+14 |
| * | - Fixed bug whereby with_only_columns() method of | Mike Bayer | 2011-09-21 | 1 | -6/+7 |
| * | Backed out changeset e5737a6d896ba54da07c7ffb0bc56121732ade72 - this only app... | Mike Bayer | 2011-07-24 | 1 | -1/+1 |
| * | - fix annotation for aliased() | Mike Bayer | 2011-07-24 | 1 | -1/+1 |
| * | - The join condition produced by with_parent | Mike Bayer | 2011-07-06 | 1 | -0/+9 |
| * | - Fixed subtle bug that caused SQL to blow | Mike Bayer | 2011-06-27 | 1 | -1/+1 |
| * | - Fixed a subtle bug involving column | Mike Bayer | 2011-06-27 | 1 | -1/+6 |
| * | - Adjusted the __contains__() method of | Mike Bayer | 2011-06-04 | 1 | -0/+9 |
| * | - merge 00380cf3c304ea7f1c7397f17b828166364c36ac from default | Mike Bayer | 2011-05-18 | 1 | -5/+7 |
| * | merge doc fixes from 0.7 | Mike Bayer | 2011-04-16 | 1 | -43/+109 |
| * | - The limit/offset keywords to select() as well | Mike Bayer | 2011-04-07 | 1 | -4/+4 |
| * | Corrected a bunch of spelling typos. | Diana Clarke | 2011-03-14 | 1 | -1/+1 |
| * | - figured out the ::autodata directive, can move the docstring for | Mike Bayer | 2011-02-09 | 1 | -0/+35 |
| * | - Added a `name` argument to `Query.subquery()`, to allow | Mike Bayer | 2011-01-30 | 1 | -34/+82 |
| * | -whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -176/+176 |
| * | - clean up copyright, update for 2011, stamp every file with | Mike Bayer | 2011-01-02 | 1 | -2/+2 |
| * | various formatting and hyperlinking fixes | Mike Bayer | 2010-12-09 | 1 | -0/+4 |
| * | - Fixed operator precedence rules for multiple | Mike Bayer | 2010-11-25 | 1 | -7/+35 |
| * | - move inline "import" statements to use new "util.importlater()" construct. ... | Mike Bayer | 2010-11-13 | 1 | -30/+11 |
| * | - Added type_coerce(expr, type_) expression element. | Mike Bayer | 2010-10-23 | 1 | -2/+50 |
| * | - fix a typo that was apparently not really impacting anything | Mike Bayer | 2010-09-25 | 1 | -1/+1 |
| * | doc edits | Mike Bayer | 2010-09-22 | 1 | -10/+13 |
| * | - as_scalar(), label() can be called on a selectable | Mike Bayer | 2010-09-18 | 1 | -3/+10 |
| * | - An informative error message is raised if a Column | Mike Bayer | 2010-09-18 | 1 | -9/+11 |
| * | - pending deprecation in 0.7 for the execute/scalar on clauseelement | Mike Bayer | 2010-09-07 | 1 | -6/+10 |
| * | - rewrote the "connections" section | Mike Bayer | 2010-09-05 | 1 | -4/+30 |
| * | docstring for query.correlate, [ticket:1889] | Mike Bayer | 2010-08-29 | 1 | -3/+3 |
| * | - Similarly, for relationship(), foreign_keys, | Mike Bayer | 2010-08-21 | 1 | -3/+3 |
| * | - 79 chars for expression | Mike Bayer | 2010-08-14 | 1 | -428/+559 |
| * | get slightly better about deprecations in docstrings, tho this is kind of an ... | Mike Bayer | 2010-08-09 | 1 | -2/+3 |
| * | - the _Label construct, i.e. the one that is produced | Mike Bayer | 2010-08-07 | 1 | -11/+9 |
| * | - the text() construct, if placed in a column | Mike Bayer | 2010-08-03 | 1 | -3/+3 |
| * | - Specifying a non-column based argument | Mike Bayer | 2010-08-02 | 1 | -0/+8 |
| * | - if @classproperty is used with a regular class-bound | Mike Bayer | 2010-08-02 | 1 | -1/+1 |
| * | document the crap out of text(), Session.execute() | Mike Bayer | 2010-07-20 | 1 | -18/+75 |
| * | - func.XXX() doesn't inadvertently resolve to non-Function | Mike Bayer | 2010-05-13 | 1 | -1/+3 |
| * | - the _make_proxy() method of ColumnClause and Column now use | Mike Bayer | 2010-05-10 | 1 | -1/+13 |
| * | - expr.in_() now accepts a text() construct as the argument. | Mike Bayer | 2010-05-08 | 1 | -2/+9 |
| * | remove a few superfluous imports | Mike Bayer | 2010-04-29 | 1 | -10/+11 |
| * | - beef up the --reversetop test option to embed RandomSet throughout the ORM | Mike Bayer | 2010-04-15 | 1 | -0/+3 |
| * | - somejoin.select(fold_equivalents=True) is no longer | Mike Bayer | 2010-04-11 | 1 | -6/+1 |
| * | - Added new 'compiled_cache' execution option. A dictionary | Mike Bayer | 2010-04-07 | 1 | -0/+17 |
| * | - Restored some bind-labeling logic from 0.5 which ensures | Mike Bayer | 2010-03-31 | 1 | -0/+10 |
| * | - Added with_hint() method to Query() construct. This calls | Mike Bayer | 2010-03-27 | 1 | -1/+29 |
| * | - join() will now simulate a NATURAL JOIN by default. Meaning, | Mike Bayer | 2010-03-19 | 1 | -2/+6 |
| * | - The except_() method now renders as MINUS on Oracle, | Mike Bayer | 2010-03-16 | 1 | -8/+13 |
| * | whitespace fixes to improve readability (shortened excessively long lines, an... | Brad Allen | 2010-03-15 | 1 | -28/+42 |
| * | fixed up docs for execution_options() across all three locations. | Mike Bayer | 2010-03-09 | 1 | -1/+13 |
| * | base tests pass | Mike Bayer | 2010-03-09 | 1 | -1/+1 |