summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext/declarative.py
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - Declarative will complete setup for Columns lacking names, allowsJason Kirtland2008-03-181-4/+12
* - Declarative gains @synonym_for and @comparable_using decoratorsJason Kirtland2008-03-171-3/+47
* Issue a warning when a declarative detects a likely trailing comma: foo = Col...Jason Kirtland2008-03-151-0/+6
* - the "synonym" function is now directly usable withMike Bayer2008-03-151-28/+12
* eh, that __autoload_with__ idea was half baked.Jason Kirtland2008-03-101-3/+1
* - Added __autoload__ = True for declarativeJason Kirtland2008-03-101-1/+11
* removed the "__main__" code from belowMike Bayer2008-03-101-82/+0
* - a new super-small "declarative" extension has been added,Mike Bayer2008-03-101-0/+321