Ticket #2350 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

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

Changed 4 years ago 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

Note: See TracTickets for help on using tickets.