File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
src/java/test/org/postgresql/pljava/test Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -209,8 +209,8 @@ public static void main(String[] argv)
209209 t .testSavepointSanity ();
210210 t .testTrustedSecurity ();
211211 t .testBinaryColumns ();
212- // t.testDatabaseMetaData();
213- // t.testResultSet();
212+ t .testDatabaseMetaData ();
213+ t .testResultSet ();
214214 }
215215 t .close ();
216216 }
@@ -353,10 +353,7 @@ public void testBinaryColumns()
353353 throws SQLException
354354 {
355355 System .out .println ("*** testBinaryColumns()" );
356- System .out .println (byte .class .getName ());
357- System .out .println (byte [].class .getName ());
358- System .out .println (Integer .class .getName ());
359- System .out .println (Integer [].class .getName ());
356+
360357 Statement stmt = m_connection .createStatement ();
361358 ResultSet rs = stmt .executeQuery ("SELECT * FROM binaryColumnTest()" );
362359 while (rs .next ())
You can’t perform that action at this time.
0 commit comments