Opened 8 years ago

Closed 8 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 Alex Dumitru, 8 years ago

Owner: changed from Georg Semmler to George Merticariu
Status: newassigned

Oid should not be a double, somewhere the type is sent wrong.
George can you check this when you have time?

comment:2 by Georg Semmler, 8 years ago

I've already submitted a patch to fix this.

comment:3 by Alex Dumitru, 8 years ago

Ah, great, thank you Georg!

comment:4 by George Merticariu, 8 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.