|
|
09/21/06 17:41:44 |
@305
|
[305]
|
fumanchu |
Removed del from sandbox to avoid swallowed errors. |
|
|
09/21/06 01:54:53 |
@303
|
[303]
|
fumanchu |
Initial fix for #4 (transaction support). Tests pass, but this is not to … |
|
|
08/24/06 02:20:15 |
@289
|
[289]
|
fumanchu |
Made some relative imports absolute for Python 2.5 (just in case). |
|
|
08/12/06 01:12:42 |
@280
|
[280]
|
fumanchu |
Logging changes:
1. Arena.logflags now defaults to ERROR + IO. … |
|
|
08/11/06 23:55:18 |
@278
|
[278]
|
fumanchu |
New logflags.ERROR attribute. |
|
|
08/01/06 23:47:03 |
@260
|
[260]
|
fumanchu |
New **kwargs options for sandbox.recall, .xrecall, .view, .distinct, … |
|
|
07/31/06 23:49:39 |
@258
|
[258]
|
fumanchu |
New sync mutex for Arena.storage method. |
|
|
07/31/06 21:35:44 |
@257
|
[257]
|
fumanchu |
Bah. Fixed problem with mixed stores (all classes associated with default … |
|
|
07/28/06 17:01:20 |
@247
|
[247]
|
fumanchu |
Removed the 'name' argument from all StorageManager? constructors. |
|
|
07/27/06 05:10:20 |
@246
|
[246]
|
fumanchu |
Added sync method to all SM's (default: pass) with a new semantic: pass it … |
|
|
07/25/06 18:11:28 |
@242
|
[242]
|
fumanchu |
Some API changes to make the dejavu top level cleaner:
… |
|
|
07/11/06 18:01:29 |
@221
|
[221]
|
dowski |
Some decimal.Decimal related enhancements (see … |
|
|
04/21/06 17:46:26 |
@211
|
[211]
|
fumanchu |
Various tidbits. The LOGIO option is to support a future Oracle SM which … |
|
|
03/27/06 07:33:39 |
@206
|
[206]
|
fumanchu |
Fic for #58 (log can't log local chars). |
|
|
03/20/06 06:48:36 |
@201
|
[201]
|
fumanchu |
Separated connection factories (pools, etc) out of the StorageManager? … |
|
|
03/20/06 01:16:51 |
@199
|
[199]
|
fumanchu |
Gah! |
|
|
03/20/06 01:13:45 |
@198
|
[198]
|
fumanchu |
Bah. Forgot to save before testing. |
|
|
03/20/06 01:07:55 |
@197
|
[197]
|
fumanchu |
Quick fix for #54 (Sandbox._magify introduces circular references). It … |
|
|
03/13/06 17:27:08 |
@192
|
[192]
|
fumanchu |
Bugfixes and new storeado.rename_property method. |
|
|
03/07/06 23:32:23 |
@188
|
[188]
|
fumanchu |
Fix for #48 (unitclass.identifiers should be strings, not property … |
|
|
02/11/06 08:55:01 |
@166
|
[166]
|
fumanchu |
Now distributing xray module with dejavu. |
|
|
01/12/06 21:09:18 |
@144
|
[144]
|
fumanchu |
You can now set "register = False" on a UnitAssociation? to keep the arena … |
|
|
12/27/05 04:13:14 |
@132
|
[132]
|
fumanchu |
Fix for #26 (Sandbox magic recaller methods). |
|
|
12/21/05 08:48:04 |
@127
|
[127]
|
fumanchu |
Initial implementation of #16 (schema changes). See modeling.html … |
|
|
12/14/05 21:11:38 |
@125
|
[125]
|
fumanchu |
Typo in db.SM.destroy(). |
|
|
12/12/05 01:04:08 |
@124
|
[124]
|
fumanchu |
First crack at inheritance (#32). |
|
|
12/09/05 22:14:19 |
@122
|
[122]
|
fumanchu |
Fix for #35. |
|
|
12/09/05 20:48:43 |
@121
|
[121]
|
fumanchu |
New test for #35. |
|
|
12/08/05 17:30:24 |
@120
|
[120]
|
fumanchu |
Sandbox.multirecall has now been folded into Sandbox.xrecall (and … |
|
|
12/07/05 08:13:22 |
@119
|
[119]
|
fumanchu |
Fix for #27 (OUTER JOIN capability).
… |
|
|
12/06/05 06:45:24 |
@116
|
[116]
|
fumanchu |
New __all__ module attributes. |
|
|
11/29/05 04:49:56 |
@113
|
[113]
|
fumanchu |
Fix for #29 (arbitrary primary keys):
… |
|
|
11/26/05 08:19:06 |
@110
|
[110]
|
fumanchu |
multirecall changes (BACKWARD INCOMPATIBLE):
… |
|
|
11/26/05 03:52:01 |
@107
|
[107]
|
fumanchu |
logic.Expression changes:
… |
|
|
11/24/05 21:35:24 |
@106
|
[106]
|
fumanchu |
Fixed a failing test for CachingProxy? and BurnedProxy?. Both were … |
|
|
11/21/05 23:03:00 |
@103
|
[103]
|
fumanchu |
Missing import in arenas.py. |
|
|
11/21/05 05:23:41 |
@101
|
[101]
|
fumanchu |
Fix for #20 (awareness of to-one or to-many). … |