summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext
Commit message (Expand)AuthorAgeFilesLines
...
* warn when a subclass' base uses @declared_attr for a regular column -Mike Bayer2011-09-261-0/+6
* - Changed the update() method on association proxyMike Bayer2011-09-141-4/+13
* fix sentenceMike Bayer2011-09-101-1/+1
* - New event hook, MapperEvents.after_configured().Mike Bayer2011-09-101-6/+205
* document autocommit when using the compiler extension, update the "understand...Mike Bayer2011-08-181-0/+49
* declarify the mapper config docsMike Bayer2011-08-071-50/+2
* - rework tutorial to be all declarative, all the timeMike Bayer2011-08-061-11/+54
* - second pass through association proxy docs, some more links on any()/has(),...Mike Bayer2011-08-061-22/+41
* - rewrite the docs for association proxy using declarative, add new examples,...Mike Bayer2011-08-051-19/+76
* - Added an informative error message whenMike Bayer2011-07-211-2/+0
* - add doc to schema docs linking to declarative usage of __table__Mike Bayer2011-07-011-0/+35
* - Fixed bug in the mutable extension wherebyMike Bayer2011-07-011-10/+10
* - Fixed bug in the mutable extension wherebyMike Bayer2011-06-301-2/+0
* - remove NamingConventions as an example here since it doesn't applyMike Bayer2011-06-141-4/+8
* - Fixed declarative bug where a class inheritingMike Bayer2011-06-141-2/+1
* - Repaired new "mutable" extension to propagateMike Bayer2011-06-041-8/+13
* typoMike Bayer2011-05-221-1/+1
* go a little further and introduce hybrid valueMike Bayer2011-05-221-1/+87
* - add some docs to hybrid comparators, operators/comparator logic at the baseMike Bayer2011-05-221-1/+15
* - Fixed bugs in sqlalchemy.ext.mutable extension whereMike Bayer2011-05-141-5/+5
* - mapper() will ignore non-configured foreign keysMike Bayer2011-05-071-8/+0
* - Removed the usage of the "collections.MutableMapping"Mike Bayer2011-04-281-5/+5
* - added Query.with_session() method, switchesMike Bayer2011-04-231-9/+10
* - rework setup.py script to work with:Mike Bayer2011-04-171-3/+3
* - add some function examples, [ticket:2107]Mike Bayer2011-04-021-1/+117
* - Fixed mutable extension docs to show theMike Bayer2011-04-021-11/+25
* - some doc reorgMike Bayer2011-03-171-7/+7
* - The horizontal_shard ShardedSession class accepts the commonMike Bayer2011-03-161-52/+52
* mergeMike Bayer2011-03-141-4/+6
|\
| * - Arguments in __mapper_args__ that aren't "hashable"Mike Bayer2011-03-141-4/+6
* | corrected a bunch of spelling typosDiana Clarke2011-02-281-1/+1
|/
* - Fix error message referencing old @classpropertyMike Bayer2011-02-191-2/+2
* - the dictionary at the end of the __table_args__Mike Bayer2011-02-171-14/+16
* - 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