Skip to content
Snippets Groups Projects
  • Bruce Momjian's avatar
    2b3bb341
    This patch fixes a couple of minor bugs: · 2b3bb341
    Bruce Momjian authored
    1) DatabaseMetaData.getPrimaryKeys() would fail saying that there
    is no
       table t.
    
    2) PreparedStatement.getObject() was missing some break statements,
    which
       was causing updates not to work with JBuilder (supplied by Aaron
       Dunlop).
    
    
    jdbc fixes from Peter.
    2b3bb341
    History
    This patch fixes a couple of minor bugs:
    Bruce Momjian authored
    1) DatabaseMetaData.getPrimaryKeys() would fail saying that there
    is no
       table t.
    
    2) PreparedStatement.getObject() was missing some break statements,
    which
       was causing updates not to work with JBuilder (supplied by Aaron
       Dunlop).
    
    
    jdbc fixes from Peter.
PreparedStatement.java 18.10 KiB