Re: [JDBC] JDBC Pooling driver

2001-04-30 Thread Ned Wolpert
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Don't mean to reply to my own message... but... Just an additional thought. Instead of creating a new pooling technique in PostgreSQL jdbc driver, could we do a specialized select that would return the 'getInsertedOid()' instead? (Select $_gett_in

[JDBC] JDBC Pooling driver

2001-04-30 Thread Ned Wolpert
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Folks- Got a question about using the PostgreSQL JDBC driver with pooling. Using 7.1, I noticed the extra functionality with the JDBC driver, like getInsertedOid(). I love it, since it helps with sequence numbers an integration with Castor. Howe