samedi 8 août 2015

Sqlite + Jodd is working for inserting data , selecting data but it is not worked for updating data with dboom... how can i achieve with dboom..?

I am able to insert and select data from sqlite with jodd + dboom, but i am not able to update data by dboom as sqlite in not supporting update query alias like

update tableName T1 set name ='TEST' where T1.id = 2

and dynamic query generation in dboom is done with alias. how can I update data. please help me.

Aucun commentaire:

Enregistrer un commentaire