summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext
Commit message (Expand)AuthorAgeFilesLines
...
* - Fixed regression whereby composite() withMike Bayer2011-02-141-4/+6
* - Association proxy now has correct behavior forMike Bayer2011-02-131-20/+48
* - remove some remaining sys.modules shenanigansrel_0_7b1Mike Bayer2011-02-122-2/+2
* - Added an explicit check for the case that the nameMike Bayer2011-02-121-14/+20
* - Horizontal shard query places 'shard_id' inMike Bayer2011-01-231-0/+2
* and try that again.....Mike Bayer2011-01-201-3/+2
* - use types.MethodType here for python3 compatMike Bayer2011-01-201-3/+3
* rename 'frozendict' to 'immutabledict', since 'frozen' implies hashabilityMike Bayer2011-01-201-1/+1
* - Session.connection(), Session.execute() accept 'bind',Mike Bayer2011-01-181-2/+2
* - tests for hybridMike Bayer2011-01-172-73/+309
* - rename hybrid.property_, hybrid.method to hybrid_property, hybrid_method. ...Mike Bayer2011-01-121-7/+7
* - The Index() construct can be created inline with a TableMike Bayer2011-01-041-1/+20
* - sorry, I really don't want metaclass recipes in the main documentation. D...Mike Bayer2011-01-041-74/+0
* - add support for pickling with mutable scalars, mutable compositesMike Bayer2011-01-021-113/+366
* - whitespace removal bonanzaMike Bayer2011-01-029-254/+254
* - clean up copyright, update for 2011, stamp every file withMike Bayer2011-01-0210-2/+55
* - 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