summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext/declarative.py
Commit message (Expand)AuthorAgeFilesLines
...
* - clean up copyright, update for 2011, stamp every file withMike Bayer2011-01-021-0/+6
* - restore declarative support for "composite"Mike Bayer2010-12-231-2/+2
* - merge metadata/schema/declarative branch, [ticket:1893]Mike Bayer2010-11-201-3/+14
|\
| * merge tipMike Bayer2010-11-181-0/+4
| |\
| * | [ticket:1893] implementationMike Bayer2010-11-151-3/+14
* | | merge tipMike Bayer2010-11-181-0/+4
|\ \ \ | | |/ | |/|
| * | - An error is raised if __table_args__ is not in tupleMike Bayer2010-11-171-0/+4
| |/
* | merge tipMike Bayer2010-11-141-82/+244
|\ \ | |/
| * - A mixin can now specify a column that overridesMike Bayer2010-10-211-1/+1
| * editMike Bayer2010-10-171-2/+3
| * warn when two classes with the same name end up in the declarative registryChris Withers2010-10-061-0/+7
| * document creating indexes for columns in mixinsChris Withers2010-10-041-0/+75
| * - add additional logic that duplicates mapper's prop.copy(); prop.columns.app...Mike Bayer2010-10-011-5/+20
| * - Fixed bug whereby columns on a mixin wouldn't propagateMike Bayer2010-09-281-3/+6
| * @mapperproperty -> @declared_attrMike Bayer2010-09-271-31/+31
| * - @classproperty 's official name/location for usageMike Bayer2010-09-251-36/+85
| * make less ficticious ;-)Chris Withers2010-09-241-2/+2
| * - @classproperty (soon/now @mapperproperty) takes effect forMike Bayer2010-09-201-43/+55
| * - fix test_single test to use default dialectMike Bayer2010-09-151-1/+1
* | merge tipMike Bayer2010-09-141-0/+2
|\ \ | |/
| * continued...Mike Bayer2010-09-041-0/+2
* | merge latest tipMike Bayer2010-09-031-2/+5
|\ \ | |/
| * - a large hill to climb. Added declarative examples to all theMike Bayer2010-08-301-1/+2
| * - put a link to the wiki table config exampleMike Bayer2010-08-271-1/+3
* | merge tipMike Bayer2010-08-141-1/+1
|\ \ | |/
| * - Another pass through the series of error messagesMike Bayer2010-08-141-1/+1
* | fix declarativeMike Bayer2010-08-061-3/+4
|/
* - dont like this noteMike Bayer2010-08-031-15/+15
* fixes, clarifications, removal of misleading statementsMike Bayer2010-08-031-38/+44
* - dont like that example, its too much for a section that otherwise isn't soMike Bayer2010-08-031-116/+31
* - add an example of declarative with hybrid, including why thisMike Bayer2010-08-021-0/+115
* - Fixed bug where "Can't add additional column" messageMike Bayer2010-08-021-1/+2
* - if @classproperty is used with a regular class-boundMike Bayer2010-08-021-16/+81
* - worked through about 25% of mappers.rst to implementMike Bayer2010-08-011-0/+2
* - pull out type() ahead of time to cut down on fn calls.Mike Bayer2010-07-131-2/+3
* - doc fixes regarding __tablename__ mixinMike Bayer2010-07-101-58/+78
* transfer docstrings from @classproperty to propsMike Bayer2010-07-041-1/+5
* - Added support for @classproperty to provideMike Bayer2010-07-031-56/+220
* keep ordering of columns with mixins constantChris Withers2010-07-021-1/+2
* - a mixin class can now define a column that matchesMike Bayer2010-06-191-2/+4
* docs for new mixin class control abilitiesChris Withers2010-04-131-0/+96
* helper method for spotting inherited tablesChris Withers2010-04-131-1/+10
* I think I'm about to have a When Harry Met Sally momentChris Withers2010-04-131-6/+15
* close, but still no cigarChris Withers2010-04-131-24/+23
* remove tortologyChris Withers2010-04-131-2/+2
* handle propagationChris Withers2010-04-121-21/+25
* refactor to highlight the problem areasChris Withers2010-04-121-22/+13
* no need for this to be a functionChris Withers2010-04-091-4/+1
* - Further reworked the "mixin" logic in declarative toMike Bayer2010-04-061-37/+40
* - Declarative will raise an informative error messageMike Bayer2010-04-021-2/+6