| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | - Fixed bug whereby nesting a label of a select() | Mike Bayer | 2011-05-18 | 1 | -5/+7 |
| * | - move documentation of available execution options to Connection - this is t... | Mike Bayer | 2011-04-17 | 1 | -46/+24 |
| * | - Added explicit true()/false() constructs to expression | Mike Bayer | 2011-04-17 | 1 | -3/+51 |
| * | a crapload of doc tweaks including [ticket:1666], thanks Toby ! | Mike Bayer | 2011-04-16 | 1 | -42/+108 |
| * | - fixed bug where "from" clause gathering from an | Mike Bayer | 2011-04-14 | 1 | -2/+2 |
| * | - The limit/offset keywords to select() as well | Mike Bayer | 2011-04-07 | 1 | -4/+8 |
| * | - add some function examples, [ticket:2107] | Mike Bayer | 2011-04-02 | 1 | -0/+2 |
| * | - Added new generic function "next_value()", accepts | Mike Bayer | 2011-03-20 | 1 | -4/+6 |
| * | - some doc reorg | Mike Bayer | 2011-03-17 | 1 | -114/+114 |
| * | corrected a bunch of spelling typos | Diana Clarke | 2011-02-28 | 1 | -3/+3 |
| * | Fixed doc problem. Thanks Toby Ho. | Michael Trier | 2011-03-14 | 1 | -1/+1 |
| * | - The concept of associating a ".bind" directly with a | Mike Bayer | 2011-02-10 | 1 | -39/+34 |
| * | - Added over() function, method to FunctionElement | Mike Bayer | 2011-02-10 | 1 | -4/+160 |
| * | - Query.distinct() now accepts column expressions | Mike Bayer | 2011-02-10 | 1 | -41/+100 |
| * | - figured out the ::autodata directive, can move the docstring for | Mike Bayer | 2011-02-09 | 1 | -0/+35 |
| * | yikes, change that name on the Alias class too | Mike Bayer | 2011-01-30 | 1 | -6/+6 |
| * | - Added a `name` argument to `Query.subquery()`, to allow | Mike Bayer | 2011-01-30 | 1 | -33/+79 |
| * | rename 'frozendict' to 'immutabledict', since 'frozen' implies hashability | Mike Bayer | 2011-01-20 | 1 | -3/+3 |
| * | - execution_options() on Connection accepts | Mike Bayer | 2011-01-16 | 1 | -11/+25 |
| * | - getting slightly more consistent behavior for the edge case of pk columns | Mike Bayer | 2011-01-15 | 1 | -7/+8 |
| * | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -207/+207 |
| * | - clean up copyright, update for 2011, stamp every file with | Mike Bayer | 2011-01-02 | 1 | -2/+2 |
| * | - remove OrderedSet usage from a critical area | Mike Bayer | 2010-12-22 | 1 | -11/+0 |
| * | - apply pep8 to compiler.py | Mike Bayer | 2010-12-21 | 1 | -4/+4 |
| * | callcount reduction | Mike Bayer | 2010-12-20 | 1 | -14/+20 |
| * | Added NULLS FIRST and NULLS LAST support. | Michael Trier | 2010-12-19 | 1 | -3/+39 |
| * | - why type.dialect_impl(dialect).bind_processor(dialect), caching just the impl? | Mike Bayer | 2010-12-13 | 1 | -3/+0 |
| * | - callcounts | Mike Bayer | 2010-12-10 | 1 | -17/+40 |
| * | various formatting and hyperlinking fixes | Mike Bayer | 2010-12-09 | 1 | -0/+4 |
| * | - merge default tip | Mike Bayer | 2010-12-05 | 1 | -7/+35 |
| |\ |
|
| | * | - Fixed operator precedence rules for multiple | Mike Bayer | 2010-11-25 | 1 | -7/+35 |
| * | | - replace util.py with util/ package, [ticket:1986] | Mike Bayer | 2010-11-28 | 1 | -1/+1 |
| * | | - the "type_map" dictionary in sqlalchemy.types is now private, | Mike Bayer | 2010-11-28 | 1 | -1/+1 |
| * | | - _literal_as_text raises if the incoming arg is not a Visitable or basestring. | Mike Bayer | 2010-11-28 | 1 | -1/+3 |
| * | | - bindparam() gets a new option "callable", which is a lambda or def | Mike Bayer | 2010-11-20 | 1 | -18/+48 |
| * | | - adapt initial patch from [ticket:1917] to current tip | Mike Bayer | 2010-11-16 | 1 | -45/+78 |
| |/ |
|
| * | - 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 |