| Commit message (Expand) | Author | Age | Files | Lines |
* | - rework ColumnAdapter and ORMAdapter to only provide the featuresticket_3148 | Mike Bayer | 2014-09-07 | 6 | -103/+521 |
* | - enhance ClauseAdapter / ColumnAdapter to have new behaviors with labels. | Mike Bayer | 2014-09-07 | 8 | -35/+128 |
* | wip for #3148 | Mike Bayer | 2014-09-06 | 9 | -17/+192 |
* | - document all the varities of _label on the base ColumnElement | Mike Bayer | 2014-09-06 | 2 | -12/+56 |
* | - omit MySQL index flavor if its None | Mike Bayer | 2014-09-05 | 1 | -1/+2 |
* | - MySQL boolean symbols "true", "false" work again. 0.9's change | Mike Bayer | 2014-09-05 | 4 | -1/+70 |
* | - delete the file first here so this is deterministic | Mike Bayer | 2014-09-05 | 1 | -0/+3 |
* | - tiny refactors #1-#5 | Mike Bayer | 2014-09-05 | 4 | -104/+175 |
* | - ensure literal_binds works with LIMIT clause, FOR UPDATE | Mike Bayer | 2014-09-03 | 10 | -29/+48 |
* | - The hostname-based connection format for SQL Server when using | Mike Bayer | 2014-09-03 | 5 | -64/+102 |
* | - default dialect, plus test against the default dialect... | Mike Bayer | 2014-09-02 | 1 | -1/+1 |
* | - An adjustment to table/index reflection such that if an index | Mike Bayer | 2014-09-02 | 3 | -8/+48 |
* | default dialect | Mike Bayer | 2014-09-02 | 1 | -0/+2 |
* | - add logic to compiler such that if stack is empty, we just | Mike Bayer | 2014-09-02 | 5 | -3/+57 |
* | - reorganize | Mike Bayer | 2014-09-01 | 1 | -434/+436 |
* | - The :func:`~.expression.column` and :func:`~.expression.table` | Mike Bayer | 2014-09-01 | 33 | -200/+779 |
* | - more updates to text docs, literal_column, column etc. in prep | Mike Bayer | 2014-09-01 | 3 | -41/+177 |
* | - walk back these literal SQL lectures into something much more succinct. | Mike Bayer | 2014-08-31 | 2 | -100/+23 |
* | - improve from_statement() doc | Mike Bayer | 2014-08-31 | 1 | -3/+9 |
* | - optional 'b' here for py3k | Mike Bayer | 2014-08-31 | 1 | -1/+1 |
* | - refine this a bit to better check for exception type | Mike Bayer | 2014-08-31 | 1 | -7/+8 |
* | - these tests were squashing deprecation warnings all along... | Mike Bayer | 2014-08-31 | 1 | -5/+8 |
* | - A new style of warning can be emitted which will "filter" up to | Mike Bayer | 2014-08-31 | 17 | -132/+226 |
* | - updated callcounts | Mike Bayer | 2014-08-31 | 1 | -4/+4 |
* | - start encouraging the use of text() for injection of string-based SQL | Mike Bayer | 2014-08-31 | 2 | -15/+18 |
* | - alter the yield_per eager restriction such that joined many-to-one loads | Mike Bayer | 2014-08-30 | 5 | -20/+100 |
* | - continue moving things out that don't need to be there | Mike Bayer | 2014-08-30 | 2 | -68/+73 |
* | - clean up zoomark a little and try to get new profiles written | Mike Bayer | 2014-08-30 | 4 | -14/+21 |
* | - do the polymorphic thing as a decorator so it's out of the way otherwise | Mike Bayer | 2014-08-29 | 1 | -31/+22 |
* | - bump callcounts down | Mike Bayer | 2014-08-29 | 1 | -5/+105 |
* | - pull out populators back into separate functions, though still very inlined | Mike Bayer | 2014-08-29 | 1 | -82/+114 |
* | - further move things vertically, at which point things are inlined enough | Mike Bayer | 2014-08-29 | 1 | -51/+60 |
* | - need to use safe_discard() at least in _restore_snapshot(), let's use it | Mike Bayer | 2014-08-29 | 1 | -3/+3 |
* | - use default dialect for compile test here | Mike Bayer | 2014-08-29 | 1 | -1/+2 |
* | - defaultdict benchmarks faster than a namedtuple; OK | Mike Bayer | 2014-08-29 | 4 | -108/+109 |
* | - reorganize how create_row_processor() communicates up to | Mike Bayer | 2014-08-29 | 3 | -82/+84 |
* | - re-establish and test some behavior from previous versions, that | Mike Bayer | 2014-08-29 | 2 | -11/+56 |
* | - The :class:`.Query` will raise an exception when :meth:`.Query.yield_per` | Mike Bayer | 2014-08-29 | 5 | -4/+80 |
* | - we've got 25% improvement so let's talk about it | Mike Bayer | 2014-08-29 | 1 | -0/+48 |
* | - add some more docs to yield_per | Mike Bayer | 2014-08-29 | 1 | -18/+38 |
* | - use a faster discard when loading | Mike Bayer | 2014-08-29 | 3 | -4/+16 |
* | - inline the commit of partials too | Mike Bayer | 2014-08-29 | 1 | -3/+3 |
* | - Changed the approach by which the "single inheritance criterion" | Mike Bayer | 2014-08-29 | 4 | -4/+90 |
* | - dropping callcounts | Mike Bayer | 2014-08-29 | 1 | -6/+98 |
* | inlines galore | Mike Bayer | 2014-08-29 | 1 | -34/+32 |
* | - major refactoring/inlining to loader.instances(), though not really | Mike Bayer | 2014-08-28 | 17 | -544/+289 |
* | - Made a small adjustment to the mechanics of lazy loading, | Mike Bayer | 2014-08-28 | 4 | -3/+98 |
* | - flake8 | Mike Bayer | 2014-08-28 | 1 | -212/+298 |
* | - this is small optimization, currently it's the best we can do | Mike Bayer | 2014-08-28 | 1 | -1/+2 |
* | - A new implementation for :class:`.KeyedTuple` used by the | Mike Bayer | 2014-08-28 | 7 | -46/+166 |