Ticket #2350 (closed defect: fixed)

Opened 5 months ago

Last modified 5 months ago

OCI fields of negative numbers may cause ORA-01406 error

Reported by: tamas Assigned to: 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

05/07/08 16:24:24 changed by tamas

  • status changed from new to closed.
  • version set to 1.5.1.
  • resolution set to fixed.
  • milestone set to 1.5.2.

Applied the fix in r14387 and r14391