Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow larger column sizes than 8001 in case DB supports it
In PostgreSQL, the TEXT field can easily have more than 8001 characters and it does return the actual number. The size == 0 would happen in case of some DBs won't return valid value where we would keep the same behavior as of now.
- Loading branch information