summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
* - attempt to write part of _populate_full in C. Performance differenceattempt_c_loadingMike Bayer2014-08-292-1/+258
* - 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
| |/
* | - 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-252-23/+0
* | Merge branch 'pr129'Mike Bayer2014-08-231-1/+71
|\ \
| * | - pep8 formatting for pg table opts feature, testsMike Bayer2014-08-231-24/+59
| * | Adding postgres create table options documentationpr/129Malik Diarra2014-08-171-0/+16
| * | Correcting options name from withoids to with_oidsMalik Diarra2014-08-171-3/+3
| * | quoting tablespace name in create table command in postgresql dialectMalik Diarra2014-08-171-1/+2
| * | Adding oids and on_commit table optionsMalik Diarra2014-08-171-1/+11
| * | Adding a tablespace options for postgresql create tableMalik Diarra2014-08-171-1/+9
* | | Fix doc typo 'conjunection'pr/130Gunnlaugur Þór Briem2014-08-211-1/+1
* | | 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-202-14/+24
* | | - 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-201-10/+12
* | | - simplify PK logic in update for row switchMike Bayer2014-08-192-16/+9
* | | - optimize collection of cols we insert as noneMike Bayer2014-08-182-17/+11
* | | - move out checks for table in mapper._pks_by_tableMike Bayer2014-08-181-16/+32
* | | - further reorganize collect_insert_commands to distinguish betweenMike Bayer2014-08-181-13/+21
* | | - organize persistence methods in terms of generators,Mike Bayer2014-08-181-93/+94
* | | - major simplification of _collect_update_commands. in particular,Mike Bayer2014-08-182-83/+70
* | | - Fixed bug where attribute "set" events or columns withMike Bayer2014-08-172-19/+22
* | | - oldest screwup in the book, forgot the fileMike Bayer2014-08-161-0/+167
|/ /
* | - rework profiling, zoomark tests into single tests so thatMike Bayer2014-08-162-250/+78
* | - changelog for pullreq github:125Mike Bayer2014-08-161-0/+10
* | Merge remote-tracking branch 'origin/pr/125' into pr125Mike Bayer2014-08-161-3/+1
|\ \
| * | pg8000 now supports sane_multi_rowcountpr/125Tony Locke2014-08-021-1/+1