| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 |
| * | - 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 |