| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fixed Query.exists() method for the case, when query doesn't have any filters...pr/24 | Vladimir Magamedov | 2013-09-04 | 1 | -1/+1 |
| * | - The ``version_id_generator`` parameter of ``Mapper`` can now be specified | Mike Bayer | 2013-08-25 | 2 | -73/+157 |
| * | fix typospr/23 | Hyunjun Kim | 2013-08-25 | 2 | -3/+3 |
| * | - "primary mapper entity" is now an attribute on Query, | Mike Bayer | 2013-08-24 | 1 | -16/+11 |
| * | 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 |
| * | formatting | 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 |
| * | - spot checking of imports, obsolete functions | Mike Bayer | 2013-08-17 | 7 | -31/+10 |
| * | - apply an import refactoring to the ORM as well | Mike Bayer | 2013-08-14 | 23 | -3209/+3204 |
| * | - A large refactoring of the ``sqlalchemy.sql`` package has reorganized | Mike Bayer | 2013-08-12 | 7 | -37/+20 |
| * | ok forget it, that approach didn't really cover every base, so | Mike Bayer | 2013-08-04 | 1 | -0/+3 |
| * | find some more inline imports and move them out | Mike Bayer | 2013-08-04 | 4 | -5/+4 |
| * | - don't need resolve, don't need import for this. just look in sys.modules, | Mike Bayer | 2013-08-04 | 1 | -2/+0 |
| * | - after discussions with the original project folks working with zope security | Mike Bayer | 2013-08-02 | 1 | -68/+55 |
| * | Added a new attribute :attr:`.Session.info` to :class:`.Session`; | Mike Bayer | 2013-08-02 | 1 | -2/+42 |
| * | - update ORM event docs to include that you can listen on an unmapped base, | Mike Bayer | 2013-07-31 | 1 | -29/+32 |
| * | - Removal of event listeners is now implemented. The feature is | Mike Bayer | 2013-07-26 | 2 | -53/+58 |
| * | - The mechanism by which attribute events pass along an | Mike Bayer | 2013-07-26 | 3 | -52/+123 |
| * | Fixed bug in ORM-level event registration where the "raw" or | Mike Bayer | 2013-07-18 | 1 | -5/+8 |
| * | wording about supported dialects for Query.yield_perpr/17 | Domen Kožar | 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 |
| * | - create a new system where we can decorate an event method | Mike Bayer | 2013-07-08 | 2 | -18/+56 |
| * | 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 | -1/+35 |
| * | - fix a regression caused by #2587, where query.join() would apply an | Mike Bayer | 2013-06-27 | 1 | -1/+1 |
| * | remove double methods | Mike Bayer | 2013-06-17 | 1 | -19/+0 |
| * | - rework PropComparator.adapted() to be PropComparator.adapt_to_entity(), | Mike Bayer | 2013-06-17 | 5 | -120/+137 |
| * | 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 |
| * | - tests for the alias() API | Mike Bayer | 2013-06-08 | 1 | -0/+26 |
| * | - Fixed an obscure bug where the wrong results would be | Mike Bayer | 2013-06-07 | 1 | -2/+7 |
| * | remove all remaining start/end py2k/py3k blocks | Mike Bayer | 2013-06-07 | 2 | -14/+10 |
| * | dial back the default "flatness" a bit, it will be there for joinedload and q... | Mike Bayer | 2013-06-06 | 4 | -13/+23 |
| * | shrugs | Mike Bayer | 2013-06-05 | 1 | -1/+6 |
| * | a test for what's breaking, plus a non-working fix for it... | Mike Bayer | 2013-06-05 | 1 | -0/+3 |
| * | - improve overlapping selectables, apply to both query and relationship | Mike Bayer | 2013-06-04 | 2 | -23/+17 |
| * | - eager loads | Mike Bayer | 2013-06-04 | 2 | -3/+2 |
| * | here's the flat join thing. it just works. Changing the existing compiled ... | Mike Bayer | 2013-06-04 | 2 | -3/+5 |
| * | rewriting scheme now works. | Mike Bayer | 2013-06-04 | 1 | -6/+3 |
| * | OK this is the broken version, need to think a lot more about this | Mike Bayer | 2013-06-03 | 1 | -2/+2 |
| * | - pulling out more aliases, sort of | Mike Bayer | 2013-06-03 | 1 | -4/+9 |
| * | working through tests.... | Mike Bayer | 2013-06-02 | 1 | -5/+21 |
| * | - figured out what the from_self() thing was about, part of query.statement, ... | Mike Bayer | 2013-06-02 | 1 | -0/+2 |