Contact: fumanchu@aminus.org

Log in as guest/dejavu to create tickets

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

root/trunk/storage/__init__.py


Mode:

Legend:

Added
Modified
Copied or renamed
Date Rev Chgset Author Log Message
(edit) 07/28/06 18:25:34 @249 [249] fumanchu Oops. Missed a couple of StorageManager? constructors.
(edit) 07/28/06 17:01:20 @247 [247] fumanchu Removed the 'name' argument from all StorageManager? constructors.
(edit) 07/27/06 05:10:20 @246 [246] fumanchu Added sync method to all SM's (default: pass) with a new semantic: pass it …
(edit) 07/24/06 20:47:58 @238 [238] fumanchu Changed adapter method naming scheme; all methods must now be of the form …
(edit) 04/21/06 17:46:26 @211 [211] fumanchu Various tidbits. The LOGIO option is to support a future Oracle SM which …
(edit) 03/07/06 23:32:23 @188 [188] fumanchu Fix for #48 (unitclass.identifiers should be strings, not property …
(edit) 02/11/06 08:37:21 @165 [165] fumanchu Now distributing recur module with dejavu.
(edit) 02/01/06 06:47:30 @154 [154] fumanchu Smarter NotImplemented? errors.
(edit) 02/01/06 00:10:53 @150 [150] fumanchu StorageManager? base class now raises NotImplemented? for schema functions.
(edit) 01/05/06 22:03:36 @137 [137] fumanchu Moved the cache.sweep and new Temporary Unit workers to use the latest …
(edit) 12/21/05 08:48:04 @127 [127] fumanchu Initial implementation of #16 (schema changes). See modeling.html …
(edit) 11/29/05 04:49:56 @113 [113] fumanchu Fix for #29 (arbitrary primary keys): …
(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/24/05 21:35:24 @106 [106] fumanchu Fixed a failing test for CachingProxy? and BurnedProxy?. Both were …
(edit) 11/17/05 08:11:28 @96 [96] fumanchu Lots of changes to the test suite. Partially fixes #23.
(edit) 11/02/05 00:58:46 @88 [88] fumanchu Set eol-style:native on all .py files.
(edit) 06/27/05 05:24:59 @76 [76] fumanchu 1. Refactored name coercion in db.py (Christian Holtje) …
(edit) 04/29/05 22:23:19 @74 [74] fumanchu 1. Added sandbox.view, storage.view methods. …
(edit) 03/01/05 18:34:05 @66 [66] fumanchu Stripped Windows carriage-returns from .py files.
(edit) 02/26/05 20:06:23 @65 [65] fumanchu CachingProxy?, BurnedProxy? now do distinct().
(edit) 01/31/05 08:08:56 @62 [62] fumanchu 1. Tests added for CachingProxy?, BurnedProxy?. …
(edit) 01/21/05 06:29:55 @59 [59] fumanchu Minor cleanups for 1.3 release.
(edit) 01/19/05 09:00:09 @54 [54] fumanchu Better escaping of LIKE wildcards. Postgres still broken in this regard.
(edit) 01/12/05 07:48:53 @51 [51] fumanchu 1. Changed arena.roster to ._registered_classes. Dropped containers.Prism …
(edit) 12/31/04 07:31:41 @45 [45] fumanchu 1. Doc updates. 2. xray, recur now imported lazily. …
(edit) 12/31/04 03:43:46 @44 [44] fumanchu 1. Changed all storage tests to use common zoo_fixture.py. …
(edit) 12/15/04 22:50:08 @38 [38] fumanchu 1. Added Unit.first(farClass, **kwargs) method to retrieve a single …
(edit) 11/21/04 03:30:23 @33 [33] fumanchu Rewrote handling of Unit.dirty. For UnitProperty? types which were mutable …
(edit) 11/03/04 00:18:32 @25 [25] fumanchu 1. Moved UnitCollection?._IDs to a UnitProperty?, .Members …
(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 23:26:16 @20 [20] fumanchu 1. Added getstate, setstate to Unit and subclasses. …
(edit) 10/11/04 04:29:10 @12 [12] fumanchu 1. Rewrote UnitProperty? to enable declaration within class body (instead …
(edit) 10/10/04 05:49:39 @9 [9] fumanchu Cleaned up add_store to remove all configfile cruft. Works directly on …
(edit) 10/09/04 18:01:37 @8 [8] fumanchu codewalk and logic are now modules in dejavu
(add) 09/22/04 22:01:33 @1 [1] cnew initial import