| Commit message (Expand) | Author | Age | Files | Lines |
| * | specify run as module here | Mike Bayer | 2013-12-07 | 1 | -5/+6 |
| * | - remove verbiage about "namespaces" from the dogpile example, [ticket:2862] | Mike Bayer | 2013-12-07 | 3 | -20/+23 |
| * | - the pronoun removal commit. there was only one instance of a | Mike Bayer | 2013-11-30 | 2 | -3/+3 |
| * | - reorganize docs so expression, schema are broken out into subfiles, they're... | Mike Bayer | 2013-08-21 | 1 | -0/+1 |
| * | - changelog | Mike Bayer | 2013-08-17 | 1 | -26/+26 |
| * | Merged in prschmid/sqlalchemy (pull request #4) | Mike Bayer | 2013-08-17 | 1 | -3/+3 |
| * | - Improved the examples in ``examples/generic_associations``, including | Mike Bayer | 2013-07-19 | 5 | -50/+196 |
| * | Merged in goodscloud/sqlalchemy (pull request #3) | Mike Bayer | 2013-06-18 | 1 | -0/+3 |
| * | Merged in goodscloud/sqlalchemy (pull request #2) | Mike Bayer | 2013-06-17 | 2 | -3/+42 |
| * | Fixed a small bug in the dogpile example where the generation | Mike Bayer | 2013-05-28 | 1 | -1/+1 |
| * | modernize some more examples | Mike Bayer | 2013-04-27 | 10 | -71/+80 |
| * | Fixed a long-standing bug in the caching example, where | Mike Bayer | 2013-04-18 | 1 | -14/+5 |
| * | - remove erroneous second RelationshipCache class | Mike Bayer | 2013-04-18 | 1 | -18/+0 |
| * | whack more long lines in very old docstrings | Mike Bayer | 2013-02-02 | 10 | -29/+54 |
| * | Fixed a regression in the examples/dogpile_caching example | Mike Bayer | 2013-01-08 | 1 | -1/+2 |
| * | fixing InstrumentationManager links | Diana Clarke | 2012-12-07 | 1 | -3/+14 |
| * | - converted beaker demo to dogpile.cache, [ticket:2589] | Mike Bayer | 2012-10-21 | 11 | -413/+418 |
| * | add a note | Mike Bayer | 2012-08-17 | 1 | -0/+3 |
| * | - really start making postgis example slick. | Mike Bayer | 2012-08-17 | 1 | -60/+62 |
| * | - [feature] To complement [ticket:2547], types | Mike Bayer | 2012-08-17 | 1 | -18/+13 |
| * | - modernize most of the postgis example. would like to do [ticket:1534] also. | Mike Bayer | 2012-08-16 | 1 | -91/+85 |
| * | update the postgis example to actually work, using the old way (we'll update ... | Mike Bayer | 2012-08-16 | 1 | -9/+9 |
| * | -whitespace bonanza, contd | Mike Bayer | 2012-07-28 | 31 | -153/+153 |
| * | trailing whitespace bonanza | Mike Bayer | 2012-07-28 | 5 | -34/+34 |
| * | - [moved] The InstrumentationManager interface | Mike Bayer | 2012-06-24 | 1 | -108/+11 |
| * | - [feature] The "deferred declarative | Mike Bayer | 2012-05-17 | 2 | -144/+0 |
| * | - [feature] New standalone function with_polymorphic() | Mike Bayer | 2012-04-23 | 2 | -125/+135 |
| * | - [bug] Altered _params_from_query() function | Mike Bayer | 2012-02-14 | 1 | -4/+8 |
| * | declarartive reflection example didn't actually work for single inheritance, ... | Mike Bayer | 2012-02-09 | 1 | -0/+11 |
| * | - [bug] Improved the "declarative reflection" | Mike Bayer | 2012-01-28 | 1 | -15/+26 |
| * | declarative reflection example | Mike Bayer | 2012-01-28 | 2 | -1/+9 |
| * | - [feature] New declarative reflection example | Mike Bayer | 2012-01-28 | 2 | -0/+114 |
| * | modernize adjacency list example, use declarative | Mike Bayer | 2012-01-28 | 1 | -61/+48 |
| * | fix a usage issue here | Mike Bayer | 2012-01-28 | 1 | -0/+3 |
| * | - [bug] Fixed large_collection.py to close the | Mike Bayer | 2012-01-22 | 1 | -1/+2 |
| * | - [feature] Simplified the versioning example | Mike Bayer | 2012-01-22 | 3 | -43/+28 |
| * | - Fixed bug in history_meta.py example where | Mike Bayer | 2011-10-17 | 2 | -1/+7 |
| * | - Adjusted dictlike-polymorphic.py example | Mike Bayer | 2011-09-26 | 1 | -8/+9 |
| * | - Fixed the attribute shard example to check | Mike Bayer | 2011-06-26 | 1 | -11/+13 |
| * | - Repaired the examples/versioning test runner | Mike Bayer | 2011-06-16 | 4 | -7/+104 |
| * | update for new table model | Mike Bayer | 2011-06-06 | 1 | -6/+21 |
| * | update docs for generic associations | Mike Bayer | 2011-04-28 | 1 | -3/+10 |
| * | - removed the ancient "polymorphic association" | Mike Bayer | 2011-04-27 | 8 | -491/+378 |
| * | - remove test.sql._base, test.engine._base, test.orm._base, move those classe... | Mike Bayer | 2011-03-27 | 1 | -1/+1 |
| * | - The horizontal_shard ShardedSession class accepts the common | Mike Bayer | 2011-03-16 | 1 | -2/+2 |
| * | - Updated the association, association proxy examples | Mike Bayer | 2011-03-13 | 4 | -187/+255 |
| * | - Beaker example now takes into account 'limit' | Mike Bayer | 2011-02-13 | 1 | -2/+5 |
| * | add example usage for shard_id in context feature [ticket:2031] | Mike Bayer | 2011-01-23 | 1 | -2/+15 |
| * | - rename hybrid.property_, hybrid.method to hybrid_property, hybrid_method. ... | Mike Bayer | 2011-01-12 | 1 | -35/+29 |
| * | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 28 | -288/+288 |