Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
SQLite: Don't leak internal schema objects
Related #31201. If creating custom primary key (like a string) in SQLite, it would also create an internal index implicitly which named begin with "sqlite_". It need to be hidden since the internal object names are reserved and prohibited for public use. See https://www.sqlite.org/fileformat2.html#intschema Fixes #33320.
- Loading branch information
Showing
with
6 additions
and 4 deletions.