You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is Issue 105 moved from a Google Code project.
Added by 2010-08-27T07:07:25.000Z by peetam...@gmail.com.
Please review that bug for more context and additional comments, but update this bug.
Closed (Done).
Original labels: Type-Defect, Priority-Medium, v0.9.22
Original description
When i try to execute UPDATE query as below:
private ODatabaseObjectTx db = new ODatabaseObjectTx(dbUrl);
db .query(new OSQLSynchQuery("update Counter set count = " + 15 +" where title = 'ABCD'"));
It gives me exception: can not cast java.lang.Integer to java.util.List
How to run UPDATE query then?
The text was updated successfully, but these errors were encountered:
This is Issue 105 moved from a Google Code project.
Added by 2010-08-27T07:07:25.000Z by peetam...@gmail.com.
Please review that bug for more context and additional comments, but update this bug.
Closed (Done).
Original labels: Type-Defect, Priority-Medium, v0.9.22
Original description
The text was updated successfully, but these errors were encountered: