| Commit message (Expand) | Author | Age | Files | Lines |
| * | It's the 'kwargs' which are iterable, not 'keys'pr/147 | Malthe Borch | 2014-10-30 | 1 | -2/+1 |
| * | - Fixed bug in single table inheritance where a chain of joins | Mike Bayer | 2014-10-23 | 1 | -4/+2 |
| * | - Fixed bug where the ON clause for :meth:`.Query.join`, | Mike Bayer | 2014-10-23 | 1 | -2/+5 |
| * | Merge remote-tracking branch 'origin/pr/137' into pr137 | Mike Bayer | 2014-10-21 | 1 | -7/+12 |
| |\ |
|
| | * | change functionspr/137 | jona | 2014-09-16 | 1 | -7/+12 |
| * | | - Fixed bug where :meth:`.Session.expunge` would not fully detach | Mike Bayer | 2014-10-19 | 2 | -5/+18 |
| * | | - for #3230, scale back the check to only look at columns that | Mike Bayer | 2014-10-19 | 1 | -15/+20 |
| * | | - A warning is emitted in the case of multiple relationships thatticket_3230 | Mike Bayer | 2014-10-19 | 1 | -0/+51 |
| * | | - The :meth:`.Query.update` method will now convert string key | Mike Bayer | 2014-10-16 | 2 | -13/+56 |
| * | | - Improvements to the mechanism used by :class:`.Session` to locate | Mike Bayer | 2014-10-14 | 1 | -43/+53 |
| * | | Merge remote-tracking branch 'origin/pr/140' into pr140 | Mike Bayer | 2014-10-11 | 2 | -3/+3 |
| |\ \ |
|
| | * | | cleanup exception handling - use new exception hierarchy (since python 2.5)pr/140 | ndparker | 2014-10-02 | 1 | -3/+1 |
| | * | | improve exception vs. exit handling | ndparker | 2014-09-23 | 2 | -2/+4 |
| * | | | - The ON clause rendered when using :meth:`.Query.join`, | Mike Bayer | 2014-10-09 | 1 | -0/+10 |
| * | | | - cyclomatic complexity: instrument_class goes from E to an A | Mike Bayer | 2014-09-27 | 1 | -11/+37 |
| * | | | - add explicit warning re: polymorphic_on, cascading is not supported | Mike Bayer | 2014-09-26 | 1 | -0/+6 |
| * | | | - refactor of declarative, break up into indiviudal methods | Mike Bayer | 2014-09-25 | 1 | -7/+6 |
| * | | | - clarify documentation on exists() that it is preferred to be in the | Mike Bayer | 2014-09-24 | 1 | -0/+13 |
| |/ / |
|
| * | | - Fixed bug that affected generally the same classes of event | Mike Bayer | 2014-09-18 | 1 | -4/+8 |
| * | | - Added new method :meth:`.Select.with_statement_hint` and ORM | Mike Bayer | 2014-09-18 | 1 | -2/+27 |
| |/ |
|
| * | - Fixed warning that would emit when a complex self-referential | Mike Bayer | 2014-09-11 | 1 | -4/+4 |
| * | - Fixed bug in ordering list where the order of items would be | Mike Bayer | 2014-09-10 | 1 | -0/+10 |
| * | - check for None linker... | Mike Bayer | 2014-09-08 | 1 | -1/+1 |
| * | - Added new event handlers :meth:`.AttributeEvents.init_collection` | Mike Bayer | 2014-09-07 | 3 | -20/+79 |
| * | - remove some old cruft | Mike Bayer | 2014-09-07 | 4 | -78/+93 |
| * | - rework ColumnAdapter and ORMAdapter to only provide the featuresticket_3148 | Mike Bayer | 2014-09-07 | 1 | -10/+8 |
| * | - enhance ClauseAdapter / ColumnAdapter to have new behaviors with labels. | Mike Bayer | 2014-09-07 | 3 | -9/+10 |
| * | wip for #3148 | Mike Bayer | 2014-09-06 | 2 | -5/+6 |
| * | - tiny refactors #1-#5 | Mike Bayer | 2014-09-05 | 1 | -3/+3 |
| * | - The :func:`~.expression.column` and :func:`~.expression.table` | Mike Bayer | 2014-09-01 | 2 | -9/+6 |
| * | - improve from_statement() doc | Mike Bayer | 2014-08-31 | 1 | -3/+9 |
| * | - A new style of warning can be emitted which will "filter" up to | Mike Bayer | 2014-08-31 | 3 | -11/+10 |
| * | - alter the yield_per eager restriction such that joined many-to-one loads | Mike Bayer | 2014-08-30 | 2 | -7/+16 |
| * | - continue moving things out that don't need to be there | Mike Bayer | 2014-08-30 | 1 | -68/+59 |
| * | - do the polymorphic thing as a decorator so it's out of the way otherwise | Mike Bayer | 2014-08-29 | 1 | -31/+22 |
| * | - 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 |
| * | - defaultdict benchmarks faster than a namedtuple; OK | Mike Bayer | 2014-08-29 | 3 | -107/+104 |
| * | - 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 | 1 | -11/+12 |
| * | - The :class:`.Query` will raise an exception when :meth:`.Query.yield_per` | Mike Bayer | 2014-08-29 | 2 | -3/+20 |
| * | - 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 | 1 | -1/+1 |
| * | inlines galore | Mike Bayer | 2014-08-29 | 1 | -34/+32 |
| * | - major refactoring/inlining to loader.instances(), though not really | Mike Bayer | 2014-08-28 | 9 | -454/+154 |
| * | - Made a small adjustment to the mechanics of lazy loading, | Mike Bayer | 2014-08-28 | 1 | -1/+4 |
| * | - A new implementation for :class:`.KeyedTuple` used by the | Mike Bayer | 2014-08-28 | 2 | -5/+10 |