Re: [GENERAL] citext data type does not work with JDBC PreparedStatement?

2011-08-06 Thread Anton Moiseev
On Sat, Aug 6, 2011 at 1:49 PM, Craig Ringer wrote: > On 6/08/2011 5:28 PM, Anton Moiseev wrote: > >> Hi, >> >> I wanted to have case-insensitive user names in my db and found that >> citext postgresql data type >> (http://www.postgresql.org/**doc

[GENERAL] citext data type does not work with JDBC PreparedStatement?

2011-08-06 Thread Anton Moiseev
Hi, I wanted to have case-insensitive user names in my db and found that citext postgresql data type ( http://www.postgresql.org/docs/8.4/interactive/citext.html) is exactly what I need. So I have added to my db and it seemed to work fine when query db from command line interface, but when I run