Displaying differences for changeset
 
display as  

src/csip/sdm/SDMDatabaseMetaData.java

@@ -695,7 +695,7 @@
 
     @Override
     public boolean supportsBatchUpdates() throws SQLException {
-        throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
+        return false;
     }