turbodbc: Invalid precision value when inserting long string on nvarchar(max) column (Microsoft Driver 13.1)
Hi. Im using:
- Ubuntu 16.04
- Python 3.6.4
- Microsoft Driver 13.1
- turbODBC 2.4.1
- Azure SQL Database
Im getting this exception when I try to insert a string of length 1600+ in a nvarchar(max) column. I already tried setting to True the limit_varchar_results_to_max parameter.
turbodbc_intern.Error: ODBC error
state: HY104
native error code: 0
message: [Microsoft][ODBC Driver 13 for SQL Server]Invalid precision value
Thanks.
About this issue
- Original URL
- State: open
- Created 6 years ago
- Reactions: 1
- Comments: 17 (3 by maintainers)
I have the same problem. @MathMagique, do you have some news about this error ?