| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge bitbucket.org:rschoon/sqlalchemy into t | Mike Bayer | 2014-01-02 | 1 | -0/+4 |
| |\ |
|
| | * | Don't barf on Session(info=...) from sessionmaker(info=None) | Robin Schoonover | 2013-12-31 | 1 | -0/+4 |
| * | | - Fixed regression where we don't check the given name against the | Mike Bayer | 2014-01-02 | 1 | -0/+16 |
| * | | - Fixed regression where we apparently still create an implicit | Mike Bayer | 2014-01-02 | 2 | -4/+32 |
| |/ |
|
| * | autoincrement here | Mike Bayer | 2013-12-17 | 1 | -2/+2 |
| * | - An adjustment to the :func:`.subqueryload` strategy which ensures that | Mike Bayer | 2013-12-16 | 1 | -1/+55 |
| * | - Fixed bug when using joined table inheritance from a table to a | Mike Bayer | 2013-12-16 | 1 | -14/+65 |
| * | 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 | -1/+19 |
| * | - Added new argument ``include_backrefs=True`` to the | Mike Bayer | 2013-12-02 | 2 | -133/+281 |
| * | - the pronoun removal commit. there was only one instance of a | Mike Bayer | 2013-11-30 | 1 | -2/+2 |
| * | Merge branch 'orm-collections-list-clear' of github.com:schettino72/sqlalchem... | Mike Bayer | 2013-11-30 | 1 | -0/+10 |
| |\ |
|
| | * | orm.collection, list.clear(). remove 'before_delete()', added unit-test.pr/40 | schettino72 | 2013-11-25 | 1 | -0/+10 |
| * | | - add support for specifying tables or entities for "of" | Mike Bayer | 2013-11-28 | 2 | -98/+119 |
| * | | - fix up rendering of "of" | Mike Bayer | 2013-11-28 | 1 | -4/+4 |
| * | | Merge branch 'for_update_of' of github.com:mlassnig/sqlalchemy into for_updat... | Mike Bayer | 2013-11-28 | 1 | -0/+65 |
| |\ \ |
|
| | * | | 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 |
| | |/ |
|
| * | | clean up imports | Mike Bayer | 2013-11-23 | 1 | -9/+5 |
| * | | - Some refinements to the :class:`.AliasedClass` construct with regards | Mike Bayer | 2013-11-23 | 4 | -93/+136 |
| * | | - The ``viewonly`` flag on :func:`.relationship` will now prevent | Mike Bayer | 2013-11-19 | 1 | -0/+114 |
| * | | - remove informix dialect, moved out to https://bitbucket.org/zzzeek/sqlalche... | Mike Bayer | 2013-11-17 | 12 | -30/+2 |
| * | | Fixed bug where usage of new :class:`.Bundle` object would cause | Mike Bayer | 2013-11-13 | 1 | -1/+12 |
| |/ |
|
| * | - 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 |