| Commit message (Expand) | Author | Age | Files | Lines |
| * | fixes for some nasty edge cases when usng descriptors to compute special attr... | Chris Withers | 2010-03-02 | 1 | -5/+16 |
| * | allow __tablename__ to come from a mixin | Chris Withers | 2010-03-01 | 1 | -0/+3 |
| * | - merge -r6823:6841 of branches/chrisw_mixin | Mike Bayer | 2010-02-25 | 1 | -158/+290 |
| * | long lines | Mike Bayer | 2010-02-23 | 1 | -1/+3 |
| * | - a change to the previous __mapper_args__ commit. | Mike Bayer | 2010-02-23 | 1 | -2/+5 |
| * | - the __mapper_args__ dict is copied when propagating to a subclass. | Mike Bayer | 2010-02-23 | 1 | -1/+1 |
| * | - DeclarativeMeta exclusively uses cls.__dict__ (not dict_) | Mike Bayer | 2010-02-22 | 1 | -7/+8 |
| * | remove __cmp__, move to __lt__ , __eq__ per http://docs.python.org/dev/3.0/wh... | Mike Bayer | 2010-02-20 | 1 | -5/+16 |
| * | formatting | Mike Bayer | 2010-02-12 | 1 | -7/+8 |
| * | since I just got confused over my own serializer module, clarify its purpose | Mike Bayer | 2010-02-12 | 1 | -9/+18 |
| * | - Made sqlalchemy.sql.expressions.Executable part of public | Mike Bayer | 2010-02-12 | 1 | -1/+8 |
| * | add a note about type for ColumnElement | Mike Bayer | 2010-02-07 | 1 | -0/+8 |
| * | for string deferred evals, don't return the underlying Column, rely upon the ... | Mike Bayer | 2010-01-29 | 1 | -5/+7 |
| * | - make frozendict serializable | Mike Bayer | 2010-01-28 | 1 | -2/+2 |
| * | - association_proxy now has basic comparator methods .any(), | Mike Bayer | 2010-01-22 | 1 | -0/+21 |
| * | send along the sqlsoup engine for encoding purposes. | Mike Bayer | 2010-01-21 | 1 | -6/+7 |
| * | - ensure correct session usage + tests | Mike Bayer | 2010-01-21 | 1 | -5/+5 |
| * | - sqlsoup objects no longer have the 'query' attribute - it's | Mike Bayer | 2010-01-16 | 1 | -4/+31 |
| * | some compile docs | Mike Bayer | 2009-12-30 | 1 | -2/+40 |
| * | - The signature of the proxy_factory callable passed to | Mike Bayer | 2009-12-08 | 1 | -1/+1 |
| * | - subclassed Function off of new FunctionElement generic base | Mike Bayer | 2009-11-10 | 1 | -11/+42 |
| * | - added a real unit test for sqlsoup | Mike Bayer | 2009-11-09 | 1 | -164/+103 |
| * | deprecations per [ticket:1498]: | Mike Bayer | 2009-10-15 | 1 | -4/+4 |
| * | - the mechanics of "backref" have been fully merged into the | Mike Bayer | 2009-10-05 | 1 | -3/+4 |
| * | merge from branches/clauseelement-nonzero | Philip Jenvey | 2009-09-24 | 1 | -3/+3 |
| * | - Table objects declared in the MetaData can now be used | Mike Bayer | 2009-09-12 | 1 | -2/+4 |
| * | merge 0.6 series to trunk. | Mike Bayer | 2009-08-06 | 5 | -17/+50 |
| * | - Declarative will raise an informative exception if | Mike Bayer | 2009-07-25 | 1 | -15/+30 |
| * | - The collection proxies produced by associationproxy are now | Mike Bayer | 2009-07-25 | 1 | -103/+64 |
| * | - Back-ported the "compiler" extension from SQLA 0.6. Thisrel_0_5_4 | Mike Bayer | 2009-05-17 | 1 | -0/+110 |
| * | Fixed adding of deferred or othe column properties to a declarative class. | Michael Trier | 2009-04-18 | 1 | -0/+6 |
| * | add schema to entity method | Jonathan Ellis | 2009-03-09 | 1 | -2/+5 |
| * | - Declarative will accept a table-bound column as a property | Mike Bayer | 2009-02-22 | 1 | -1/+3 |
| * | - Declarative locates the "inherits" class using a search | Mike Bayer | 2009-02-19 | 1 | -4/+5 |
| * | - Declarative will properly interpret the "foreign_keys" argument | Mike Bayer | 2009-02-17 | 1 | -1/+1 |
| * | - Declarative figures out joined-table inheritance primary join | Mike Bayer | 2009-02-16 | 1 | -8/+8 |
| * | - Query now implements __clause_element__() which produces | Mike Bayer | 2009-01-27 | 1 | -3/+3 |
| * | - 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 |