Mercurial > hg > monetdb-java
changeset 121:65b27b29ca71
Extending test with 3 additional columns.
author | Martin van Dinther <martin.van.dinther@monetdbsolutions.com> |
---|---|
date | Thu, 09 Mar 2017 15:27:38 +0100 (2017-03-09) |
parents | 1ea2ee3b946c |
children | 8b13d0941c61 |
files | tests/BugResultSetMetaData_Bug_6183.java |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/BugResultSetMetaData_Bug_6183.java +++ b/tests/BugResultSetMetaData_Bug_6183.java @@ -10,7 +10,8 @@ import java.sql.*; public class BugResultSetMetaData_Bug_6183 { static final String dqTblName = "\"my dq_table\""; - static final String[] dqColNames = {"\"my space\"", "\"my, comma_space\"", "\"my$dollar\"", "\"my#hash\"", "\"my tab\"", "\"my ,tab_comma\"", "\"my, comma_tab\"", "\"my\\\"backslash_doublequote\""}; + static final String[] dqColNames = { "\"my space\"", "\"my, comma_space\"", "\"my$dollar\"", "\"my#hash\"", "\"my tab\"" + , "\"my ,tab_comma\"", "\"my, comma_tab\"", "\"my\\\"backslash_doublequote\"", "\"Abc\"", "\" \"", "\"123\"" }; public static void main(String[] args) throws Exception { // Class.forName("nl.cwi.monetdb.jdbc.MonetDriver"); // not needed anymore for self registering JDBC drivers