From: | prof_trg <prof(dot)target(at)gmail(dot)com> |
---|---|
To: | pgsql-jdbc(at)postgresql(dot)org |
Subject: | select id returns null |
Date: | 2009-05-10 20:35:10 |
Message-ID: | 23473788.post@talk.nabble.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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.
From | Date | Subject | |
---|---|---|---|
Next Message | Thomas Finneid | 2009-05-11 07:08:06 | COPY support: plan and progress |
Previous Message | David Rees | 2009-05-08 18:06:48 | v604 in Maven |