Skip to content

Unit tests for `LONGVARCHAR`

Compare
Choose a tag to compare
@redcatbear redcatbear released this 26 Mar 06:52
7774c74

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