Unit tests for `LONGVARCHAR`
Summary
LONGVARCHAR
is a column type used by many JDBC drivers to indicate columns with large text content. In this release we added unit tests that exercise typically use cases around these kinds of text columns.
Changes
- #29: Added
LONGVARCHAR
unit tests