summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-262-3/+3
* - Support has been added for pytest to run tests. This runnerMike Bayer2014-03-031-1/+1
* - Fixed bug in the versioned_history example where column-level INSERTMike Bayer2014-02-242-5/+38
* - use column.info to detect those cols part of "versioning"Mike Bayer2014-02-162-28/+56
* Merge branch 'patch-1' of https://github.com/jplaverdure/sqlalchemy into tMike Bayer2014-02-161-3/+5
|\
| * Switched to UTC Timestamppr/41jplaverdure2013-11-081-2/+2
| * Added changed(timestamp) on _history table and supprot for schemasjplaverdure2013-11-081-3/+5
* | - Added a tweak to the "history_meta" example where the check forMike Bayer2014-02-021-1/+2
* | specify run as module hereMike Bayer2013-12-071-5/+6
* | - remove verbiage about "namespaces" from the dogpile example, [ticket:2862]Mike Bayer2013-12-073-12/+15
* | - add a new example section for "join conditions", start puttingMike Bayer2013-12-053-0/+210
* | - the pronoun removal commit. there was only one instance of aMike Bayer2013-11-302-3/+3
* | forgot to add this, oopsieMike Bayer2013-11-303-0/+396
* | simplify thisMike Bayer2013-11-301-20/+2
* | - start reworking examples to include more code from the wiki.Mike Bayer2013-11-295-253/+156
* | - add a new sphinx extension "viewsource". takes advantage of part of the vi...Mike Bayer2013-11-0933-125/+108
* | - add proof of concept for versioning, [ticket:2861]Mike Bayer2013-11-081-1/+31
|/
* - Fixed bug which prevented history_meta recipe from working withMike Bayer2013-11-073-99/+81
* - reorganize docs so expression, schema are broken out into subfiles, they're...Mike Bayer2013-08-181-0/+1
* - changelogMike Bayer2013-08-171-26/+26
* Made primary_key autoincrement=False in versioning example.Patrick R. Schmid2013-07-311-3/+3
* modernize this a bitMike Bayer2013-07-271-19/+10
* - Improved the examples in ``examples/generic_associations``, includingMike Bayer2013-07-195-48/+194
* Forgot final check that a delete in a backref also doesn't create a new versionMatt Chisholm2013-06-171-0/+3
* don't create a history entry when an object in a backref has changedMatt Chisholm2013-06-152-3/+42
* Merge branch 'master' into rel_0_9Mike Bayer2013-05-281-1/+1
|\
| * Fixed a small bug in the dogpile example where the generationMike Bayer2013-05-281-1/+1
* | - the raw 2to3 runMike Bayer2013-04-2729-296/+296
|/
* modernize some more examplesMike Bayer2013-04-2710-71/+80
* Fixed a long-standing bug in the caching example, whereMike Bayer2013-04-181-14/+5
* - remove erroneous second RelationshipCache classMike Bayer2013-04-181-18/+0
* whack more long lines in very old docstringsMike Bayer2013-02-0210-29/+54
* Fixed a regression in the examples/dogpile_caching exampleMike Bayer2013-01-081-1/+2
* fixing InstrumentationManager linksDiana Clarke2012-12-071-3/+14
* - converted beaker demo to dogpile.cache, [ticket:2589]Mike Bayer2012-10-2111-413/+418
* add a noteMike Bayer2012-08-171-0/+3
* - really start making postgis example slick.Mike Bayer2012-08-171-60/+62
* - [feature] To complement [ticket:2547], typesMike Bayer2012-08-171-18/+13
* - modernize most of the postgis example. would like to do [ticket:1534] also.Mike Bayer2012-08-161-91/+85
* update the postgis example to actually work, using the old way (we'll update ...Mike Bayer2012-08-161-9/+9
* -whitespace bonanza, contdMike Bayer2012-07-2831-153/+153
* trailing whitespace bonanzaMike Bayer2012-07-285-34/+34
* - [moved] The InstrumentationManager interfaceMike Bayer2012-06-241-108/+11
* - [feature] The "deferred declarativeMike Bayer2012-05-172-144/+0
* - [feature] New standalone function with_polymorphic()Mike Bayer2012-04-232-125/+135
* - [bug] Altered _params_from_query() functionMike Bayer2012-02-141-4/+8
* declarartive reflection example didn't actually work for single inheritance, ...Mike Bayer2012-02-091-0/+11
* - [bug] Improved the "declarative reflection"Mike Bayer2012-01-281-15/+26
* declarative reflection exampleMike Bayer2012-01-282-1/+9
* - [feature] New declarative reflection exampleMike Bayer2012-01-282-0/+114