Contact: fumanchu@aminus.org

Log in as guest/dejavu to create tickets

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

root/trunk/__init__.py


Mode:

Legend:

Added
Modified
Copied or renamed
Date Rev Chgset Author Log Message
(edit) 03/10/06 22:35:42 @191 [191] fumanchu Fix for #49 (Unit._properties should be a list, not a dict). …
(edit) 12/21/05 08:48:04 @127 [127] fumanchu Initial implementation of #16 (schema changes). See modeling.html …
(edit) 11/21/05 05:23:41 @101 [101] fumanchu Fix for #20 (awareness of to-one or to-many). …
(edit) 11/19/05 06:02:57 @99 [99] fumanchu A couple of pychecker improvements.
(edit) 11/18/05 01:11:54 @97 [97] fumanchu New log messages and flags. LOGSANDBOX = LOGMEMORIZE | LOGRECALL | LOGVIEW …
(edit) 11/17/05 08:11:28 @96 [96] fumanchu Lots of changes to the test suite. Partially fixes #23.
(edit) 11/09/05 07:33:38 @89 [89] fumanchu 1. New logging support: Arena.log(message, flag) method (overridable). …
(edit) 11/02/05 00:58:46 @88 [88] fumanchu Set eol-style:native on all .py files.
(edit) 08/16/05 22:56:20 @86 [86] fumanchu Fix for "simultaneous xrecalls" bug.
(edit) 08/11/05 23:11:04 @85 [85] fumanchu BACKWARDS INCOMPATIBILITY: Sandbox.recall now returns a list. Use xrecall …
(edit) 07/27/05 19:29:51 @82 [82] fumanchu FixedPoint?.cmp didn't work in Python 2.4. dejavu now munges it.
(edit) 07/15/05 23:11:49 @78 [78] fumanchu 1. New Arena.remove_store method. Cleans up _registered_classes so that …
(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) 04/25/05 16:25:50 @73 [73] fumanchu More direct getattr in Unit.set
(edit) 04/22/05 21:10:50 @72 [72] fumanchu Oops. Still need to check if oldvalue != newvalue in UnitProperty?.set
(edit) 04/22/05 20:14:36 @71 [71] fumanchu Removed Unit.pre and Unit.post. Override set now to get the same …
(edit) 04/06/05 21:22:40 @70 [70] fumanchu Buglet in Sandbox.flush_all
(edit) 03/14/05 19:13:04 @68 [68] fumanchu 1. Some changes to Arena.migrate behavior, now with copy_only. …
(edit) 03/03/05 22:43:18 @67 [67] fumanchu Bugfix: UnitProperty?.hints was class variable if not provided.
(edit) 03/01/05 18:34:05 @66 [66] fumanchu Stripped Windows carriage-returns from .py files.
(edit) 01/19/05 09:00:09 @54 [54] fumanchu Better escaping of LIKE wildcards. Postgres still broken in this regard.
(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) 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/27/04 07:17:49 @43 [43] fumanchu 1. Changed UnitProperty?.hints['Size'] to 'bytes'. SM's should now assume …
(edit) 12/17/04 00:32:21 @40 [40] fumanchu 1. Added storepypgsql (Postgres) + tests. …
(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/22/04 05:26:27 @36 [36] fumanchu 1. Dejavu now adds methods to FixedPoint? for pickling if not present. …
(edit) 11/21/04 06:09:03 @35 [35] fumanchu Oops.
(edit) 11/21/04 06:04:47 @34 [34] fumanchu Moved old readme contents to other locations.
(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/10/04 08:18:45 @26 [26] fumanchu 1. Use error trapping instead of asserts. …
(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/17/04 07:20:12 @18 [18] fumanchu Doc updates + new TemporaryUnitError?
(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/11/04 22:25:42 @13 [13] fumanchu Doc updates + fix on property population.
(edit) 10/11/04 04:29:10 @12 [12] fumanchu 1. Rewrote UnitProperty? to enable declaration within class body (instead …
(edit) 10/10/04 06:08:09 @11 [11] fumanchu oops.
(edit) 10/10/04 06:04:23 @10 [10] fumanchu Moved external module 'containers' into dejavu.
(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
(edit) 10/04/04 20:26:43 @5 [5] fumanchu Fixed visit_FUNCTION rule to pass a sandbox.
(edit) 09/30/04 04:59:50 @4 [4] fumanchu oops. dict.iteritems again.
(edit) 09/29/04 23:58:34 @3 [3] fumanchu New Unit.add(farunit) method to more easily associate Unit instances.
(edit) 09/29/04 22:13:11 @2 [2] fumanchu Allow Unit properties to be set in Unit.init() by **kwargs.
(add) 09/22/04 22:01:33 @1 [1] cnew initial import