Hi Thomas.

There is a bug in FullText which disallows fulltext indexing of tables
with UUID primary key. FullText.quoteSQL fails with ClassCastException
on UUID because it has jdbc type Types.BINARY and casts to byte[]. I
can fix it myself but I see two options here: to change jdbc type of
uuid to Types.UUID which is more correct or just fix it inside of
FullText.quoteSQL by checking instanceof UUID which is more safe.

Sergi

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en.

Reply via email to