I am running into problems with code generated against SQLite database. For some reason, the default behavior doesn't recognize Date fields and Boolean fields. I have figured it out how to modify the attribute mapping so that all the retrieval methods can convert the type correctly, using the very nice gui on the "Attributes" tab.
However, I can't seem to remap the data type for the Insert and Update method. Doesn't matter what I do, the method still try to put a string in both Date fields and Boolean fields.
Is there a way to re-map the data type for Update and Insert method?
Thanks,
Tom