Skip to content

Use single-quotes around string literals #934

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

Merged
merged 1 commit into from
Oct 25, 2021
Merged

Use single-quotes around string literals #934

merged 1 commit into from
Oct 25, 2021

Conversation

mversiotech
Copy link
Contributor

This commit replaces double-quoted string literals with single-quoted ones in a few test cases. Double-quotes around string literals are invalid in standard-conforming SQL and accepting them by default is now considered a misfeature by the authors of SQLite. The test cases in question will also fail when SQLite is compiled with -DSQLITE_DQS=0.

@codecov-io
Copy link

codecov-io commented Mar 29, 2021

Codecov Report

Merging #934 (582723e) into master (ab91e93) will decrease coverage by 0.13%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #934      +/-   ##
==========================================
- Coverage   46.80%   46.67%   -0.14%     
==========================================
  Files          11       11              
  Lines        1457     1457              
==========================================
- Hits          682      680       -2     
- Misses        640      641       +1     
- Partials      135      136       +1     
Impacted Files Coverage Δ
sqlite3.go 52.84% <0.00%> (-0.23%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ab91e93...582723e. Read the comment docs.

@mattn
Copy link
Owner

mattn commented Oct 25, 2021

Thank you

@mattn mattn merged commit 98d34f9 into mattn:master Oct 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants