Skip to content

Commit

Permalink
increased oracle nvarchar2 max size to 4000
Browse files Browse the repository at this point in the history
  • Loading branch information
ianturton committed Jun 23, 2016
1 parent 3db505a commit 88df8bb
Showing 1 changed file with 4 additions and 1 deletion.
Expand Up @@ -1498,5 +1498,8 @@ private Envelope decodeDiminfoEnvelope(ResultSet rs, int column) throws SQLExcep

return new Envelope(minx,maxx,miny,maxy);
}


public int getDefaultVarcharSize(){
return 4000;
}
}

0 comments on commit 88df8bb

Please sign in to comment.