|
|
@@ -24,6 +24,8 @@ import java.sql.DriverPropertyInfo; |
|
|
|
import java.util.Properties; |
|
|
|
import java.io.File; |
|
|
|
import java.net.URL; |
|
|
|
import java.sql.SQLFeatureNotSupportedException; |
|
|
|
import java.util.logging.Logger; |
|
|
|
|
|
|
|
import junit.framework.TestCase; |
|
|
|
|
|
|
@@ -232,6 +234,10 @@ public class SQLExecTest extends TestCase { |
|
|
|
public boolean jdbcCompliant() { |
|
|
|
return false; |
|
|
|
} |
|
|
|
|
|
|
|
public Logger getParentLogger() throws SQLFeatureNotSupportedException { |
|
|
|
throw new SQLFeatureNotSupportedException(); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
public void testLastDelimiterPositionNormalModeStrict() { |
|
|
|