| Commit message (Expand) | Author | Age | Files | Lines |
| * | added ORM support | Mario Lassnig | 2013-11-14 | 1 | -2/+51 |
| * | add psql FOR UPDATE OF functionality | Mario Lassnig | 2013-11-12 | 1 | -0/+16 |
| * | - Fixed a regression introduced by :ticket:`2818` where the EXISTS | Mike Bayer | 2013-10-30 | 1 | -4/+16 |
| * | python2 pickle here fails | Mike Bayer | 2013-10-25 | 1 | -0/+3 |
| * | - :func:`.attributes.get_history()` when used with a scalar column-mapped | Mike Bayer | 2013-10-25 | 2 | -5/+72 |
| * | An overhaul of expression handling for special symbols particularly | Mike Bayer | 2013-10-23 | 1 | -1/+0 |
| * | use a set here also | Mike Bayer | 2013-10-18 | 1 | -2/+2 |
| * | - fix non-deterministic ordering point | Mike Bayer | 2013-10-14 | 1 | -2/+3 |
| * | - fix test warning here (oursql) | Mike Bayer | 2013-10-14 | 1 | -2/+2 |
| * | - Added new option to :func:`.relationship` ``distinct_target_key``. | Mike Bayer | 2013-10-13 | 1 | -0/+194 |
| * | use accepts scalar loader here so we deal with _ProxyImpl correctly | Mike Bayer | 2013-10-11 | 1 | -1/+3 |
| * | - fix bug due to regression from #2793, make sure we only go to load | Mike Bayer | 2013-10-11 | 1 | -1/+13 |
| * | - fix a bunch of test failures | Mike Bayer | 2013-10-08 | 2 | -6/+7 |
| * | - add an option to Bundle single_entity=True to allow for single | Mike Bayer | 2013-10-07 | 1 | -0/+31 |
| * | - add some tests for propagate of wildcard lazyload | Mike Bayer | 2013-10-06 | 1 | -1/+48 |
| * | 11th hour realization that Load() needs to do the _chop_path() thing as | Mike Bayer | 2013-10-06 | 1 | -0/+79 |
| * | - merge ticket_1418 branch, [ticket:1418] | Mike Bayer | 2013-10-06 | 9 | -943/+1337 |
| * | fix entity_zero resolution | Mike Bayer | 2013-10-04 | 1 | -0/+13 |
| * | - A new construct :class:`.Bundle` is added, which allows for specification | Mike Bayer | 2013-10-03 | 2 | -3/+291 |
| * | - Removed some now unneeded version checks [ticket:2829] courtesy alex gaynor | Mike Bayer | 2013-09-22 | 2 | -6/+4 |
| * | - modify what we did in [ticket:2793] so that we can also set the | Mike Bayer | 2013-09-06 | 1 | -0/+86 |
| * | Fixed Query.exists() method for the case, when query doesn't have any filters... | Vladimir Magamedov | 2013-09-04 | 1 | -1/+10 |
| * | - cx_oracle seems to have a bug here though it is hard to track down | Mike Bayer | 2013-08-27 | 1 | -0/+1 |
| * | - ensure rowcount is returned for an UPDATE with no implicit returning | Mike Bayer | 2013-08-25 | 1 | -1/+1 |
| * | - The ``version_id_generator`` parameter of ``Mapper`` can now be specified | Mike Bayer | 2013-08-25 | 2 | -5/+196 |
| * | Fixed bug where list instrumentation would fail to represent a | Mike Bayer | 2013-08-20 | 1 | -3/+8 |
| * | more tests regarding expiry, deferral | Mike Bayer | 2013-08-17 | 1 | -1/+57 |
| * | some tests regarding how newly inserted rows are treated as far as fetch on a... | Mike Bayer | 2013-08-17 | 1 | -1/+91 |
| * | - spot checking of imports, obsolete functions | Mike Bayer | 2013-08-17 | 1 | -4/+4 |
| * | Improved support for the cymysql driver, supporting version 0.6.5, | Mike Bayer | 2013-08-17 | 1 | -1/+1 |
| * | - apply an import refactoring to the ORM as well | Mike Bayer | 2013-08-14 | 2 | -8/+9 |
| * | - A large refactoring of the ``sqlalchemy.sql`` package has reorganized | Mike Bayer | 2013-08-12 | 1 | -4/+4 |
| * | - add predictable_gc to a few more tests showing up on pypy | Mike Bayer | 2013-08-04 | 2 | -6/+8 |
| * | - add a clear() to SetIsh here so that the control/direct gets cleared | Mike Bayer | 2013-08-02 | 1 | -10/+16 |
| * | Added a new attribute :attr:`.Session.info` to :class:`.Session`; | Mike Bayer | 2013-08-02 | 1 | -0/+17 |
| * | - assorted fixes raised by pypy 2.1beta2, but all of which are good | Mike Bayer | 2013-08-01 | 2 | -7/+11 |
| * | - Removal of event listeners is now implemented. The feature is | Mike Bayer | 2013-07-26 | 1 | -11/+69 |
| * | - The mechanism by which attribute events pass along an | Mike Bayer | 2013-07-26 | 2 | -13/+6 |
| * | Fixed bug in ORM-level event registration where the "raw" or | Mike Bayer | 2013-07-18 | 1 | -13/+55 |
| * | A performance fix related to the usage of the :func:`.defer` option | Mike Bayer | 2013-07-13 | 1 | -7/+16 |
| * | - create a new system where we can decorate an event method | Mike Bayer | 2013-07-08 | 1 | -21/+72 |
| * | - Added new method to the :func:`.insert` construct | Mike Bayer | 2013-07-05 | 1 | -1/+70 |
| * | Fixed bug whereby attribute history functions would fail | Mike Bayer | 2013-07-04 | 1 | -43/+128 |
| * | - additional fix for [ticket:2750] where on an update, we make sure the | Mike Bayer | 2013-06-30 | 1 | -2/+33 |
| * | add better tests for [ticket:2750] | Mike Bayer | 2013-06-30 | 1 | -3/+45 |
| * | A warning is emitted when trying to flush an object of an inherited | Mike Bayer | 2013-06-30 | 1 | -3/+23 |
| * | - fix a regression caused by #2587, where query.join() would apply an | Mike Bayer | 2013-06-27 | 2 | -0/+89 |
| * | - rework of correlation, continuing on #2668, #2746 | Mike Bayer | 2013-06-26 | 1 | -26/+68 |
| * | The resolution of :class:`.ForeignKey` objects to their | Mike Bayer | 2013-06-23 | 1 | -1/+2 |
| * | - rework PropComparator.adapted() to be PropComparator.adapt_to_entity(), | Mike Bayer | 2013-06-17 | 1 | -1/+1 |