Skip to content
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

Replace all double-quoted string literals by single quotes in unit test #483

Merged
merged 2 commits into from
Aug 18, 2024

Conversation

SRombauts
Copy link
Owner

Fix #481 23 test fails under FreeBSD 14.1 builtin SQLite library 3.45.1

The SQLITE_DQS compile-time option activates or deactivates the legacy double-quoted string literal misfeature.
Legacy behavior is that double-quoted string literals are allowed anywhere.

Fix #481 23 test fails under FreeBSD 14.1 builtin SQLite library

The SQLITE_DQS compile-time option activates or deactivates the legacy double-quoted string literal misfeature.
Legacy behavior is that double-quoted string literals are allowed anywhere.
@SRombauts SRombauts added the bug label Aug 17, 2024
@SRombauts SRombauts self-assigned this Aug 17, 2024
@SRombauts SRombauts merged commit 58d9867 into master Aug 18, 2024
28 checks passed
@SRombauts SRombauts deleted the fix-single-quotes-for-string-literals branch August 18, 2024 20:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

23 tests fail
1 participant