Allow large column counts
This release allows larger column counts in queries. There was an old assert (11 years old) that for some reason required the column count to be 250 or less. I believe this was added in error when adding asserts to the original code.
This release fixes that. It also (unofficially) now passes on my local mysql-8 server (using the native authentication, not SHA2).