I have some strange issues with the uuid generator.
I had the UUID checkbox checked on the PK (text) column but decided later to uncheck it. So far so good.
Now when I create a new record I get a lot of errors about not being able to convert the UUID object. I even get a false on the saveData() function but when I check the failed records I see that the PK is not a string but a UUID object. I.e. no quotes around the value.
I double (and then some) checked that the table has no UUID checkbox checked (just sequence type uuid generator). I can reproduce this issue on 2 different machines.
Am I misunderstanding the UUID functionality or should I file a bugreport.
Also how can I convert a UUID Object into a string (for use in SQL)?
Servoy 4.1.4 -build 681
Java version 1.6.0_15 (Mac OS X 10.6.1)