| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | - docs for mutable events example | Mike Bayer | 2010-12-26 | 1 | -2/+28 |
| * | - add a new "on mapper configured" event - handy ! | Mike Bayer | 2010-12-25 | 2 | -28/+62 |
| * | - restore declarative support for "composite" | Mike Bayer | 2010-12-23 | 2 | -0/+152 |
| * | - fix beaker caching example to use new ".callable" param on bind | Mike Bayer | 2010-12-22 | 1 | -9/+14 |
| * | - merge versioning example fix from 0.6 | Mike Bayer | 2010-12-20 | 2 | -12/+73 |
| * | - gently push users towards entity name for simple cases | Mike Bayer | 2010-12-07 | 1 | -3/+13 |
| * | new calling style: event.listen(target, identifier, fn) | Mike Bayer | 2010-12-01 | 1 | -4/+4 |
| * | - NullPool is now used by default for SQLite file- | Mike Bayer | 2010-11-28 | 1 | -2/+5 |
| * | - merge mapper simpler compile branch, [ticket:1966] | Mike Bayer | 2010-11-26 | 1 | -1/+1 |
| |\ |
|
| | * | [ticket:1966] implementation | Mike Bayer | 2010-11-15 | 1 | -1/+1 |
| * | | - merge hybrid attributes branch, [ticket:1903] | Mike Bayer | 2010-11-20 | 2 | -178/+0 |
| |\ \ |
|
| | * \ | merge tip | Mike Bayer | 2010-11-14 | 10 | -94/+97 |
| | |\ \
| | |/ |
|
| | * | | merge tip | Mike Bayer | 2010-09-14 | 2 | -4/+21 |
| | |\ \ |
|
| | * \ \ | merge latest tip | Mike Bayer | 2010-09-03 | 1 | -0/+8 |
| | |\ \ \ |
|
| | * \ \ \ | merge tip | Mike Bayer | 2010-08-27 | 1 | -0/+8 |
| | |\ \ \ \ |
|
| | * \ \ \ \ | merge from tip | Mike Bayer | 2010-08-24 | 2 | -2/+25 |
| | |\ \ \ \ \ |
|
| | * \ \ \ \ \ | merge tip | Mike Bayer | 2010-08-14 | 9 | -179/+246 |
| | |\ \ \ \ \ \ |
|
| | * | | | | | | | - add hybrid extension | Mike Bayer | 2010-08-06 | 2 | -134/+0 |
| * | | | | | | | | - merge tip | Mike Bayer | 2010-11-06 | 6 | -52/+54 |
| |\ \ \ \ \ \ \ \
| | |_|_|_|_|_|/
| |/| | | | | | |
|
| | * | | | | | | | - remove remaining create_session() calls from examples, replace with Session | Mike Bayer | 2010-10-24 | 6 | -52/+54 |
| * | | | | | | | | - add instrumentation events | Mike Bayer | 2010-10-02 | 1 | -33/+17 |
| * | | | | | | | | merge tip | Mike Bayer | 2010-10-02 | 4 | -42/+43 |
| |\ \ \ \ \ \ \ \
| |/ / / / / / / |
|
| | * | | | | | | | - optimized_al doesn't need mapper extension | Mike Bayer | 2010-09-24 | 4 | -42/+43 |
| | | |_|_|_|_|/
| |/| | | | | |
|
| * | | | | | | | - reorganization | Mike Bayer | 2010-09-14 | 1 | -1/+2 |
| |/ / / / / / |
|
| * | | | | | | - the versioning example works correctly now | Mike Bayer | 2010-09-05 | 2 | -5/+20 |
| * | | | | | | - mapper _get_col_to_prop private method used | Mike Bayer | 2010-09-05 | 1 | -2/+4 |
| | |_|_|_|/
|/| | | | |
|
| * | | | | | - a large hill to climb. Added declarative examples to all the | Mike Bayer | 2010-08-30 | 2 | -44/+98 |
| | |_|_|/
|/| | | |
|
| * | | | | add a note | Mike Bayer | 2010-08-25 | 1 | -0/+8 |
| | |_|/
|/| | |
|
| * | | | - the history_meta versioning recipe sets "unique=False" | Mike Bayer | 2010-08-23 | 2 | -2/+25 |
| | |/
|/| |
|
| * | | - modernizing examples | Mike Bayer | 2010-08-08 | 9 | -147/+211 |
| * | | modernized the directed graph example | Mike Bayer | 2010-08-08 | 1 | -49/+50 |
| |/ |
|
| * | etc | Mike Bayer | 2010-07-21 | 1 | -3/+6 |
| * | this would help, right | Mike Bayer | 2010-07-21 | 1 | -0/+256 |
| * | - The beaker_caching example has been reorgnized | Mike Bayer | 2010-07-21 | 9 | -280/+52 |
| * | Python-tidy test/engine and test/aaa_profiling, 80% auto + 20% manual interve... | Mike Bayer | 2010-07-11 | 1 | -1/+2 |
| * | typo | Chris Withers | 2010-07-08 | 1 | -1/+1 |
| * | - Updated attribute_shard.py example to use a more robust | Mike Bayer | 2010-04-02 | 1 | -32/+107 |
| * | - The sqlalchemy.orm.shard module now becomes an extension, | Mike Bayer | 2010-03-28 | 1 | -1/+1 |
| * | fix some examples | Mike Bayer | 2010-03-28 | 3 | -5/+5 |
| * | - converted all lazy=True|False|None to 'select'|'joined'|'noload' | Mike Bayer | 2010-03-24 | 8 | -17/+17 |
| * | - The official name for the relation() function is now | Mike Bayer | 2010-03-17 | 23 | -81/+81 |
| * | Cleaned up some long lines to test the commit hooks. | Michael Trier | 2010-03-07 | 1 | -25/+28 |
| * | try to clarify intent some more | Mike Bayer | 2010-02-14 | 2 | -73/+66 |
| * | - Changed the beaker cache example a bit to have a separate | Mike Bayer | 2010-02-12 | 4 | -50/+91 |
| * | use issubclass here, allows lazy loads from a subclass to hit a loader that w... | Mike Bayer | 2010-01-21 | 1 | -1/+1 |
| * | - mega example cleanup | Mike Bayer | 2010-01-19 | 42 | -426/+817 |
| * | some cleanup | Mike Bayer | 2010-01-18 | 1 | -20/+33 |
| * | sorry, this example is just ridiculous | Mike Bayer | 2010-01-18 | 2 | -91/+0 |
| * | modernized "adjacencytree" example | Mike Bayer | 2010-01-18 | 3 | -129/+139 |
| * | updated the large_collection example to modern SQLA. | Mike Bayer | 2010-01-18 | 4 | -95/+100 |