| Commit message (Expand) | Author | Age | Files | Lines |
| * | - repair get_foreign_table_names() for PGInsp/dialect levelpr128 | Mike Bayer | 2014-09-17 | 2 | -0/+45 |
| * | Merge pull request #138 from BY-jk/master | mike bayer | 2014-09-16 | 1 | -0/+1 |
| |\ |
|
| | * | Added EXASolution dialect to documentationpr/138 | Jan | 2014-09-16 | 1 | -0/+1 |
| * | | Updated documenation for engines.rstpr/135 | Jim Hokanson | 2014-09-14 | 1 | -1/+6 |
| * | | - Fixed warning that would emit when a complex self-referential | Mike Bayer | 2014-09-11 | 1 | -1/+11 |
| * | | - Fixed bug in ordering list where the order of items would be | Mike Bayer | 2014-09-10 | 1 | -0/+11 |
| * | | - for whatever reason, Insert.values() with multi values wasn't | Mike Bayer | 2014-09-09 | 2 | -0/+28 |
| * | | - Added new event handlers :meth:`.AttributeEvents.init_collection` | Mike Bayer | 2014-09-07 | 1 | -0/+9 |
| * | | - mako_layout isn't used, remove it | Mike Bayer | 2014-09-07 | 2 | -4/+4 |
| * | | Merge pull request #133 from hiaselhans/doc_epub | mike bayer | 2014-09-07 | 2 | -1/+8 |
| |\ \ |
|
| | * | | Docs: use the base layout when mako_layout=='epub'pr/133 | hiaselhans | 2014-09-07 | 2 | -1/+8 |
| * | | | - changelog and migration for #3188, #3148. | Mike Bayer | 2014-09-07 | 2 | -1/+108 |
| |/ / |
|
| * | | - MySQL boolean symbols "true", "false" work again. 0.9's change | Mike Bayer | 2014-09-05 | 2 | -0/+36 |
| * | | - ensure literal_binds works with LIMIT clause, FOR UPDATE | Mike Bayer | 2014-09-03 | 1 | -1/+5 |
| * | | - The hostname-based connection format for SQL Server when using | Mike Bayer | 2014-09-03 | 2 | -0/+32 |
| * | | - An adjustment to table/index reflection such that if an index | Mike Bayer | 2014-09-02 | 1 | -0/+11 |
| * | | - reorganize | Mike Bayer | 2014-09-01 | 1 | -434/+436 |
| * | | - The :func:`~.expression.column` and :func:`~.expression.table` | Mike Bayer | 2014-09-01 | 5 | -4/+195 |
| * | | - more updates to text docs, literal_column, column etc. in prep | Mike Bayer | 2014-09-01 | 2 | -32/+157 |
| * | | - walk back these literal SQL lectures into something much more succinct. | Mike Bayer | 2014-08-31 | 2 | -100/+23 |
| * | | - A new style of warning can be emitted which will "filter" up to | Mike Bayer | 2014-08-31 | 2 | -0/+64 |
| * | | - start encouraging the use of text() for injection of string-based SQL | Mike Bayer | 2014-08-31 | 2 | -15/+18 |
| * | | - alter the yield_per eager restriction such that joined many-to-one loads | Mike Bayer | 2014-08-30 | 2 | -7/+22 |
| * | | - The :class:`.Query` will raise an exception when :meth:`.Query.yield_per` | Mike Bayer | 2014-08-29 | 2 | -0/+25 |
| * | | - we've got 25% improvement so let's talk about it | Mike Bayer | 2014-08-29 | 1 | -0/+48 |
| * | | - Changed the approach by which the "single inheritance criterion" | Mike Bayer | 2014-08-29 | 2 | -0/+73 |
| * | | - major refactoring/inlining to loader.instances(), though not really | Mike Bayer | 2014-08-28 | 3 | -2/+82 |
| * | | - Made a small adjustment to the mechanics of lazy loading, | Mike Bayer | 2014-08-28 | 1 | -0/+12 |
| * | | - A new implementation for :class:`.KeyedTuple` used by the | Mike Bayer | 2014-08-28 | 2 | -0/+61 |
| * | | - The behavior of :paramref:`.joinedload.innerjoin` as well as | Mike Bayer | 2014-08-26 | 2 | -0/+62 |
| * | | - updates to migration / changelog for 1.0 | Mike Bayer | 2014-08-26 | 3 | -25/+164 |
| * | | - changelog for pr bitbucket:28 | Mike Bayer | 2014-08-25 | 1 | -0/+9 |
| * | | - changelog for pr bitbucket:27 | Mike Bayer | 2014-08-25 | 1 | -0/+10 |
| * | | - The "resurrect" ORM event has been removed. This event hook had | Mike Bayer | 2014-08-25 | 1 | -0/+8 |
| * | | Merge branch 'pr129' | Mike Bayer | 2014-08-23 | 1 | -0/+13 |
| |\ \ |
|
| | * | | - pep8 formatting for pg table opts feature, tests | Mike Bayer | 2014-08-23 | 1 | -0/+13 |
| * | | | Add note on begin_nested requiring rollback/commitpr/131 | Gunnlaugur Þór Briem | 2014-08-21 | 1 | -1/+4 |
| * | | | - The INSERT...FROM SELECT construct now implies ``inline=True`` | Mike Bayer | 2014-08-20 | 1 | -0/+25 |
| * | | | - Fixed bug in connection pool logging where the "connection checked out" | Mike Bayer | 2014-08-20 | 1 | -0/+11 |
| * | | | - Fixed bug where attribute "set" events or columns with | Mike Bayer | 2014-08-17 | 2 | -0/+16 |
| |/ / |
|
| * | | - changelog for pullreq github:125 | Mike Bayer | 2014-08-16 | 1 | -0/+10 |
| * | | - The :class:`.IdentityMap` exposed from :class:`.Session.identity` | Mike Bayer | 2014-08-15 | 1 | -0/+8 |
| * | | - UPDATE statements can now be batched within an ORM flush | Mike Bayer | 2014-08-14 | 1 | -0/+11 |
| * | | - The string keys that are used to determine the columns impacted | Mike Bayer | 2014-08-14 | 1 | -0/+12 |
| * | | - Removing (or adding) an event listener at the same time that the event | Mike Bayer | 2014-08-14 | 1 | -0/+11 |
| * | | on second thought we need to prioritize what really needs to be | Mike Bayer | 2014-08-14 | 1 | -7/+0 |
| * | | - updates | Mike Bayer | 2014-08-14 | 1 | -1/+64 |
| * | | - The ``info`` parameter has been added to the constructor for | Mike Bayer | 2014-08-13 | 1 | -0/+17 |
| * | | - The :meth:`.InspectionAttr.info` collection is now moved down to | Mike Bayer | 2014-08-13 | 1 | -0/+10 |
| * | | - rename _InspectionAttr to InspectionAttr | Mike Bayer | 2014-08-13 | 1 | -1/+1 |