Contact: fumanchu@aminus.org

Log in as guest/dejavu to create tickets

I think I've seen this ORM somewhere before...

root/trunk/doc


Mode:

Legend:

Added
Modified
Copied or renamed
Date Rev Chgset Author Log Message
(edit) 08/22/06 18:26:36 @284 [284] fumanchu Doc tweak.
(edit) 08/02/06 05:54:54 @262 [262] fumanchu Doc updates for new kwargs syntax and for geniusql.
(edit) 07/24/06 20:47:58 @238 [238] fumanchu Changed adapter method naming scheme; all methods must now be of the form …
(edit) 07/24/06 19:17:02 @237 [237] fumanchu Refined the position that a missing hint implies "use the storage default …
(edit) 06/21/06 16:48:24 @219 [219] fumanchu Docs: new warning about closing shelves.
(edit) 06/05/06 21:39:01 @216 [216] fumanchu New paragraph on Expression.kwtypes.
(edit) 04/20/06 03:51:14 @209 [209] dowski Corrects error in SQLite storage manager docs.
(edit) 03/15/06 21:45:27 @193 [193] fumanchu Fix for #51 (remove expanded columns). If anyone objects, this can be …
(edit) 03/10/06 22:35:42 @191 [191] fumanchu Fix for #49 (Unit._properties should be a list, not a dict). …
(edit) 03/09/06 16:14:52 @190 [190] fumanchu Doc tweak.
(edit) 03/07/06 23:32:23 @188 [188] fumanchu Fix for #48 (unitclass.identifiers should be strings, not property …
(edit) 03/06/06 00:32:02 @186 [186] fumanchu Clearer docs on external logic functions.
(edit) 02/11/06 08:37:21 @165 [165] fumanchu Now distributing recur module with dejavu.
(edit) 02/11/06 08:18:04 @163 [163] fumanchu Reverted a special-case test for caching. Not sure why it was there in the …
(edit) 02/11/06 07:46:57 @162 [162] fumanchu Bah. datetime.datetime is only stored at 1-second resolution.
(edit) 02/06/06 18:09:35 @155 [155] fumanchu New docs for the changes to Schema.
(edit) 01/12/06 21:55:07 @145 [145] fumanchu Doc updates for [138], [143].
(edit) 12/27/05 06:03:10 @135 [135] fumanchu Doc updates for [132], [134].
(edit) 12/24/05 01:54:52 @128 [128] fumanchu New Schema.deployed property = DeployedVersion?.Version.
(edit) 12/21/05 08:48:04 @127 [127] fumanchu Initial implementation of #16 (schema changes). See modeling.html …
(edit) 12/12/05 01:04:08 @124 [124] fumanchu First crack at inheritance (#32).
(edit) 12/11/05 21:26:16 @123 [123] fumanchu Fix for #36 (column names not correctly escaped). Changes to …
(edit) 12/08/05 17:30:24 @120 [120] fumanchu Sandbox.multirecall has now been folded into Sandbox.xrecall (and …
(edit) 11/29/05 04:49:56 @113 [113] fumanchu Fix for #29 (arbitrary primary keys): …
(edit) 11/28/05 04:54:39 @112 [112] fumanchu Docs: Bah. Forgot page header, title.
(edit) 11/28/05 04:51:46 @111 [111] fumanchu Docs: New section on passing through SQL.
(edit) 11/26/05 08:19:06 @110 [110] fumanchu multirecall changes (BACKWARD INCOMPATIBLE): …
(edit) 11/26/05 03:52:01 @107 [107] fumanchu logic.Expression changes: …
(edit) 11/23/05 07:59:40 @105 [105] fumanchu Doc typo.
(edit) 11/23/05 07:56:17 @104 [104] fumanchu Docs: fixed up the examples so they actually work (or at least specify …
(edit) 11/21/05 06:25:29 @102 [102] fumanchu Doc updates to go with [101].
(edit) 11/19/05 00:18:38 @98 [98] fumanchu Docs: updates for recent SVN move and new test suite.
(edit) 10/07/05 22:27:13 @87 [87] fumanchu New 'Engines' anchor.
(edit) 08/11/05 23:11:04 @85 [85] fumanchu BACKWARDS INCOMPATIBILITY: Sandbox.recall now returns a list. Use xrecall …
(edit) 04/29/05 22:23:19 @74 [74] fumanchu 1. Added sandbox.view, storage.view methods. …
(edit) 04/22/05 20:14:36 @71 [71] fumanchu Removed Unit.pre and Unit.post. Override set now to get the same …
(edit) 02/09/05 00:02:03 @63 [63] fumanchu Added docs about legacy database management.
(edit) 01/24/05 05:03:16 @61 [61] fumanchu 1. New config entries can override adapters for db SM's. …
(edit) 01/21/05 06:29:55 @59 [59] fumanchu Minor cleanups for 1.3 release.
(edit) 01/14/05 17:51:15 @52 [52] fumanchu 1. Multirecall can't call flush! *plonk* …
(edit) 01/12/05 07:48:53 @51 [51] fumanchu 1. Changed arena.roster to ._registered_classes. Dropped containers.Prism …
(edit) 01/08/05 07:26:45 @50 [50] fumanchu 1. Modified Unit.add() to take multiple units. …
(edit) 01/06/05 00:04:46 @47 [47] fumanchu 1. AdapterToSQL now separates bool constants from bool expressions. …
(edit) 01/02/05 06:53:53 @46 [46] fumanchu 1. Changed AdapterFromDB to take unit arg only on consume. …
(edit) 12/31/04 07:31:41 @45 [45] fumanchu 1. Doc updates. 2. xray, recur now imported lazily. …
(edit) 12/27/04 07:17:49 @43 [43] fumanchu 1. Changed UnitProperty?.hints['Size'] to 'bytes'. SM's should now assume …
(edit) 12/15/04 22:50:08 @38 [38] fumanchu 1. Added Unit.first(farClass, **kwargs) method to retrieve a single …
(edit) 12/13/04 05:21:30 @37 [37] fumanchu Added zoo.py, a test application.
(edit) 11/21/04 03:30:23 @33 [33] fumanchu Rewrote handling of Unit.dirty. For UnitProperty? types which were mutable …
(edit) 11/19/04 06:55:00 @29 [29] fumanchu 1. Fixed bug in storeado with hints:Size of wrong type. …
(edit) 11/01/04 18:22:07 @24 [24] fumanchu Finished doc first draft.
(edit) 10/30/04 20:58:58 @23 [23] fumanchu Oops. Shouldn't have add xray, recur. Better without.
(edit) 10/30/04 20:43:26 @22 [22] fumanchu 1. Moved xray, recur into dejavu. 2. Doc updates.
(edit) 10/20/04 21:36:52 @21 [21] fumanchu 1. Removed Unit.temporary 2. Added Unit.on_recall() with Sandbox support. …
(edit) 10/19/04 06:15:52 @19 [19] fumanchu 1. Changed containers.Balloon class to .warehouse function. …
(edit) 10/17/04 07:20:12 @18 [18] fumanchu Doc updates + new TemporaryUnitError?
(edit) 10/13/04 23:55:22 @17 [17] fumanchu 1. Fixed a mutex bug in UnitCollection?. 2. Doc updates.
(edit) 10/12/04 23:26:49 @16 [16] fumanchu Doc, docstring, and comment updates
(edit) 10/12/04 14:54:25 @15 [15] fumanchu 1. Doc updates (modeling.html) …
(edit) 10/12/04 00:01:22 @14 [14] fumanchu Initial doc drafts.
(edit) 10/11/04 22:25:42 @13 [13] fumanchu Doc updates + fix on property population.
(add) 09/22/04 22:01:33 @1 [1] cnew initial import