Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ignore varchar max sizes that are too small / negative.
Fixes #201. It didn't occur to me that some drivers might return a *negative* maximum varchar size, such as FileMaker. In hindsight, -1 is sometimes used, such as SQL Server's varchar(max) precision.
- Loading branch information