Contact: fumanchu@aminus.org

Log in as guest/dejavu to create tickets

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

root/trunk/arenas.py


Mode:

Legend:

Added
Modified
Copied or renamed
Date Rev Chgset Author Log Message
(edit) 09/23/06 01:02:29 @307 [307] fumanchu New sandbox.range(cls, attr, expr, **kw) function.
(edit) 09/21/06 17:41:44 @305 [305] fumanchu Removed del from sandbox to avoid swallowed errors.
(edit) 09/21/06 01:54:53 @303 [303] fumanchu Initial fix for #4 (transaction support). Tests pass, but this is not to …
(edit) 08/24/06 02:20:15 @289 [289] fumanchu Made some relative imports absolute for Python 2.5 (just in case).
(edit) 08/12/06 01:12:42 @280 [280] fumanchu Logging changes: 1. Arena.logflags now defaults to ERROR + IO. …
(edit) 08/11/06 23:55:18 @278 [278] fumanchu New logflags.ERROR attribute.
(edit) 08/01/06 23:47:03 @260 [260] fumanchu New **kwargs options for sandbox.recall, .xrecall, .view, .distinct, …
(edit) 07/31/06 23:49:39 @258 [258] fumanchu New sync mutex for Arena.storage method.
(edit) 07/31/06 21:35:44 @257 [257] fumanchu Bah. Fixed problem with mixed stores (all classes associated with default …
(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/25/06 18:11:28 @242 [242] fumanchu Some API changes to make the dejavu top level cleaner: …
(edit) 07/11/06 18:01:29 @221 [221] dowski Some decimal.Decimal related enhancements (see …
(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/27/06 07:33:39 @206 [206] fumanchu Fic for #58 (log can't log local chars).
(edit) 03/20/06 06:48:36 @201 [201] fumanchu Separated connection factories (pools, etc) out of the StorageManager?
(edit) 03/20/06 01:16:51 @199 [199] fumanchu Gah!
(edit) 03/20/06 01:13:45 @198 [198] fumanchu Bah. Forgot to save before testing.
(edit) 03/20/06 01:07:55 @197 [197] fumanchu Quick fix for #54 (Sandbox._magify introduces circular references). It …
(edit) 03/13/06 17:27:08 @192 [192] fumanchu Bugfixes and new storeado.rename_property method.
(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:55:01 @166 [166] fumanchu Now distributing xray module with dejavu.
(edit) 01/12/06 21:09:18 @144 [144] fumanchu You can now set "register = False" on a UnitAssociation? to keep the arena …
(edit) 12/27/05 04:13:14 @132 [132] fumanchu Fix for #26 (Sandbox magic recaller methods).
(edit) 12/21/05 08:48:04 @127 [127] fumanchu Initial implementation of #16 (schema changes). See modeling.html …
(edit) 12/14/05 21:11:38 @125 [125] fumanchu Typo in db.SM.destroy().
(edit) 12/12/05 01:04:08 @124 [124] fumanchu First crack at inheritance (#32).
(edit) 12/09/05 22:14:19 @122 [122] fumanchu Fix for #35.
(edit) 12/09/05 20:48:43 @121 [121] fumanchu New test for #35.
(edit) 12/08/05 17:30:24 @120 [120] fumanchu Sandbox.multirecall has now been folded into Sandbox.xrecall (and …
(edit) 12/07/05 08:13:22 @119 [119] fumanchu Fix for #27 (OUTER JOIN capability). …
(edit) 12/06/05 06:45:24 @116 [116] fumanchu New __all__ module attributes.
(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/21/05 23:03:00 @103 [103] fumanchu Missing import in arenas.py.
(add) 11/21/05 05:23:41 @101 [101] fumanchu Fix for #20 (awareness of to-one or to-many). …