[BUGS] BUG #5510: ODBC database 8.4.2 not working on windows 7 32 bit

2010-06-18 Thread Ravi
The following bug has been logged online: Bug reference: 5510 Logged by: Ravi Email address: surabi...@gmail.com PostgreSQL version: 8 Operating system: Windows 7 Description:ODBC database 8.4.2 not working on windows 7 32 bit Details: ODBC database 8.4.2 not

Fwd: [BUGS] exception in plsql

2010-02-22 Thread Ravi
-- Forwarded message -- From: Ravi Date: Mon, Feb 22, 2010 at 7:31 PM Subject: Re: [BUGS] exception in plsql To: Kevin Grittner when I tried to use the toArray method to extract exception raised saying org.postgresql.util.PSQLException: Cannot cast an instance of

[BUGS] pgsql exception

2010-02-22 Thread Ravi
Method in Dao public void savePerson(Person person, List addresses, List emails, List numbers){ call.withProcedureName(" person_save1"); Map out = call.execute(new PGPerson(person),addresses,null,null); } *SP in Database* CREATE OR REPLACE FUNCTION person_save(person_to_save

Re: [BUGS] BUG #2882: jdbc driver: date returned from a stored proc is incorrect

2007-01-12 Thread Ravi Periasamy
reused here too. I worked around this and it's working for me now. Thanks Ravi --- Alvaro Herrera <[EMAIL PROTECTED]> wrote: > Ravi Periasamy wrote: > > I do not think this is a server issue, seems like > a > > driver issue. When I connect to the DB from RHEL4 >

Re: [BUGS] BUG #2882: jdbc driver: date returned from a stored proc is incorrect

2007-01-12 Thread Ravi Periasamy
th of locale name:128 LC_COLLATE: en_US.UTF-8 LC_CTYPE: en_US.UTF-8 [EMAIL PROTECTED] pgsql]# What is IIRC? Thanks Ravi --- Alvaro Herrera <[EMAIL PROTECTED]> wrote: > Ravi wrote: > > > On Red Hat Enterprise Linux AS release 4 (Naha

[BUGS] BUG #2882: jdbc driver: date returned from a stored proc is incorrect

2007-01-11 Thread Ravi
The following bug has been logged online: Bug reference: 2882 Logged by: Ravi Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1.4 Operating system: Linux RHEL 3 Description:jdbc driver: date returned from a stored proc is incorrect Details: This is a