So, i'm back from my modeling test on MySQL.
First, Modeling is still a paintfull to install, mainly the
ZModeling cause i have to recompile
- MySQLdb
- mxDateTime
- 4Suite & PyXML
cause the current python on Zope is the 2.1.
Anyway, after a bit of compiling, i get all working fine, and
this is pretty kool !
So next step for me is to fix a bug in performsChanges, about
a unkown externalType: TEXT
I just cut/paste the traceback here, i gonna check this closely
===============================================================
File "/home/soif/lib/python2.2/site-packages/Modeling/EditingContext.py", line 680, in saveChanges
self.parentObjectStore().saveChangesInEditingContext(self)
File"/home/soif/lib/python2.2/site-packages/Modeling/ObjectStoreCoordinator.py",line 559, in saveChangesInEditingContext
raise RuntimeError, _error
RuntimeError: performChanges() failed on
<Modeling.DatabaseContext.DatabaseContext instance at 0x85314e4>:
exceptions.ValueError:Unknown value type: None for externalType: TEXT
(attribute: Article.text)
===============================================================
Changing from a TEXT to VARCHAR works.
Seb: Do you still call me bug-hunter ?
Baby one more time :) (c)Britney Spears
|