couchbase-sql-importer icon indicating copy to clipboard operation
couchbase-sql-importer copied to clipboard

bigint import error bug

Open liuw086 opened this issue 10 years ago • 1 comments

Hi, the line 249: "getInt" should be replaced by "getLong" for bigint type

else if (rsmd.getColumnType(i) == java.sql.Types.BIGINT) { map.put(columnName, rs.getLong(columnName));

liuw086 avatar Nov 13 '14 02:11 liuw086

^^ very true. thanks!

fuzzyami avatar Mar 15 '15 16:03 fuzzyami