commit | b9d8707719e727ffa942bd532823782c28c7cc8c | [log] [tgz] |
---|---|---|
author | Victor Costan <[email protected]> | Tue Jul 20 17:00:38 2021 |
committer | Chromium LUCI CQ <[email protected]> | Tue Jul 20 17:00:38 2021 |
tree | 43339bdec7bf509a00625a23857cc4f9b02820c7 | |
parent | f883d7de6dfab4a644b9c775bea9a7c5db63b401 [diff] |
explore: Covert double-quoted SQL string literals to single-quoted. Double-quoted string literals are non-standard SQL. Allowing double-quoted string literals is now considered a misfeature by SQLite authors. See https://www.sqlite.org/quirks.html#dblquote This CL converts existing occurrences of double-quoted string literals, in preparation for blocking them for Chrome features. This CL also re-formats one of the modified queries, to match the (new) guidelines in //sql/README.md. Bug: 1230199 Change-Id: Ic8807effd4413a4847a911cd58bd6a184fb8ecb1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3040745 Reviewed-by: Cathy Li <[email protected]> Commit-Queue: Victor Costan <[email protected]> Cr-Commit-Position: refs/heads/master@{#903520}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.