This commit is contained in:
zyyang 2021-02-06 15:57:36 +08:00
parent 67ad9c5058
commit 7db50342eb
1 changed files with 1 additions and 1 deletions

View File

@ -529,7 +529,7 @@ public class RestfulResultSetTest {
rs.updateSQLXML(1, null);
}
@Test(expected = SQLFeatureNotSupportedException.class)
@Test
public void getNString() throws SQLException {
String f10 = rs.getNString("f10");
Assert.assertEquals("涛思数据", f10);