Issue 122687 - stringtype=unspecified is not working for inserts in PostgreSQL database
Summary: stringtype=unspecified is not working for inserts in PostgreSQL database
Status: UNCONFIRMED
Alias: None
Product: General
Classification: Code
Component: code (show other issues)
Version: 3.4.1
Hardware: All All
: P3 Normal (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords: needhelp
Depends on:
Blocks:
 
Reported: 2013-07-05 06:21 UTC by sairam
Modified: 2017-05-20 11:51 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description sairam 2013-07-05 06:21:57 UTC
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.