summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | - check for None linker...Mike Bayer2014-09-081-1/+1
* | | | | - Added new event handlers :meth:`.AttributeEvents.init_collection`Mike Bayer2014-09-075-20/+128
* | | | | - remove some old cruftMike Bayer2014-09-074-78/+93
* | | | | - mako_layout isn't used, remove itMike Bayer2014-09-072-4/+4
* | | | | Merge pull request #133 from hiaselhans/doc_epubmike bayer2014-09-072-1/+8
|\ \ \ \ \
| * | | | | Docs: use the base layout when mako_layout=='epub'pr/133hiaselhans2014-09-072-1/+8
* | | | | | - changelog and migration for #3188, #3148.Mike Bayer2014-09-072-1/+108
* | | | | | - rework ColumnAdapter and ORMAdapter to only provide the featuresticket_3148Mike Bayer2014-09-076-103/+521
* | | | | | - enhance ClauseAdapter / ColumnAdapter to have new behaviors with labels.Mike Bayer2014-09-078-35/+128
* | | | | | wip for #3148Mike Bayer2014-09-069-17/+192
* | | | | | - 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-054-1/+70
* | | | | - delete the file first here so this is deterministicMike Bayer2014-09-051-0/+3
* | | | | - tiny refactors #1-#5Mike Bayer2014-09-054-104/+175
* | | | | - ensure literal_binds works with LIMIT clause, FOR UPDATEMike Bayer2014-09-0310-29/+48
* | | | | - The hostname-based connection format for SQL Server when usingMike Bayer2014-09-035-64/+102
* | | | | - default dialect, plus test against the default dialect...Mike Bayer2014-09-021-1/+1
* | | | | - An adjustment to table/index reflection such that if an indexMike Bayer2014-09-023-8/+48
* | | | | default dialectMike Bayer2014-09-021-0/+2
* | | | | - add logic to compiler such that if stack is empty, we justMike Bayer2014-09-025-3/+57
* | | | | - reorganizeMike Bayer2014-09-011-434/+436
* | | | | - The :func:`~.expression.column` and :func:`~.expression.table`Mike Bayer2014-09-0133-200/+779
* | | | | - more updates to text docs, literal_column, column etc. in prepMike Bayer2014-09-013-41/+177
* | | | | - walk back these literal SQL lectures into something much more succinct.Mike Bayer2014-08-312-100/+23
* | | | | - improve from_statement() docMike Bayer2014-08-311-3/+9
* | | | | - optional 'b' here for py3kMike Bayer2014-08-311-1/+1
* | | | | - refine this a bit to better check for exception typeMike Bayer2014-08-311-7/+8
* | | | | - these tests were squashing deprecation warnings all along...Mike Bayer2014-08-311-5/+8
* | | | | - A new style of warning can be emitted which will "filter" up toMike Bayer2014-08-3117-132/+226
* | | | | - updated callcountsMike Bayer2014-08-311-4/+4
* | | | | - start encouraging the use of text() for injection of string-based SQLMike Bayer2014-08-312-15/+18
* | | | | - alter the yield_per eager restriction such that joined many-to-one loadsMike Bayer2014-08-305-20/+100
* | | | | - continue moving things out that don't need to be thereMike Bayer2014-08-302-68/+73
* | | | | - clean up zoomark a little and try to get new profiles writtenMike Bayer2014-08-304-14/+21
* | | | | - do the polymorphic thing as a decorator so it's out of the way otherwiseMike Bayer2014-08-291-31/+22
* | | | | - bump callcounts downMike Bayer2014-08-291-5/+105
* | | | | - 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
* | | | | - use default dialect for compile test hereMike Bayer2014-08-291-1/+2
* | | | | - defaultdict benchmarks faster than a namedtuple; OKMike Bayer2014-08-294-108/+109
* | | | | - 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-292-11/+56
* | | | | - The :class:`.Query` will raise an exception when :meth:`.Query.yield_per`Mike Bayer2014-08-295-4/+80
* | | | | - we've got 25% improvement so let's talk about itMike Bayer2014-08-291-0/+48
* | | | | - 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-294-4/+90