We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This seems to be a problem for both SQL_WVARCHAR & SQL_VARCHAR types. Any values larger than 1024 chars are truncated.
Reproducible with the following
Python/Pypyodbc versions Python v3.5.2 Pypyodbc v1.3.4.3
ODBC Drivers Tested (64-bit):
It is possible to resolve this by following the workaround detailed in the issues below (originally raised on Google code repo).
#62 https://code.google.com/archive/p/pypyodbc/issues/44 https://github.com/bpla2112/pypyodbc/issues/44
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This seems to be a problem for both SQL_WVARCHAR & SQL_VARCHAR types. Any values larger than 1024 chars are truncated.
Reproduction Steps
Reproducible with the following
Python/Pypyodbc versions
Python v3.5.2
Pypyodbc v1.3.4.3
ODBC Drivers Tested (64-bit):
Workaround
It is possible to resolve this by following the workaround detailed in the issues below (originally raised on Google code repo).
#62
https://code.google.com/archive/p/pypyodbc/issues/44
https://github.com/bpla2112/pypyodbc/issues/44
The text was updated successfully, but these errors were encountered: