| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| |\ |
|
| | * | adding convenience method exists() to Query (see # 2673) | Diana Clarke | 2013-03-29 | 1 | -0/+20 |
| * | | Added a conditional to the unpickling process for ORM | Mike Bayer | 2013-04-23 | 1 | -1/+2 |
| * | | Fixed bug where many-to-many relationship with uselist=False | Mike Bayer | 2013-04-21 | 1 | -3/+7 |
| * | | - dont do a boolean check on the mapped object | Mike Bayer | 2013-04-20 | 1 | -1/+1 |
| * | | Improved the behavior of instance management regarding | Mike Bayer | 2013-04-20 | 4 | -17/+28 |
| * | | python2.5 fix | Mike Bayer | 2013-04-18 | 1 | -1/+2 |
| * | | Reworked internal exception raises that emit | Mike Bayer | 2013-04-18 | 1 | -6/+6 |
| * | | - additional test + correction for [ticket:2699] | Mike Bayer | 2013-04-18 | 1 | -4/+5 |
| * | | Fixed bug whereby ORM would run the wrong kind of | Mike Bayer | 2013-04-11 | 1 | -0/+2 |