summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* change functionspr/137jona2014-09-161-7/+12
* - Fixed warning that would emit when a complex self-referentialMike Bayer2014-09-111-4/+4
* - Fixed bug in ordering list where the order of items would beMike Bayer2014-09-102-2/+15
* - add in all the method-chained methods to the parameter descriptionsMike Bayer2014-09-091-43/+131
* - rework the previous "order by" system in terms of the new one,Mike Bayer2014-09-084-44/+84
* - check for None linker...Mike Bayer2014-09-081-1/+1
* - Added new event handlers :meth:`.AttributeEvents.init_collection`Mike Bayer2014-09-073-20/+79
* - remove some old cruftMike Bayer2014-09-074-78/+93
* - rework ColumnAdapter and ORMAdapter to only provide the featuresticket_3148Mike Bayer2014-09-073-88/+77
* - enhance ClauseAdapter / ColumnAdapter to have new behaviors with labels.Mike Bayer2014-09-076-30/+43
* wip for #3148Mike Bayer2014-09-066-14/+50
* - document all the varities of _label on the base ColumnElementMike Bayer2014-09-062-12/+56
* - omit MySQL index flavor if its NoneMike Bayer2014-09-051-1/+2
* - MySQL boolean symbols "true", "false" work again. 0.9's changeMike Bayer2014-09-051-0/+12
* - tiny refactors #1-#5Mike Bayer2014-09-053-102/+130
* - ensure literal_binds works with LIMIT clause, FOR UPDATEMike Bayer2014-09-038-27/+42
* - The hostname-based connection format for SQL Server when usingMike Bayer2014-09-032-58/+50
* - An adjustment to table/index reflection such that if an indexMike Bayer2014-09-021-8/+17
* - add logic to compiler such that if stack is empty, we justMike Bayer2014-09-023-2/+13
* - The :func:`~.expression.column` and :func:`~.expression.table`Mike Bayer2014-09-0111-55/+180
* - more updates to text docs, literal_column, column etc. in prepMike Bayer2014-09-011-9/+20
* - improve from_statement() docMike Bayer2014-08-311-3/+9
* - refine this a bit to better check for exception typeMike Bayer2014-08-311-7/+8
* - A new style of warning can be emitted which will "filter" up toMike Bayer2014-08-3112-130/+144
* - alter the yield_per eager restriction such that joined many-to-one loadsMike Bayer2014-08-302-7/+16
* - continue moving things out that don't need to be thereMike Bayer2014-08-301-68/+59
* - clean up zoomark a little and try to get new profiles writtenMike Bayer2014-08-301-5/+10
* - do the polymorphic thing as a decorator so it's out of the way otherwiseMike Bayer2014-08-291-31/+22
* - pull out populators back into separate functions, though still very inlinedMike Bayer2014-08-291-82/+114
* - further move things vertically, at which point things are inlined enoughMike Bayer2014-08-291-51/+60
* - need to use safe_discard() at least in _restore_snapshot(), let's use itMike Bayer2014-08-291-3/+3
* - defaultdict benchmarks faster than a namedtuple; OKMike Bayer2014-08-293-107/+104
* - reorganize how create_row_processor() communicates up toMike Bayer2014-08-293-82/+84
* - re-establish and test some behavior from previous versions, thatMike Bayer2014-08-291-11/+12
* - The :class:`.Query` will raise an exception when :meth:`.Query.yield_per`Mike Bayer2014-08-292-3/+20
* - add some more docs to yield_perMike Bayer2014-08-291-18/+38
* - use a faster discard when loadingMike Bayer2014-08-293-4/+16
* - inline the commit of partials tooMike Bayer2014-08-291-3/+3
* - Changed the approach by which the "single inheritance criterion"Mike Bayer2014-08-291-1/+1
* inlines galoreMike Bayer2014-08-291-34/+32
* - major refactoring/inlining to loader.instances(), though not reallyMike Bayer2014-08-2812-458/+188
* - Made a small adjustment to the mechanics of lazy loading,Mike Bayer2014-08-282-2/+7
* - this is small optimization, currently it's the best we can doMike Bayer2014-08-281-1/+2
* - A new implementation for :class:`.KeyedTuple` used by theMike Bayer2014-08-284-21/+66
* - The behavior of :paramref:`.joinedload.innerjoin` as well asMike Bayer2014-08-263-20/+48
* - updates to migration / changelog for 1.0Mike Bayer2014-08-261-1/+1
* Merge branch 'mutable-dict-update' of https://bitbucket.org/goodscloud/sqlalc...Mike Bayer2014-08-251-0/+4
|\
| * add update() support to MutableDictMatt Chisholm2014-08-091-0/+4
* | Merge branch 'mutable-dict-coerce-fix' of https://bitbucket.org/goodscloud/sq...Mike Bayer2014-08-251-3/+3
|\ \
| * | fix MutableDict.coerceMatt Chisholm2014-08-091-3/+3
| |/