| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix many typos throughout the codebasepr/85 | Alex Gaynor | 2014-04-26 | 2 | -3/+3 |
| * | - Support has been added for pytest to run tests. This runner | Mike Bayer | 2014-03-03 | 1 | -1/+1 |
| * | - Fixed bug in the versioned_history example where column-level INSERT | Mike Bayer | 2014-02-24 | 2 | -5/+38 |
| * | - use column.info to detect those cols part of "versioning" | Mike Bayer | 2014-02-16 | 2 | -28/+56 |
| * | Merge branch 'patch-1' of https://github.com/jplaverdure/sqlalchemy into t | Mike Bayer | 2014-02-16 | 1 | -3/+5 |
| |\ |
|
| | * | Switched to UTC Timestamppr/41 | jplaverdure | 2013-11-08 | 1 | -2/+2 |
| | * | Added changed(timestamp) on _history table and supprot for schemas | jplaverdure | 2013-11-08 | 1 | -3/+5 |
| * | | - Added a tweak to the "history_meta" example where the check for | Mike Bayer | 2014-02-02 | 1 | -1/+2 |
| * | | 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 | -12/+15 |
| * | | - add a new example section for "join conditions", start putting | Mike Bayer | 2013-12-05 | 3 | -0/+210 |
| * | | - the pronoun removal commit. there was only one instance of a | Mike Bayer | 2013-11-30 | 2 | -3/+3 |
| * | | forgot to add this, oopsie | Mike Bayer | 2013-11-30 | 3 | -0/+396 |
| * | | simplify this | Mike Bayer | 2013-11-30 | 1 | -20/+2 |
| * | | - start reworking examples to include more code from the wiki. | Mike Bayer | 2013-11-29 | 5 | -253/+156 |
| * | | - add a new sphinx extension "viewsource". takes advantage of part of the vi... | Mike Bayer | 2013-11-09 | 33 | -125/+108 |
| * | | - add proof of concept for versioning, [ticket:2861] | Mike Bayer | 2013-11-08 | 1 | -1/+31 |
| |/ |
|
| * | - Fixed bug which prevented history_meta recipe from working with | Mike Bayer | 2013-11-07 | 3 | -99/+81 |
| * | - reorganize docs so expression, schema are broken out into subfiles, they're... | Mike Bayer | 2013-08-18 | 1 | -0/+1 |
| * | - changelog | Mike Bayer | 2013-08-17 | 1 | -26/+26 |
| * | Made primary_key autoincrement=False in versioning example. | Patrick R. Schmid | 2013-07-31 | 1 | -3/+3 |
| * | modernize this a bit | Mike Bayer | 2013-07-27 | 1 | -19/+10 |
| * | - Improved the examples in ``examples/generic_associations``, including | Mike Bayer | 2013-07-19 | 5 | -48/+194 |
| * | Forgot final check that a delete in a backref also doesn't create a new version | Matt Chisholm | 2013-06-17 | 1 | -0/+3 |
| * | don't create a history entry when an object in a backref has changed | Matt Chisholm | 2013-06-15 | 2 | -3/+42 |
| * | Merge branch 'master' into rel_0_9 | Mike Bayer | 2013-05-28 | 1 | -1/+1 |
| |\ |
|
| | * | Fixed a small bug in the dogpile example where the generation | Mike Bayer | 2013-05-28 | 1 | -1/+1 |
| * | | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 29 | -296/+296 |
| |/ |
|
| * | 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 |