| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 |
| * | still thinking about stuff here | Mike Bayer | 2010-03-08 | 1 | -3/+11 |
| * | working on getting operators/left hand type awareness into the "bind" coercio... | Mike Bayer | 2010-03-08 | 1 | -26/+29 |
| * | - adjusted the literal coercion rules to take the left side's type into accou... | Mike Bayer | 2010-03-01 | 1 | -0/+2 |
| * | - make tuple a little more friendly | Mike Bayer | 2010-02-28 | 1 | -0/+1 |
| * | - Made sqlalchemy.sql.expressions.Executable part of public | Mike Bayer | 2010-02-12 | 1 | -22/+32 |
| * | - The type/expression system now does a more complete job | Mike Bayer | 2010-02-11 | 1 | -45/+43 |
| * | - FunctionElement subclasses are now directly executable the | Mike Bayer | 2010-02-07 | 1 | -3/+4 |
| * | - Added math negation operator support, -x. | Mike Bayer | 2010-02-05 | 1 | -0/+6 |
| * | fix the kwargs scoping. mysteriously was affecting pool gcing | Mike Bayer | 2010-01-29 | 1 | -4/+5 |
| * | - inline some code and turn some instance-level defaults into class level | Mike Bayer | 2010-01-29 | 1 | -3/+7 |
| * | - the "autocommit" flag on select() and text() as well | Mike Bayer | 2010-01-28 | 1 | -19/+44 |
| * | against is optional | Mike Bayer | 2010-01-28 | 1 | -1/+1 |
| * | - allow exists(s.as_scalar()) to work | Mike Bayer | 2010-01-28 | 1 | -1/+1 |
| * | add an informative error msg for non-collection passed to select() | Mike Bayer | 2010-01-28 | 1 | -2/+8 |
| * | - Added a tuple_() construct, allows sets of expressions | Mike Bayer | 2010-01-25 | 1 | -5/+38 |
| * | - union(), intersect(), except() and other "compound" types | Mike Bayer | 2010-01-25 | 1 | -5/+1 |
| * | - Connection has execution_options(), generative method | Mike Bayer | 2010-01-24 | 1 | -5/+7 |
| * | not ready to put execution_options in the text()/select() constructors yet | Mike Bayer | 2010-01-24 | 1 | -9/+3 |
| * | statement_options -> execution_options | Mike Bayer | 2010-01-17 | 1 | -30/+32 |
| * | - added "statement_options()" to Query, to so options can be | Mike Bayer | 2010-01-16 | 1 | -22/+43 |
| * | happy new year | Mike Bayer | 2010-01-07 | 1 | -1/+1 |
| * | - Fixed a column arithmetic bug that affected column | Mike Bayer | 2010-01-03 | 1 | -1/+2 |
| * | - clarify ForeignKey docs, copy operation | Mike Bayer | 2010-01-02 | 1 | -186/+187 |
| * | - calling expr.in_([]), i.e. with an empty list, emits a warning | Mike Bayer | 2009-12-29 | 1 | -1/+9 |
| * | - Fixed bug preventing alias() of an alias() from being | Mike Bayer | 2009-12-18 | 1 | -1/+1 |
| * | documentation patch for [ticket:1354] | Mike Bayer | 2009-12-09 | 1 | -2/+8 |
| * | - removed needless "counter" behavior with select() | Mike Bayer | 2009-12-08 | 1 | -8/+0 |