Re: [JDBC] isNullable()

2001-09-17 Thread Bruce Momjian
Patch applied. Thanks. > Attached is a patch that fixes ResultSetMetaData.isNullable() in > the JDBC driver. > > This method is currently unimplemented and always returns > ResultSetMetaData.columnNullable. This is obviously incorrect > when a column is defined with NOT NULL or PRIMARY KEY. An

Re: [PATCHES] [JDBC] isNullable()

2001-09-16 Thread Barry Lind
Patch looks good. thanks, --Barry Rene Pijlman wrote: > Attached is a patch that fixes ResultSetMetaData.isNullable() in > the JDBC driver. > > This method is currently unimplemented and always returns > ResultSetMetaData.columnNullable. This is obviously incorrect > when a column is defined wi

Re: [JDBC] isNullable()

2001-09-16 Thread Bruce Momjian
Your patch has been added to the PostgreSQL unapplied patches list at: http://candle.pha.pa.us/cgi-bin/pgpatches I will try to apply it within the next 48 hours. > Attached is a patch that fixes ResultSetMetaData.isNullable() in > the JDBC driver. > > This method is currently unimplem

Re: [JDBC] isNullable()

2001-09-15 Thread Rene Pijlman
Attached is a patch that fixes ResultSetMetaData.isNullable() in the JDBC driver. This method is currently unimplemented and always returns ResultSetMetaData.columnNullable. This is obviously incorrect when a column is defined with NOT NULL or PRIMARY KEY. And we have to think of check constraint

Re: [JDBC] isNullable()

2001-09-15 Thread Rene Pijlman
On Fri, 14 Sep 2001 17:53:50 +0200, you wrote: >could someone tell me, please, do I have any chance to get >proper implementation of above method in JDBC (1.1+) soon? This is a volunteer project. You don't "get", you "bring" :-) >Current "return 1" works fine on most tables, however it seems >to

[JDBC] isNullable()

2001-09-14 Thread Tomisław Kityński
Hello there, could someone tell me, please, do I have any chance to get proper implementation of above method in JDBC (1.1+) soon? Current "return 1" works fine on most tables, however it seems to be a little bit incorrect with some of them ;) -- ===] Internet Designers SA, Programming Dept., s