summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - attempt to write part of _populate_full in C. Performance differenceattempt_c_loadingMike Bayer2014-08-293-2/+261
* - 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
* - dropping callcountsMike Bayer2014-08-291-6/+98
* inlines galoreMike Bayer2014-08-291-34/+32
* - major refactoring/inlining to loader.instances(), though not reallyMike Bayer2014-08-2817-544/+289
* - Made a small adjustment to the mechanics of lazy loading,Mike Bayer2014-08-284-3/+98
* - flake8Mike Bayer2014-08-281-212/+298
* - 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-287-46/+166
* - The behavior of :paramref:`.joinedload.innerjoin` as well asMike Bayer2014-08-266-51/+136
* - hard-won pep8 formatting of one of the giants...Mike Bayer2014-08-261-1013/+1476
* - updates to migration / changelog for 1.0Mike Bayer2014-08-264-26/+165
* - changelog for pr bitbucket:28Mike Bayer2014-08-251-0/+9
* Merge branch 'mutable-dict-update' of https://bitbucket.org/goodscloud/sqlalc...Mike Bayer2014-08-252-0/+16
|\
| * add update() support to MutableDictMatt Chisholm2014-08-092-0/+16
* | - changelog for pr bitbucket:27Mike Bayer2014-08-251-0/+10
* | Merge branch 'mutable-dict-coerce-fix' of https://bitbucket.org/goodscloud/sq...Mike Bayer2014-08-252-3/+56
|\ \
| * | fix MutableDict.coerceMatt Chisholm2014-08-092-3/+56
| |/
* | - mention that FOUND_ROWS is hardcoded; fixes #3146Mike Bayer2014-08-251-7/+5
* | - The "resurrect" ORM event has been removed. This event hook hadMike Bayer2014-08-253-23/+8
* | Merge branch 'pr129'Mike Bayer2014-08-233-1/+168
|\ \
| * | - pep8 formatting for pg table opts feature, testsMike Bayer2014-08-233-46/+145
| * | Adding postgres create table options documentationpr/129Malik Diarra2014-08-171-0/+16
| * | Correcting options name from withoids to with_oidsMalik Diarra2014-08-172-6/+6
| * | quoting tablespace name in create table command in postgresql dialectMalik Diarra2014-08-172-1/+7
| * | Adding oids and on_commit table optionsMalik Diarra2014-08-172-1/+33
| * | Adding a tablespace options for postgresql create tableMalik Diarra2014-08-172-1/+15
* | | Merge remote-tracking branch 'origin/pr/131'Mike Bayer2014-08-211-1/+4
|\ \ \
| * | | Add note on begin_nested requiring rollback/commitpr/131Gunnlaugur Þór Briem2014-08-211-1/+4
* | | | Merge pull request #130 from gthb/docfix-1mike bayer2014-08-213-4/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Fix doc typo 'conjunection'pr/130Gunnlaugur Þór Briem2014-08-212-2/+2
| * | | Fix copy-paste error in Delete docGunnlaugur Þór Briem2014-08-211-2/+2
|/ / /
* | | - fix linkMike Bayer2014-08-211-1/+1
* | | - The INSERT...FROM SELECT construct now implies ``inline=True``Mike Bayer2014-08-205-16/+163
* | | - pep8Mike Bayer2014-08-201-16/+29
* | | - factor out determination of current version id out ofMike Bayer2014-08-201-55/+55
* | | - Fixed bug in connection pool logging where the "connection checked out"Mike Bayer2014-08-203-12/+106
* | | - pep8 cleanupMike Bayer2014-08-202-25/+13