[BUGS] BUG #6027: OLE DB Provider not available

2011-05-17 Thread dhaval
The following bug has been logged online: Bug reference: 6027 Logged by: dhaval Email address: d_dha...@rediffmail.com PostgreSQL version: 9.0 Operating system: windows-7 , 64-bit Description:OLE DB Provider not available Details: Hello, I have downloaded Postgres

[BUGS] ROLLBACK, SAVEPOINT, COMMIT throwing error in transaction block.

2011-02-18 Thread Jaiswal Dhaval Sudhirkumar
y_savepoint; UPDATE accounts SET balance = balance + bal_amt WHERE name = 'Bob'; ROLLBACK TO my_savepoint; UPDATE accounts SET balance = balance + bal_amt WHERE name = 'Wally'; COMMIT; return bal_amt; end; $BODY$ LANGUAGE 'plpgsql'; -- Thanks & Regard

Re: [BUGS] to_timestamp error handling.

2009-06-10 Thread Dhaval Jaiswal
Yes, there isn't a use case for a month value outside 1-12, i found this due a typo. On Wed, Jun 10, 2009 at 8:12 PM, Tom Lane wrote: > Greg Stark writes: > > On Wed, Jun 10, 2009 at 3:23 PM, Dhaval > > Jaiswal wrote: > >> postgres=# select to_t

Re: [BUGS] to_timestamp error handling.

2009-06-10 Thread Dhaval Jaiswal
t valid. Is it an expected behaviour? -- Thanks & Regards, Dhaval Jaiswal EnterpriseDB Contact: 732-331-1300 Ext- 2022 +91-20-30589 516 / 494 web: www.enterprisedb.com

[BUGS] java.lang.NullPointerException - at org.postgresql.Connection.ExecSQL(Connection.java:312)

2003-12-09 Thread Dhaval Bhagat
dra.jdbc.pool.StandardPoolDataSource.getConnection(StandardPoolDataSource.java:186) >>>>> at >>>>> org.enhydra.jdbc.pool.StandardPoolDataSource.getConnection(StandardPoolDataSource.java:152) >>>>> at >>>>> com.mphasis.give.common.utilities.DatabaseUtil.getConnection(DatabaseUtil