Skip to content
Snippets Groups Projects
  1. Sep 23, 2001
  2. Sep 22, 2001
  3. Sep 21, 2001
  4. Sep 20, 2001
  5. Sep 19, 2001
  6. Sep 18, 2001
  7. Sep 17, 2001
    • Tom Lane's avatar
      Fix bogus failure-return value from lo_create, per report from Gavin · a839258d
      Tom Lane authored
      Sherry.  Also clean up leakage of open files and LOs in failure exits
      from lo_import and lo_export.
      a839258d
    • Bruce Momjian's avatar
      Attached is a patch that fixes ResultSetMetaData.isNullable() in · 4f63a0e1
      Bruce Momjian authored
      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 constraints, views, functions etc.
      
      The patch simply changes the return value to
      ResultSetMetaData.columnNullableUnknown. This is until someone
      comes up with a real implementation of course.
      
      On Fri, 14 Sep 2001 17:53:50 +0200, Tomisaw Kity?ski wrote:
      >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 ;)
      
      Ren? Pijlman
      4f63a0e1
Loading