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
The string overload of sqlite2_prepare_v2 sets tail to "\0" instead of "".
@bricelam
The text was updated successfully, but these errors were encountered:
See dotnet/efcore#16189
Sorry, something went wrong.
failing test case for #274
741da6b
fix for #274 -- the tail span coming back from sqlite3_prepare_v2/v3 …
0a773d9
…has a zero terminator because it is just a slice of the span which was passed down, and it had one.
Interesting that this bug was directly related to the issues discussed in #273
No branches or pull requests
The string overload of sqlite2_prepare_v2 sets tail to "\0" instead of "".
@bricelam
The text was updated successfully, but these errors were encountered: