Opened 9 years ago
Closed 9 years ago
#1136 closed defect (fixed)
partinsert.cc sometimes creates malformed queries
Reported by: | Georg Semmler | Owned by: | George Merticariu |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | rasodmg | Version: | development |
Keywords: | Cc: | ||
Complexity: | Easy |
Description
Debugging a issue with updating a grid using the c++ api, if found the following log entries.
[INFO] - 11/01/2016 12:06:36.156776: Request: 'UPDATE property_yWL1wMCF9TOqF_d1fd861d_4e20_4989_a21b_646ce1e91a3f AS x SET x ASSIGN #MDD0# WHERE OID(x) = 103937.000000'... [INFO] - 11/01/2016 12:06:36.212454: Request: 'UPDATE property_yWL1wMCF9TOqF_d1fd861d_4e20_4989_a21b_646ce1e91a3f AS x SET x ASSIGN #MDD0# WHERE OID(x) = 103937.020752'...
The first query works, the second not.
Change History (4)
comment:1 by , 9 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:4 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Oid should not be a double, somewhere the type is sent wrong.
George can you check this when you have time?