| Commit message (Expand) | Author | Age | Files | Lines |
| * | added missing **kwargs | Mike Bayer | 2008-08-08 | 1 | -1/+1 |
| * | even better... | Mike Bayer | 2008-08-08 | 1 | -1/+2 |
| * | - Fixed @on_reconsitute hook for subclasses | Mike Bayer | 2008-08-08 | 2 | -4/+12 |
| * | - Improved the determination of the FROM clause | Mike Bayer | 2008-08-06 | 1 | -2/+13 |
| * | - The RowTuple object returned by Query(*cols) now | Mike Bayer | 2008-08-05 | 1 | -2/+6 |
| * | slightly more user-friendly repr method for CascadeOptions | Gaëtan de Menten | 2008-08-05 | 1 | -1/+1 |
| * | Corrected problem in docstring.rel_0_5beta3 | Michael Trier | 2008-08-04 | 1 | -0/+7 |
| * | - fixed endless loop bug which could occur | Mike Bayer | 2008-08-04 | 3 | -19/+31 |
| * | some doc stuff | Mike Bayer | 2008-08-04 | 1 | -8/+23 |
| * | removed redundant check to _enable_transaction_accounting | Mike Bayer | 2008-08-03 | 1 | -3/+2 |
| * | - renamed autoexpire to expire_on_commit | Mike Bayer | 2008-08-03 | 2 | -33/+49 |
| * | a correction to the recent should_exclude change. should_exclude is a little... | Mike Bayer | 2008-08-03 | 1 | -2/+4 |
| * | - The "entity_name" feature of SQLAlchemy mappers | Mike Bayer | 2008-08-02 | 14 | -168/+105 |
| * | make ProxyImpl a top-level class (this makes it importable by FormAlchemy, ma... | Jonathan Ellis | 2008-08-01 | 1 | -7/+7 |
| * | further refinement to the inheritance "descriptor" detection such that | Mike Bayer | 2008-08-01 | 1 | -12/+17 |
| * | - Fixed bug whereby the "unsaved, pending instance" | Mike Bayer | 2008-07-31 | 1 | -2/+2 |
| * | relation.order_by requires _literal_as_column conversion as well | Mike Bayer | 2008-07-29 | 2 | -1/+5 |
| * | allow SQLA-defaults on table columns that are excluded in the mapper | Mike Bayer | 2008-07-22 | 1 | -1/+1 |
| * | - more accurate changelog message | Mike Bayer | 2008-07-20 | 1 | -3/+2 |
| * | - An inheriting class can now override an attribute | Mike Bayer | 2008-07-20 | 2 | -11/+34 |
| * | - A critical fix to dynamic relations allows the | Mike Bayer | 2008-07-19 | 1 | -25/+29 |
| * | - Some improvements to the _CompileOnAttr mechanism which | Mike Bayer | 2008-07-19 | 1 | -1/+2 |
| * | - Class-bound attributes sent as arguments to | Mike Bayer | 2008-07-19 | 1 | -3/+3 |
| * | - reverted r4955, that was wrong. The backref responsible for the operation ... | Mike Bayer | 2008-07-19 | 4 | -20/+34 |
| * | Corrected a couple of lingering transactional=True statements in the docs. | Michael Trier | 2008-07-19 | 1 | -1/+1 |
| * | - save-update and delete-orphan cascade event handler | Mike Bayer | 2008-07-18 | 2 | -10/+9 |
| * | - Fixed a series of potential race conditions in | Mike Bayer | 2008-07-18 | 1 | -1/+7 |
| * | - MapperProperty gets its .key attribute assigned early, in _compile_property. | Mike Bayer | 2008-07-16 | 2 | -2/+11 |
| * | - Spiffed up the deprecated decorators & @flipped 'em up top | Jason Kirtland | 2008-07-16 | 2 | -6/+5 |
| * | - Overhauled _generative and starargs decorators and flipped to 2.4 @syntax | Jason Kirtland | 2008-07-16 | 2 | -104/+92 |
| * | - Fixed some over-long ReST lines & general formatting touchups | Jason Kirtland | 2008-07-15 | 1 | -212/+211 |
| * | - Moved to 2.4+ import syntax (w/ some experimental merge-friendly formatting) | Jason Kirtland | 2008-07-15 | 8 | -34/+70 |
| * | Whitespace tweaks suggested by pep8.py | Jason Kirtland | 2008-07-15 | 1 | -26/+28 |
| * | - Always use native itemgetter & attrgetter | Jason Kirtland | 2008-07-15 | 3 | -4/+7 |
| * | - Dropped `reversed` emulation | Jason Kirtland | 2008-07-15 | 3 | -6/+5 |
| * | - Removed 2.3 set emulations/enhancements. | Jason Kirtland | 2008-07-15 | 10 | -74/+71 |
| * | And thus ends support for Python 2.3. | Jason Kirtland | 2008-07-15 | 12 | -58/+70 |
| * | - Fixed a couple lingering exceptions->exc usages | Jason Kirtland | 2008-07-15 | 8 | -107/+104 |
| * | - Added a new SessionExtension hook called after_attach(). | Mike Bayer | 2008-07-15 | 2 | -0/+7 |
| * | - The "allow_column_override" flag from mapper() hasrel_0_5beta2 | Mike Bayer | 2008-07-14 | 1 | -6/+1 |
| * | - session.refresh() raises an informative error message if | Mike Bayer | 2008-07-05 | 4 | -12/+37 |
| * | Ugh, learning to use git-svn, [4884] was not supposed to go upstream. Reverting. | Ants Aasma | 2008-07-01 | 1 | -4/+0 |
| * | Session.bind gets used as a default even when table/mapper specific binds are... | Ants Aasma | 2008-07-01 | 1 | -1/+2 |
| * | query update and delete need to autoflush | Ants Aasma | 2008-07-01 | 1 | -0/+4 |
| * | - fixed up vertical.py | Mike Bayer | 2008-06-28 | 1 | -2/+14 |
| * | `session.Query().iterate_instances()` has been renamed to just `instances()`.... | Gaëtan de Menten | 2008-06-25 | 1 | -15/+4 |
| * | - Repaired `__str__()` method on Query. [ticket:1066] | Mike Bayer | 2008-06-24 | 1 | -1/+1 |
| * | - Fixed explicit, self-referential joins between two | Mike Bayer | 2008-06-22 | 1 | -6/+6 |
| * | - merged r4868, disallow overly long names from create/drop, from 0.4 branch,... | Mike Bayer | 2008-06-22 | 2 | -21/+42 |
| * | - fixed some concrete inheritance ramifications regarding r4866 | Mike Bayer | 2008-06-21 | 1 | -4/+4 |