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. And we

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

[JDBC] isNullable()

2001-09-14 Thread Tomisaw Kityski
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.,