What does flags UUID mean in dataprovider?
I had this setting on, because I have a UUID value in that field, but with this checkbox on, I get the following error:
Fout in relatie (means Error in relation)
> com.servoy.j2db.dataprocessing.DataException: Unable to convert between com.servoy.j2db.util.UUID and JAVA_OBJECT.
My databasefield is of the type nchar(36) in the database. I also have sequencetype uuid generation active.
And what means the flag ‘Excluded?’
The documentation doesn’t mention these settings.
Martin,
The UUID flag tells servoy to interpret the value as uuid data.
In scripting you will receive an UUID object regardless whether the data is stored as varchar or as bytes in the database.
The Excluded flag tells servoy to ignore this column completely.
What code generated this error?
Rob
Rob,
I removed this uuid-generator sequence again.
It happened on newRecord()
Martin
Rob,
I also noticed that when I do a synchronize that when I changed sequencenr type , that always .dbi file can not be committed.
Perhaps that has something to do with it. Maybe the .dbi file is not always up-to-date?
Martin