| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix TypeError for class_mapper called w/ iterable | Kyle Stark | 2014-01-14 | 1 | -1/+1 |
| * | - An adjustment to the :func:`.subqueryload` strategy which ensures that | Mike Bayer | 2013-12-16 | 1 | -8/+32 |
| * | - Fixed bug when using joined table inheritance from a table to a | Mike Bayer | 2013-12-16 | 1 | -1/+3 |
| * | wrong method name... | Mike Bayer | 2013-12-16 | 1 | -1/+1 |
| * | load_on_pending is different from enable_relationship_loading and should | Mike Bayer | 2013-12-15 | 2 | -6/+14 |
| * | make the error message for [ticket:2889] more accurate, as we support | Mike Bayer | 2013-12-12 | 1 | -1/+1 |
| * | - :func:`.composite` will raise an informative error message when the | Mike Bayer | 2013-12-12 | 1 | -0/+5 |
| * | - Error message when a string arg sent to :func:`.relationship` which | Mike Bayer | 2013-12-12 | 1 | -14/+14 |
| * | - documentation cleanup in ORM including [ticket:2816] | Mike Bayer | 2013-12-07 | 3 | -35/+80 |
| * | Fix cross references | Vraj Mohan | 2013-11-14 | 1 | -2/+2 |
| * | Fix indentation and escape *args and **kwargs | Vraj Mohan | 2013-11-14 | 2 | -3/+3 |
| * | - Fixed a regression introduced by :ticket:`2818` where the EXISTS | Mike Bayer | 2013-10-30 | 1 | -1/+1 |
| * | alphabetical ordering | Mike Bayer | 2013-10-13 | 1 | -17/+17 |
| * | - Added new option to :func:`.relationship` ``distinct_target_key``. | Mike Bayer | 2013-10-13 | 3 | -5/+40 |
| * | Fixed Query.exists() method for the case, when query doesn't have any filters... | Vladimir Magamedov | 2013-09-04 | 1 | -1/+1 |
| * | - add version_id documentation [ticket:867] | Mike Bayer | 2013-08-25 | 1 | -35/+39 |
| * | Merge pull request #23 from yoloseem/master | mike bayer | 2013-08-25 | 2 | -3/+3 |
| * | - this comment is wrong, the method here returns all mapper entities | Mike Bayer | 2013-08-24 | 1 | -4/+1 |
| * | move FAQ to the docs, [ticket:2133] | Mike Bayer | 2013-08-21 | 1 | -1/+20 |
| * | Fixed bug where list instrumentation would fail to represent a | Mike Bayer | 2013-08-20 | 1 | -1/+4 |
| * | - use newly fixed WeakSequence (#2794) to not have to rely on class name for ... | Mike Bayer | 2013-08-18 | 1 | -5/+4 |
| * | Backported a change from 0.9 whereby the iteration of a hierarchy | Mike Bayer | 2013-08-18 | 1 | -1/+2 |
| * | Fixed a potential issue in an ordered sequence implementation used | Mike Bayer | 2013-08-18 | 1 | -0/+1 |
| * | - also do delete, add seealsos, formatting, etc. [ticket:2798] | Mike Bayer | 2013-08-18 | 1 | -13/+37 |
| * | - add better notes to query.update(), most notably how to deal with a joined ... | Mike Bayer | 2013-08-18 | 1 | -12/+36 |
| * | - update ORM event docs to include that you can listen on an unmapped base, | Mike Bayer | 2013-07-31 | 1 | -27/+30 |
| * | Fixed bug in ORM-level event registration where the "raw" or | Mike Bayer | 2013-07-18 | 1 | -5/+8 |
| * | Merge pull request #17 from iElectric/docs/wording_yield_per | mike bayer | 2013-07-14 | 1 | -6/+6 |
| * | A performance fix related to the usage of the :func:`.defer` option | Mike Bayer | 2013-07-13 | 4 | -32/+38 |
| * | remove undoc-members from query docstring [ticket:2774] | Mike Bayer | 2013-07-07 | 1 | -0/+7 |
| * | Fixed bug whereby attribute history functions would fail | Mike Bayer | 2013-07-04 | 1 | -2/+2 |
| * | - additional fix for [ticket:2750] where on an update, we make sure the | Mike Bayer | 2013-06-30 | 1 | -1/+2 |
| * | A warning is emitted when trying to flush an object of an inherited | Mike Bayer | 2013-06-30 | 2 | -2/+36 |
| * | Fixed bug in polymorphic SQL generation where multiple joined-inheritance | Mike Bayer | 2013-06-15 | 1 | -5/+10 |
| * | Fixed bug where sending a composite attribute into :meth:`.Query.order_by` | Mike Bayer | 2013-06-10 | 1 | -1/+1 |
| * | Fixed the interaction between composite attributes and | Mike Bayer | 2013-06-10 | 2 | -15/+24 |
| * | Fixed a regression caused by [ticket:2682] whereby the | Mike Bayer | 2013-05-31 | 1 | -0/+6 |
| * | restore functionality here | Mike Bayer | 2013-05-30 | 1 | -0/+1 |
| * | Added a new method :meth:`.Query.select_entity_from` which | Mike Bayer | 2013-05-30 | 2 | -10/+137 |
| * | - move an import stuck in the middle here... | Mike Bayer | 2013-05-28 | 1 | -1/+1 |
| * | Fixed a regression from 0.7 caused by this ticket, which | Mike Bayer | 2013-05-13 | 1 | -1/+8 |
| * | - moderinzed the docs for the foreign_keys parameter a bit, | Mike Bayer | 2013-05-10 | 1 | -20/+53 |
| * | - Fixed a regression from 0.7 where the contextmanager feature | Mike Bayer | 2013-04-30 | 1 | -3/+4 |
| * | Fixes to the ``sqlalchemy.ext.serializer`` extension, including | Mike Bayer | 2013-04-26 | 1 | -2/+13 |
| * | - further cleanup. in particular, the left clause is never None. But we still | Mike Bayer | 2013-04-25 | 1 | -24/+12 |
| * | we can always adapt to right also. suppose if right | Mike Bayer | 2013-04-25 | 1 | -5/+1 |
| * | cleanup | Mike Bayer | 2013-04-25 | 2 | -58/+15 |
| * | everything passes with this!!!!!!! holy crap !!!!! and its the simplest of all | Mike Bayer | 2013-04-25 | 1 | -57/+69 |
| * | - attempt to replace the whole idea of "join_to_left" with a more | Mike Bayer | 2013-04-24 | 2 | -36/+24 |
| * | - merge exists() patch + changelog | Mike Bayer | 2013-04-23 | 1 | -0/+20 |
| |\ |
|