Up to you if you would like to incorporate the implemented example from your web site (attached). It works for sqlite, but I have not had time to test against pgsql and msyql.
Two errors you may want to fix on readme. One is you try to update ts, which has not been created in the schema. The second is that the INSERT INTO SET syntax is mysql specific, and won't work with sqlite (I do not know about postgres, but probably not).
I appreciate your creating this project, which I plan to use with hibernated.
Hi.
Up to you if you would like to incorporate the implemented example from your web site (attached). It works for sqlite, but I have not had time to test against pgsql and msyql.
Two errors you may want to fix on readme. One is you try to update ts, which has not been created in the schema. The second is that the INSERT INTO SET syntax is mysql specific, and won't work with sqlite (I do not know about postgres, but probably not).
I appreciate your creating this project, which I plan to use with hibernated.
Laeeth.