| Commit message (Expand) | Author | Age | Files | Lines |
| * | - The "clear()", "save()", "update()", "save_or_update()" | Mike Bayer | 2009-01-17 | 1 | -2/+5 |
| * | prefer this methods | Mike Bayer | 2009-01-13 | 1 | -1/+0 |
| * | - It's an error to add new Column objects to a declarative class | Mike Bayer | 2009-01-13 | 1 | -2/+4 |
| * | - Column with no name (as in declarative) won't raise a | Mike Bayer | 2009-01-13 | 1 | -0/+1 |
| * | - Can now specify Column objects on subclasses which have no | Mike Bayer | 2009-01-12 | 1 | -49/+214 |
| * | - Concrete inheriting mappers now instrument attributes which are inherited f... | Mike Bayer | 2009-01-11 | 1 | -1/+1 |
| * | - 0.5.1 bump | Mike Bayer | 2009-01-11 | 1 | -0/+4 |
| * | merged -r5299:5438 of py3k warnings branch. this fixes some sqlite py2.6 tes... | Mike Bayer | 2008-12-18 | 2 | -5/+5 |
| * | Association proxies no longer cloak themselves at the class level. | Jason Kirtland | 2008-12-18 | 1 | -13/+26 |
| * | - fixed string-based "remote_side", "order_by" and | Mike Bayer | 2008-12-11 | 1 | -1/+1 |
| * | fix typos | Mike Bayer | 2008-12-08 | 1 | -3/+3 |
| * | - removed redundant declarative docs | Mike Bayer | 2008-12-08 | 1 | -33/+69 |
| * | - merged -r5338:5429 of sphinx branch. | Mike Bayer | 2008-12-06 | 2 | -3/+3 |
| * | - Can now use a custom "inherit_condition" in | Mike Bayer | 2008-11-12 | 1 | -1/+1 |
| * | - Fixed bug in Query involving order_by() in conjunction with | Mike Bayer | 2008-11-06 | 1 | -0/+129 |
| * | allow repr to leave stuff as unicode. I can't think of any reason for the ol... | Jonathan Ellis | 2008-10-29 | 1 | -23/+17 |
| * | fix #821 | Jonathan Ellis | 2008-10-28 | 1 | -0/+3 |
| * | r/m wildcard imports. fixes #1195 | Jonathan Ellis | 2008-10-27 | 1 | -3/+3 |
| * | Documented synonym_for and comparable_using in the main docstring for declara... | Michael Trier | 2008-10-05 | 1 | -0/+24 |
| * | fix up element sorting in declarative | Mike Bayer | 2008-09-19 | 1 | -2/+1 |
| * | - Fixed exception throw which would occur when string-based | Mike Bayer | 2008-09-04 | 1 | -0/+6 |
| * | - fixed endless loop bug which could occur | Mike Bayer | 2008-08-04 | 1 | -0/+7 |
| * | some doc stuff | Mike Bayer | 2008-08-04 | 1 | -1/+1 |
| * | descriptive error message raised when string-based relation() expressions ina... | Mike Bayer | 2008-08-03 | 1 | -1/+4 |
| * | - Refactored declarative_base() as a thin wrapper over type() | Jason Kirtland | 2008-08-02 | 1 | -27/+54 |
| * | - declarative.declarative_base(): | Jason Kirtland | 2008-08-02 | 1 | -4/+38 |
| * | Corrected a couple of lingering transactional=True statements in the docs. | Michael Trier | 2008-07-19 | 1 | -1/+1 |
| * | - Always use native itemgetter & attrgetter | Jason Kirtland | 2008-07-15 | 1 | -1/+2 |
| * | - Removed 2.3 set emulations/enhancements. | Jason Kirtland | 2008-07-15 | 1 | -23/+23 |
| * | And thus ends support for Python 2.3. | Jason Kirtland | 2008-07-15 | 1 | -1/+1 |
| * | typo | Gaƫtan de Menten | 2008-07-11 | 1 | -1/+1 |
| * | - Declarative supports a __table_args__ class variable, which | Mike Bayer | 2008-07-09 | 1 | -7/+25 |
| * | use normal ScopedSession, with autoflush, instead of custom one | Jonathan Ellis | 2008-06-27 | 1 | -26/+8 |
| * | - Oops, convert @decorator to 2.3 syntax and strengthen raw_append test. | Jason Kirtland | 2008-06-19 | 1 | -1/+1 |
| * | - added "CALL" to Mysql select keywords | Mike Bayer | 2008-05-27 | 1 | -1/+1 |
| * | added string argument resolution to relation() in conjunction with declarativ... | Mike Bayer | 2008-05-26 | 1 | -15/+54 |
| * | - Fixed ORM orphaning bug with _raw_append method | Jason Kirtland | 2008-05-21 | 1 | -49/+81 |
| * | - Another namespace cleanup tweak, why not. | Jason Kirtland | 2008-05-21 | 1 | -2/+3 |
| * | Duh. | Jason Kirtland | 2008-05-21 | 1 | -0/+3 |
| * | - Removed deprecated append(val, **kw) | Jason Kirtland | 2008-05-21 | 1 | -107/+132 |
| * | - renamed query.slice_() to query.slice() | Mike Bayer | 2008-05-13 | 1 | -69/+83 |
| * | Removed declared_synonym(), pep-8 clean ups. | Jason Kirtland | 2008-05-13 | 1 | -78/+82 |
| * | r4695 merged to trunk; trunk now becomes 0.5. | Mike Bayer | 2008-05-09 | 8 | -489/+96 |
| * | Adjusted inplace-binops on set-based collections and association proxies to | Jason Kirtland | 2008-05-05 | 1 | -8/+10 |
| * | - Backported attribute sweep removal (instrumentation) and r4493 from 0.5 | Jason Kirtland | 2008-05-02 | 1 | -2/+7 |
| * | - factored out the logic used by Join to create its join condition | Mike Bayer | 2008-05-02 | 1 | -1/+8 |
| * | - Refresh the cached proxy if the cache was built for a different instance. | Jason Kirtland | 2008-04-29 | 1 | -4/+9 |
| * | more declarative doc updates | Mike Bayer | 2008-04-28 | 1 | -12/+28 |
| * | fix docs for declarative | Mike Bayer | 2008-04-27 | 1 | -3/+12 |
| * | - Assorted flakes. | Jason Kirtland | 2008-04-02 | 1 | -2/+2 |