| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix TypeError for class_mapper called w/ iterablepr/58 | Kyle Stark | 2014-01-13 | 1 | -1/+1 |
| | | | | When the class_ passed is not a mapped class but is actually an iterable, the string formatting operation fails with a TypeError, and the expected ArgumentError is not raised. Calling code which is using reflection and expects this error will fail (e.g. the sadisplay module). | ||||
| * | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
| | | |||||
| * | - fix some docstring stuff | Mike Bayer | 2014-01-05 | 1 | -5/+25 |
| | | |||||
| * | Fix references to exceptions | Vraj Mohan | 2013-11-14 | 1 | -2/+2 |
| | | |||||
| * | - add copyright to source files missing it | Mike Bayer | 2013-10-26 | 1 | -0/+1 |
| | | |||||
| * | - merge ticket_1418 branch, [ticket:1418] | Mike Bayer | 2013-10-06 | 1 | -0/+13 |
| | | | | | | | | | | | | | | - The system of loader options has been entirely rearchitected to build upon a much more comprehensive base, the :class:`.Load` object. This base allows any common loader option like :func:`.joinedload`, :func:`.defer`, etc. to be used in a "chained" style for the purpose of specifying options down a path, such as ``joinedload("foo").subqueryload("bar")``. The new system supersedes the usage of dot-separated path names, multiple attributes within options, and the usage of ``_all()`` options. - Added a new load option :func:`.orm.load_only`. This allows a series of column names to be specified as loading "only" those attributes, deferring the rest. | ||||
| * | - apply an import refactoring to the ORM as well | Mike Bayer | 2013-08-14 | 1 | -0/+419 |
| - rework the event system so that event modules load after their targets, dependencies are reversed - create an improved strategy lookup system for the ORM - rework the ORM to have very few import cycles - move out "importlater" to just util.dependency - other tricks to cross-populate modules in as clear a way as possible | |||||
