summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext
Commit message (Expand)AuthorAgeFilesLines
* - add QueryContext to load(), refresh()Mike Bayer2010-12-311-2/+2
* - removes the "on_" prefix.Mike Bayer2010-12-301-17/+17
* - mutable examples now move into sqlalchemy.ext.mutableMike Bayer2010-12-291-0/+281
* - restore declarative support for "composite"Mike Bayer2010-12-231-2/+2
* narrow down cascades in session some moreMike Bayer2010-12-191-2/+3
* - clean up the batch insert thingMike Bayer2010-12-111-2/+2
* - merge default tipMike Bayer2010-12-051-133/+361
|\
| * this is newMike Bayer2010-11-241-0/+2
| * - SqlSoup overhaulMike Bayer2010-11-241-133/+359
* | - add docs for hybridMike Bayer2010-11-281-17/+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-143-1/+13
|\ \ | |/
| * almost through.Mike Bayer2010-09-042-1/+11
| * 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
* | this doesnt actually workMike Bayer2010-08-271-5/+0
* | - hybrid_andMike Bayer2010-08-251-4/+7
* | merge tipMike Bayer2010-08-141-1/+1
|\ \ | |/
| * - Another pass through the series of error messagesMike Bayer2010-08-141-1/+1
* | devMike Bayer2010-08-061-14/+9
* | some cleanup, some screwing around with comparators...many more issues coming upMike Bayer2010-08-061-0/+31
* | fix declarativeMike Bayer2010-08-061-3/+4
* | - at long last have gotten the "proxy_property" keywordMike Bayer2010-08-061-4/+7
* | - add hybrid extensionMike Bayer2010-08-061-0/+111
|/
* - 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