So far, I edited this method, adding a final string conversion:

voyageCollectionName
"This method can be overridden with a more meaningful collection name"
^ (((self persistentClass name first: 3) allSatisfy: #isUppercase)
        ifTrue: [ (self persistentClass name allButFirst: 2) ]
        ifFalse: [ self persistentClass name ]) asString



Le 22/02/2017 à 15:02, Esteban Lorenzano a écrit :
> yes, there was a bug around that, now I remember. 
> and probably the version for Pharo 4 does not have the fix… I do not remember 
> exactly where was the problem, let me review a bit...

-- 
Dr. Geo
http://drgeo.eu


Reply via email to