Issue 122687

Summary: stringtype=unspecified is not working for inserts in PostgreSQL database
Product: General Reporter: sairam <sairam406>
Component: codeAssignee: AOO issues mailing list <issues>
Status: UNCONFIRMED --- QA Contact:
Severity: Normal    
Priority: P3 CC: elish, issues
Version: 3.4.1Keywords: needhelp
Target Milestone: ---   
Hardware: All   
OS: All   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---

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.