Opened 16 years ago

Closed 16 years ago

#2350 closed defect (fixed)

OCI fields of negative numbers may cause ORA-01406 error

Reported by: tamas Owned by: tamas
Priority: normal Milestone: 1.5.2
Component: default Version: 1.5.1
Severity: normal Keywords:
Cc:

Description

If the width and the precision exactly matches with the actual value, and the number is negative then we get the following error: ORA-01406: fetched column value was truncated. The driver should allocate an extra byte of space to hold the negaive sign for the numbers.

Change History (1)

comment:1 by tamas, 16 years ago

Milestone: 1.5.2
Resolution: fixed
Status: newclosed
Version: 1.5.1

Applied the fix in r14387 and r14391

Note: See TracTickets for help on using tickets.