| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | warn when a subclass' base uses @declared_attr for a regular column - | Mike Bayer | 2011-09-26 | 1 | -0/+6 |
| * | - Changed the update() method on association proxy | Mike Bayer | 2011-09-14 | 1 | -4/+13 |
| * | fix sentence | Mike Bayer | 2011-09-10 | 1 | -1/+1 |
| * | - New event hook, MapperEvents.after_configured(). | Mike Bayer | 2011-09-10 | 1 | -6/+205 |
| * | document autocommit when using the compiler extension, update the "understand... | Mike Bayer | 2011-08-18 | 1 | -0/+49 |
| * | declarify the mapper config docs | Mike Bayer | 2011-08-07 | 1 | -50/+2 |
| * | - rework tutorial to be all declarative, all the time | Mike Bayer | 2011-08-06 | 1 | -11/+54 |
| * | - second pass through association proxy docs, some more links on any()/has(),... | Mike Bayer | 2011-08-06 | 1 | -22/+41 |
| * | - rewrite the docs for association proxy using declarative, add new examples,... | Mike Bayer | 2011-08-05 | 1 | -19/+76 |
| * | - Added an informative error message when | Mike Bayer | 2011-07-21 | 1 | -2/+0 |
| * | - add doc to schema docs linking to declarative usage of __table__ | Mike Bayer | 2011-07-01 | 1 | -0/+35 |
| * | - Fixed bug in the mutable extension whereby | Mike Bayer | 2011-07-01 | 1 | -10/+10 |
| * | - Fixed bug in the mutable extension whereby | Mike Bayer | 2011-06-30 | 1 | -2/+0 |
| * | - remove NamingConventions as an example here since it doesn't apply | Mike Bayer | 2011-06-14 | 1 | -4/+8 |
| * | - Fixed declarative bug where a class inheriting | Mike Bayer | 2011-06-14 | 1 | -2/+1 |
| * | - Repaired new "mutable" extension to propagate | Mike Bayer | 2011-06-04 | 1 | -8/+13 |
| * | typo | Mike Bayer | 2011-05-22 | 1 | -1/+1 |
| * | go a little further and introduce hybrid value | Mike Bayer | 2011-05-22 | 1 | -1/+87 |
| * | - add some docs to hybrid comparators, operators/comparator logic at the base | Mike Bayer | 2011-05-22 | 1 | -1/+15 |
| * | - Fixed bugs in sqlalchemy.ext.mutable extension where | Mike Bayer | 2011-05-14 | 1 | -5/+5 |
| * | - mapper() will ignore non-configured foreign keys | Mike Bayer | 2011-05-07 | 1 | -8/+0 |
| * | - Removed the usage of the "collections.MutableMapping" | Mike Bayer | 2011-04-28 | 1 | -5/+5 |
| * | - added Query.with_session() method, switches | Mike Bayer | 2011-04-23 | 1 | -9/+10 |
| * | - rework setup.py script to work with: | Mike Bayer | 2011-04-17 | 1 | -3/+3 |
| * | - add some function examples, [ticket:2107] | Mike Bayer | 2011-04-02 | 1 | -1/+117 |
| * | - Fixed mutable extension docs to show the | Mike Bayer | 2011-04-02 | 1 | -11/+25 |
| * | - some doc reorg | Mike Bayer | 2011-03-17 | 1 | -7/+7 |
| * | - The horizontal_shard ShardedSession class accepts the common | Mike Bayer | 2011-03-16 | 1 | -52/+52 |
| * | merge | Mike Bayer | 2011-03-14 | 1 | -4/+6 |
| |\ |
|
| | * | - Arguments in __mapper_args__ that aren't "hashable" | Mike Bayer | 2011-03-14 | 1 | -4/+6 |
| * | | corrected a bunch of spelling typos | Diana Clarke | 2011-02-28 | 1 | -1/+1 |
| |/ |
|
| * | - Fix error message referencing old @classproperty | Mike Bayer | 2011-02-19 | 1 | -2/+2 |
| * | - the dictionary at the end of the __table_args__ | Mike Bayer | 2011-02-17 | 1 | -14/+16 |
| * | - Fixed regression whereby composite() with | Mike Bayer | 2011-02-14 | 1 | -4/+6 |
| * | - Association proxy now has correct behavior for | Mike Bayer | 2011-02-13 | 1 | -20/+48 |
| * | - remove some remaining sys.modules shenanigansrel_0_7b1 | Mike Bayer | 2011-02-12 | 2 | -2/+2 |
| * | - Added an explicit check for the case that the name | Mike Bayer | 2011-02-12 | 1 | -14/+20 |
| * | - Horizontal shard query places 'shard_id' in | Mike Bayer | 2011-01-23 | 1 | -0/+2 |
| * | and try that again..... | Mike Bayer | 2011-01-20 | 1 | -3/+2 |
| * | - use types.MethodType here for python3 compat | Mike Bayer | 2011-01-20 | 1 | -3/+3 |
| * | rename 'frozendict' to 'immutabledict', since 'frozen' implies hashability | Mike Bayer | 2011-01-20 | 1 | -1/+1 |
| * | - Session.connection(), Session.execute() accept 'bind', | Mike Bayer | 2011-01-18 | 1 | -2/+2 |
| * | - tests for hybrid | Mike Bayer | 2011-01-17 | 2 | -73/+309 |
| * | - rename hybrid.property_, hybrid.method to hybrid_property, hybrid_method. ... | Mike Bayer | 2011-01-12 | 1 | -7/+7 |
| * | - The Index() construct can be created inline with a Table | Mike Bayer | 2011-01-04 | 1 | -1/+20 |
| * | - sorry, I really don't want metaclass recipes in the main documentation. D... | Mike Bayer | 2011-01-04 | 1 | -74/+0 |
| * | - add support for pickling with mutable scalars, mutable composites | Mike Bayer | 2011-01-02 | 1 | -113/+366 |
| * | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 9 | -254/+254 |
| * | - clean up copyright, update for 2011, stamp every file with | Mike Bayer | 2011-01-02 | 10 | -2/+55 |
| * | - add QueryContext to load(), refresh() | Mike Bayer | 2010-12-31 | 1 | -2/+2 |