| Commit message (Expand) | Author | Age | Files | Lines |
| * | - apply pep8 to compiler.py | Mike Bayer | 2010-12-21 | 2 | -126/+221 |
| * | callcount reduction | Mike Bayer | 2010-12-20 | 1 | -14/+20 |
| * | more inlines | Mike Bayer | 2010-12-19 | 1 | -18/+17 |
| * | merge tip | Michael Trier | 2010-12-19 | 1 | -12/+4 |
| |\ |
|
| | * | - duh, compiled is per dialect | Mike Bayer | 2010-12-19 | 1 | -12/+4 |
| * | | Added NULLS FIRST and NULLS LAST support. | Michael Trier | 2010-12-19 | 3 | -3/+47 |
| |/ |
|
| * | - why type.dialect_impl(dialect).bind_processor(dialect), caching just the impl? | Mike Bayer | 2010-12-13 | 2 | -5/+2 |
| * | - another easy win, cache the calc of bind processors in the compiled object | Mike Bayer | 2010-12-12 | 1 | -0/+19 |
| * | - 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 | 2 | -9/+44 |
| |\ |
|
| | * | - Fixed operator precedence rules for multiple | Mike Bayer | 2010-11-25 | 2 | -8/+43 |
| * | | - move topological, queue into util | Mike Bayer | 2010-12-05 | 1 | -1/+2 |
| * | | - 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 |
| * | | - post_process_text() is called for DDL() constructs, in particular allowing | 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 | 2 | -22/+52 |
| * | | - merge FromObj cleanup, immutable .c attribute patch, [ticket:1917] | Mike Bayer | 2010-11-20 | 2 | -46/+79 |
| |\ \ |
|
| | * | | - adapt initial patch from [ticket:1917] to current tip | Mike Bayer | 2010-11-16 | 2 | -46/+79 |
| | |/ |
|
| * | | merge tip | Mike Bayer | 2010-11-14 | 4 | -46/+107 |
| |\ \
| |/ |
|
| | * | - move inline "import" statements to use new "util.importlater()" construct. ... | Mike Bayer | 2010-11-13 | 1 | -30/+11 |
| | * | - The REFERENCES clause in a CREATE TABLE that includes | Mike Bayer | 2010-11-12 | 1 | -1/+6 |
| | * | - Added type_coerce(expr, type_) expression element. | Mike Bayer | 2010-10-23 | 3 | -4/+57 |
| | * | - 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 |
| | * | - Patched a case where query.join() would adapt the | Mike Bayer | 2010-09-21 | 1 | -0/+19 |
| * | | merge tip | Mike Bayer | 2010-09-19 | 3 | -18/+86 |
| |\ \
| |/ |
|
| | * | - 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 | 2 | -9/+15 |
| | * | - lazy loads for relationship attributes now use | Mike Bayer | 2010-09-12 | 1 | -0/+25 |
| | * | - 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 |
| * | | - move LIMIT/OFFSET rendering to be as bind parameters, for all backends | Mike Bayer | 2010-08-29 | 1 | -3/+3 |
| |/ |
|
| * | 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 |
| * | - The generated index name also is based on | Mike Bayer | 2010-08-02 | 1 | -2/+4 |
| * | - Changed the scheme used to generate truncated | Mike Bayer | 2010-07-21 | 1 | -15/+15 |
| * | document the crap out of text(), Session.execute() | Mike Bayer | 2010-07-20 | 1 | -18/+75 |
| * | - Fixed bug that would prevent overridden clause | Mike Bayer | 2010-06-26 | 1 | -3/+5 |
| * | - The argument to "ESCAPE" of a LIKE operator or similar | Mike Bayer | 2010-06-24 | 1 | -4/+12 |
| * | - Modified the internals of "column annotation" such that | Mike Bayer | 2010-06-14 | 1 | -1/+1 |
| * | - Fixed concatenation of constraints when "PRIMARY KEY" | Mike Bayer | 2010-05-27 | 1 | -4/+4 |
| * | - Added table.add_is_dependent_on(othertable), allows manual | Mike Bayer | 2010-05-13 | 1 | -0/+5 |