Created
September 13, 2019 19:25
-
-
Save Whateverable/31b7853f59724594700719875d961aaf to your computer and use it in GitHub Desktop.
Whateverable
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2019-09-13T18:08:13Z #perl6 <patrickb> Xliff Why PreparedStatements don't work. ODBC requires to pass the *DB* column types of parameters when creating (or using?) a prepared statement. One can use `DescribeParam()` to determine that type (DBDish::ODBC uses that). FreeTDS does not support `DescribeParam()` and will not add support in the foreseeable future. One could work around |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment