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 119 moved from a Google Code project.
Added by 2010-09-21T20:15:54.000Z by devil.mo...@gmail.com.
Please review that bug for more context and additional comments, but update this bug.
Closed (Fixed).
Original labels: Type-Defect, Priority-Low, v0.9.23
Original description
<b>What steps will reproduce the problem?</b>
1. String query = " update Person set name = 'Anakin' where @rid = 5:0 ";
2. call method, database.command(new OCommandSQL(updateQuery)).execute();
3. Error on executing command is occurred.
<b>Please use labels and text to provide additional information.</b>
And OSQLSynchQuery() method has also same problem.
I think it's need to trim the query string before executing it.
The text was updated successfully, but these errors were encountered:
This is Issue 119 moved from a Google Code project.
Added by 2010-09-21T20:15:54.000Z by devil.mo...@gmail.com.
Please review that bug for more context and additional comments, but update this bug.
Closed (Fixed).
Original labels: Type-Defect, Priority-Low, v0.9.23
Original description
The text was updated successfully, but these errors were encountered: