summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext
Commit message (Expand)AuthorAgeFilesLines
* fixes for some nasty edge cases when usng descriptors to compute special attr...Chris Withers2010-03-021-5/+16
* allow __tablename__ to come from a mixinChris Withers2010-03-011-0/+3
* - merge -r6823:6841 of branches/chrisw_mixinMike Bayer2010-02-251-158/+290
* long linesMike Bayer2010-02-231-1/+3
* - a change to the previous __mapper_args__ commit.Mike Bayer2010-02-231-2/+5
* - the __mapper_args__ dict is copied when propagating to a subclass.Mike Bayer2010-02-231-1/+1
* - DeclarativeMeta exclusively uses cls.__dict__ (not dict_)Mike Bayer2010-02-221-7/+8
* remove __cmp__, move to __lt__ , __eq__ per http://docs.python.org/dev/3.0/wh...Mike Bayer2010-02-201-5/+16
* formattingMike Bayer2010-02-121-7/+8
* since I just got confused over my own serializer module, clarify its purposeMike Bayer2010-02-121-9/+18
* - Made sqlalchemy.sql.expressions.Executable part of publicMike Bayer2010-02-121-1/+8
* add a note about type for ColumnElementMike Bayer2010-02-071-0/+8
* for string deferred evals, don't return the underlying Column, rely upon the ...Mike Bayer2010-01-291-5/+7
* - make frozendict serializableMike Bayer2010-01-281-2/+2
* - association_proxy now has basic comparator methods .any(),Mike Bayer2010-01-221-0/+21
* send along the sqlsoup engine for encoding purposes.Mike Bayer2010-01-211-6/+7
* - ensure correct session usage + testsMike Bayer2010-01-211-5/+5
* - sqlsoup objects no longer have the 'query' attribute - it'sMike Bayer2010-01-161-4/+31
* some compile docsMike Bayer2009-12-301-2/+40
* - The signature of the proxy_factory callable passed toMike Bayer2009-12-081-1/+1
* - subclassed Function off of new FunctionElement generic baseMike Bayer2009-11-101-11/+42
* - added a real unit test for sqlsoupMike Bayer2009-11-091-164/+103
* deprecations per [ticket:1498]:Mike Bayer2009-10-151-4/+4
* - the mechanics of "backref" have been fully merged into theMike Bayer2009-10-051-3/+4
* merge from branches/clauseelement-nonzeroPhilip Jenvey2009-09-241-3/+3
* - Table objects declared in the MetaData can now be usedMike Bayer2009-09-121-2/+4
* merge 0.6 series to trunk.Mike Bayer2009-08-065-17/+50
* - Declarative will raise an informative exception ifMike Bayer2009-07-251-15/+30
* - The collection proxies produced by associationproxy are nowMike Bayer2009-07-251-103/+64
* - Back-ported the "compiler" extension from SQLA 0.6. Thisrel_0_5_4Mike Bayer2009-05-171-0/+110
* Fixed adding of deferred or othe column properties to a declarative class.Michael Trier2009-04-181-0/+6
* add schema to entity methodJonathan Ellis2009-03-091-2/+5
* - Declarative will accept a table-bound column as a propertyMike Bayer2009-02-221-1/+3
* - Declarative locates the "inherits" class using a searchMike Bayer2009-02-191-4/+5
* - Declarative will properly interpret the "foreign_keys" argumentMike Bayer2009-02-171-1/+1
* - Declarative figures out joined-table inheritance primary joinMike Bayer2009-02-161-8/+8
* - Query now implements __clause_element__() which producesMike Bayer2009-01-271-3/+3
* - The "clear()", "save()", "update()", "save_or_update()"Mike Bayer2009-01-171-2/+5
* prefer this methodsMike Bayer2009-01-131-1/+0
* - It's an error to add new Column objects to a declarative classMike Bayer2009-01-131-2/+4
* - Column with no name (as in declarative) won't raise aMike Bayer2009-01-131-0/+1
* - Can now specify Column objects on subclasses which have noMike Bayer2009-01-121-49/+214
* - Concrete inheriting mappers now instrument attributes which are inherited f...Mike Bayer2009-01-111-1/+1
* - 0.5.1 bumpMike Bayer2009-01-111-0/+4
* merged -r5299:5438 of py3k warnings branch. this fixes some sqlite py2.6 tes...Mike Bayer2008-12-182-5/+5
* Association proxies no longer cloak themselves at the class level.Jason Kirtland2008-12-181-13/+26
* - fixed string-based "remote_side", "order_by" andMike Bayer2008-12-111-1/+1
* fix typosMike Bayer2008-12-081-3/+3
* - removed redundant declarative docsMike Bayer2008-12-081-33/+69
* - merged -r5338:5429 of sphinx branch.Mike Bayer2008-12-062-3/+3