Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to ↵ | Mike Bayer | 2007-07-27 | 1 | -41/+0 |
| | | | | maintenance branch in branches/rel_0_3. | ||||
* | - Deprecated DynamicMetaData- use ThreadLocalMetaData or MetaData instead | Jason Kirtland | 2007-07-06 | 1 | -1/+1 |
| | | | | | - Deprecated BoundMetaData- use MetaData instead - Removed DMD and BMD from documentation | ||||
* | docs/examples/unittests for remote_side | Mike Bayer | 2006-12-08 | 1 | -1/+1 |
| | |||||
* | late compilation of mappers. now you can create mappers in any order, and ↵ | Mike Bayer | 2006-06-08 | 1 | -1/+4 |
| | | | | they will compile their internal state when first used in a query or flush operation (or their props or 'c'/'columns' attributes are used). includes various cleanups and fixes in support of the change, including some unit test changes, additional unit tests. | ||||
* | merged 0.2 branch into trunk; 0.1 now in sqlalchemy/branches/rel_0_1 | Mike Bayer | 2006-05-25 | 1 | -12/+9 |
| | |||||
* | added backref() function, allows the creation of a backref where you also ↵ | Mike Bayer | 2006-03-07 | 1 | -0/+41 |
send keyword arguments that will be placed on the relation |