Open Bug 1566144 Opened 5 years ago Updated 2 years ago

Disable SQLite's double-quoted string literal feature

Categories

(Toolkit :: Storage, task, P5)

task

Tracking

()

People

(Reporter: RyanVM, Unassigned)

References

Details

The SQLite 3.29.0 update adds a new SQLITE_DQS=0 build-time option which disables support for the now-deprecated double-quoted string literal feature.

A Try push with that option set was very orange:
https://treeherder.mozilla.org/#/jobs?repo=try&group_state=expanded&revision=0e0c565c849bd9ac831794d51cf7a10858ddcc7f

Yes, we used double quoted literals extensively, it may take some time to fix all cases.

Priority: -- → P3

Whoa, that's good to know! I'd thought double-quoted strings were the norm, given how often we use them in our queries. 😆🤦‍♀️

yeah, we can't do this without some planning and a person checking SQL line by line, things won't fix by themselves.

Severity: normal → S4
Priority: P3 → P5
You need to log in before you can comment on or make changes to this bug.