Re: [BUGS] BUG #8389: JDBC Driver assumes first column to be an integer

2013-08-20 Thread Kevin Grittner
"ivan@solidit.cl" wrote: > When having a table with the next columns: > content varchar(10) > idcontent int primary key > Persisting a row using the JDBC driver (I used JBoss and > hibernate to persist a bean) > The JDBC driver throws an exception while trying to parse the > first column co

[BUGS] BUG #8389: JDBC Driver assumes first column to be an integer

2013-08-20 Thread ivan . pli
The following bug has been logged on the website: Bug reference: 8389 Logged by: Ivan Pliouchtchai Email address: ivan@solidit.cl PostgreSQL version: 9.2.4 Operating system: Windows 7 Description: PRECONDITION: When having a table with the next columns: content va