document SQL Server MAX symbol behavior

Issue #3760 resolved
Mike Bayer repo owner created an issue

per #3759, users don't have any documentation pointing them to how to get SQL server to do "MAX" w/ VARCHAR, as the base types won't handle this. they need to use the SQL Server type and pass in None, this needs docs.

Comments (4)

  1. Mike Bayer reporter

    correction, there is no sql server VARCHAR / NVARCHAR, we use MAX for the "None" length.

  2. Log in to comment