-
Notifications
You must be signed in to change notification settings - Fork 512
New issue
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
mssql: The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Parameter 4 ("@p2"): Data type 0xE7 has an invalid data length or metadata length. #32
Comments
Hello @BrunoQC bit is mapped to bool, the parameter must be false or true. |
I just fixed a typo in the commit. I expect to insert a NULL when I have an empty string. If my string is "0" or "1" it works as expected. |
A smaller test case is: func TestEmptyStringParameter(t *testing.T) { |
Yes this test case seems better. In case you didn't know, here's how to use syntax highlighting on Github: import "log" import "log" |
thank you |
Adds sql-migrate as another alternative
…a-withinstance Minor tweaks to remove duplication
I have the following error when I do :
I have a testcase.
The text was updated successfully, but these errors were encountered: