https://issues.apache.org/ooo/show_bug.cgi?id=122687
Bug ID: 122687
Issue Type: DEFECT
Summary: stringtype=unspecified is not working for inserts in
PostgreSQL database
Product: General
Version: AOO 3.4.1
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: code
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Hi,
I am using PostgreSQL database.
I mentioned stringtype=unspecified for at connection properties URL.
But this is working for fetching records at where condition level.
But when we insert records into one table which contains bigint as the column
datatype but through java I am sending value as pstmt.setString().This time
stringtype=unspecified is not working.
Please help me to resolve this issue.
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.