[HACKERS] RE: postgres jdbc source code

2001-05-04 Thread Jeroen Habets
G'day mate, Sure, it's fine to mail me...Actually I haven't found the time to get involved in the JDBC driver (it now does what I need it to do, and I'm behind schedule with a project of mine ;-) so your involvement is very welcome! Probably the best thing is to access the CVS but on the postgr

[HACKERS] Modified driver to better handle NULL values...

2001-04-17 Thread Jeroen Habets
Hi, I have just modified the jdbc 7.1rc4 source to let the PreparedStatement handle null values in setXXX methods gracefully... According to JDBC a setXXX method should send a NULL if a null value is supplied (and not raise an exception or other) How can I contribute? Jeroen