select id returns null - Mailing list pgsql-jdbc

From prof_trg
Subject select id returns null
Date
Msg-id 23473788.post@talk.nabble.com
Whole thread Raw
List pgsql-jdbc
Hello,
I am using postgresql, and spring jdbc, and when I tried to execute a select
query :
Code:

 private SimpleJdbcTemplate template;
List<User> res = template.query("select * from user where id=?", MAPPER,
id);

I don't know why the returned id is null, I'd like to add that the id is of
type BIGSERIAL in postgresql, and I get it as Long in java.
I'd like to add that other fields are well selected except the id, so is the
issue related to the serial type?
Regards
--
View this message in context: http://www.nabble.com/select-id-returns-null-tp23473788p23473788.html
Sent from the PostgreSQL - jdbc mailing list archive at Nabble.com.


pgsql-jdbc by date:

Previous
From: David Rees
Date:
Subject: v604 in Maven
Next
From: Thomas Finneid
Date:
Subject: COPY support: plan and progress