| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | | | - 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 | 12 | -458/+188 |
| * | | | | - Made a small adjustment to the mechanics of lazy loading, | Mike Bayer | 2014-08-28 | 2 | -2/+7 |
| * | | | | - this is small optimization, currently it's the best we can do | Mike Bayer | 2014-08-28 | 1 | -1/+2 |
| * | | | | - A new implementation for :class:`.KeyedTuple` used by the | Mike Bayer | 2014-08-28 | 4 | -21/+66 |
| * | | | | - The behavior of :paramref:`.joinedload.innerjoin` as well as | Mike Bayer | 2014-08-26 | 3 | -20/+48 |
| * | | | | - updates to migration / changelog for 1.0 | Mike Bayer | 2014-08-26 | 1 | -1/+1 |
| | |_|/
|/| | |
|
| * | | | Merge branch 'mutable-dict-update' of https://bitbucket.org/goodscloud/sqlalc... | Mike Bayer | 2014-08-25 | 1 | -0/+4 |
| |\ \ \ |
|
| | * | | | add update() support to MutableDict | Matt Chisholm | 2014-08-09 | 1 | -0/+4 |
| * | | | | Merge branch 'mutable-dict-coerce-fix' of https://bitbucket.org/goodscloud/sq... | Mike Bayer | 2014-08-25 | 1 | -3/+3 |
| |\ \ \ \ |
|
| | * | | | | fix MutableDict.coerce | Matt Chisholm | 2014-08-09 | 1 | -3/+3 |
| | |/ / / |
|
| * | | | | - mention that FOUND_ROWS is hardcoded; fixes #3146 | Mike Bayer | 2014-08-25 | 1 | -7/+5 |
| * | | | | - The "resurrect" ORM event has been removed. This event hook had | Mike Bayer | 2014-08-25 | 2 | -23/+0 |
| * | | | | Merge branch 'pr129' | Mike Bayer | 2014-08-23 | 1 | -1/+71 |
| |\ \ \ \ |
|
| | * | | | | - pep8 formatting for pg table opts feature, tests | Mike Bayer | 2014-08-23 | 1 | -24/+59 |
| | * | | | | Adding postgres create table options documentationpr/129 | Malik Diarra | 2014-08-17 | 1 | -0/+16 |
| | * | | | | Correcting options name from withoids to with_oids | Malik Diarra | 2014-08-17 | 1 | -3/+3 |
| | * | | | | quoting tablespace name in create table command in postgresql dialect | Malik Diarra | 2014-08-17 | 1 | -1/+2 |
| | * | | | | Adding oids and on_commit table options | Malik Diarra | 2014-08-17 | 1 | -1/+11 |
| | * | | | | Adding a tablespace options for postgresql create table | Malik Diarra | 2014-08-17 | 1 | -1/+9 |
| * | | | | | Fix doc typo 'conjunection'pr/130 | Gunnlaugur Þór Briem | 2014-08-21 | 1 | -1/+1 |
| * | | | | | Fix copy-paste error in Delete doc | Gunnlaugur Þór Briem | 2014-08-21 | 1 | -2/+2 |
| * | | | | | - fix link | Mike Bayer | 2014-08-21 | 1 | -1/+1 |
| * | | | | | - The INSERT...FROM SELECT construct now implies ``inline=True`` | Mike Bayer | 2014-08-20 | 2 | -14/+24 |
| * | | | | | - factor out determination of current version id out of | Mike Bayer | 2014-08-20 | 1 | -55/+55 |
| * | | | | | - Fixed bug in connection pool logging where the "connection checked out" | Mike Bayer | 2014-08-20 | 1 | -10/+12 |
| * | | | | | - simplify PK logic in update for row switch | Mike Bayer | 2014-08-19 | 2 | -16/+9 |
| * | | | | | - optimize collection of cols we insert as none | Mike Bayer | 2014-08-18 | 2 | -17/+11 |
| * | | | | | - move out checks for table in mapper._pks_by_table | Mike Bayer | 2014-08-18 | 1 | -16/+32 |
| * | | | | | - further reorganize collect_insert_commands to distinguish between | Mike Bayer | 2014-08-18 | 1 | -13/+21 |
| * | | | | | - organize persistence methods in terms of generators, | Mike Bayer | 2014-08-18 | 1 | -93/+94 |
| * | | | | | - major simplification of _collect_update_commands. in particular, | Mike Bayer | 2014-08-18 | 2 | -83/+70 |
| * | | | | | - Fixed bug where attribute "set" events or columns with | Mike Bayer | 2014-08-17 | 2 | -19/+22 |
| * | | | | | - oldest screwup in the book, forgot the file | Mike Bayer | 2014-08-16 | 1 | -0/+167 |
| |/ / / / |
|
| * | | | | - rework profiling, zoomark tests into single tests so that | Mike Bayer | 2014-08-16 | 2 | -250/+78 |
| * | | | | - changelog for pullreq github:125 | Mike Bayer | 2014-08-16 | 1 | -0/+10 |
| * | | | | Merge remote-tracking branch 'origin/pr/125' into pr125 | Mike Bayer | 2014-08-16 | 1 | -3/+1 |
| |\ \ \ \ |
|
| | * | | | | pg8000 now supports sane_multi_rowcountpr/125 | Tony Locke | 2014-08-02 | 1 | -1/+1 |
| | * | | | | Remove spurious print statements in pg8000 dialect | Tony Locke | 2014-08-02 | 1 | -2/+0 |
| * | | | | | - support dialects w/o sane multi row count again | Mike Bayer | 2014-08-16 | 1 | -15/+33 |
| * | | | | | - need list() here for py3k | Mike Bayer | 2014-08-16 | 1 | -1/+4 |