summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext/declarative.py
Commit message (Expand)AuthorAgeFilesLines
* for string deferred evals, don't return the underlying Column, rely upon the ...Mike Bayer2010-01-291-5/+7
* 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-061-1/+1
* - Declarative will raise an informative exception ifMike Bayer2009-07-251-15/+30
* Fixed adding of deferred or othe column properties to a declarative class.Michael Trier2009-04-181-0/+6
* - 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
* 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
* - 0.5.1 bumpMike Bayer2009-01-111-0/+4
* - 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-061-2/+2
* - Can now use a custom "inherit_condition" inMike Bayer2008-11-121-1/+1
* Documented synonym_for and comparable_using in the main docstring for declara...Michael Trier2008-10-051-0/+24
* fix up element sorting in declarativeMike Bayer2008-09-191-2/+1
* - Fixed exception throw which would occur when string-basedMike Bayer2008-09-041-0/+6
* - fixed endless loop bug which could occurMike Bayer2008-08-041-0/+7
* some doc stuffMike Bayer2008-08-041-1/+1
* descriptive error message raised when string-based relation() expressions ina...Mike Bayer2008-08-031-1/+4
* - Refactored declarative_base() as a thin wrapper over type()Jason Kirtland2008-08-021-27/+54
* - declarative.declarative_base():Jason Kirtland2008-08-021-4/+38
* Corrected a couple of lingering transactional=True statements in the docs.Michael Trier2008-07-191-1/+1
* typoGaëtan de Menten2008-07-111-1/+1
* - Declarative supports a __table_args__ class variable, whichMike Bayer2008-07-091-7/+25
* - added "CALL" to Mysql select keywordsMike Bayer2008-05-271-1/+1
* added string argument resolution to relation() in conjunction with declarativ...Mike Bayer2008-05-261-15/+54
* - renamed query.slice_() to query.slice()Mike Bayer2008-05-131-69/+83
* Removed declared_synonym(), pep-8 clean ups.Jason Kirtland2008-05-131-78/+82
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-091-0/+4
* - factored out the logic used by Join to create its join conditionMike Bayer2008-05-021-1/+8
* more declarative doc updatesMike Bayer2008-04-281-12/+28
* fix docs for declarativeMike Bayer2008-04-271-3/+12
* - Assorted flakes.Jason Kirtland2008-04-021-2/+2
* - Added PendingDeprecationWarning supportJason Kirtland2008-03-291-3/+2
* - declarative_base() takes optional kwarg "mapper", whichMike Bayer2008-03-291-5/+12
* added nicer error message to dependent class not foundMike Bayer2008-03-221-2/+5
* - inheritance in declarative can be disabled when sendingMike Bayer2008-03-221-4/+6
* typoGaëtan de Menten2008-03-191-1/+1
* - added support for declarative deferred(Column(...))Mike Bayer2008-03-181-9/+14
* - reST fixesJason Kirtland2008-03-181-2/+2
* - Start coverage for Class.prop = Column(), promote nameless ColumnsJason Kirtland2008-03-181-74/+92