summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext
Commit message (Expand)AuthorAgeFilesLines
...
* | - 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
* - 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
* - The 'default' compiler is automatically copied overMike Bayer2010-07-021-1/+6
* 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
* - the SqlSoup constructor accepts a `base` argument which specifiesMike Bayer2010-05-081-5/+8
* 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
* add example for changing TypeEngine compilationMike Bayer2010-04-071-1/+18
* - Further reworked the "mixin" logic in declarative toMike Bayer2010-04-061-37/+40
* add FunctionElement exampleMike Bayer2010-04-021-2/+17
* - Declarative will raise an informative error messageMike Bayer2010-04-021-2/+6
* - the compiler extension now allows @compiles decoratorsMike Bayer2010-03-301-1/+1
* - The sqlalchemy.orm.shard module now becomes an extension,Mike Bayer2010-03-281-0/+125
* - 0.6beta3 versionMike Bayer2010-03-271-66/+87
* - relationships and columns with foreign keys aren'tMike Bayer2010-03-261-2/+11
* - Using @classdecorator and similar on mixins to defineMike Bayer2010-03-261-14/+15
* - Using a mixin won't break if the mixin implements anMike Bayer2010-03-251-1/+1
* - An exception is raised when a single-table subclass specifiesMike Bayer2010-03-191-0/+5
* if anybody complains that they didn't know it was called "relation" in 0.5, w...Mike Bayer2010-03-171-2/+5
* - The official name for the relation() function is nowMike Bayer2010-03-174-45/+45
* 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