tursodatabase/turso
Auf GitHub ansehenSupport for alternative names of `sqlite_schema`
Open
#1.641 geöffnet am 1. Juni 2025
compatibilityenhancementhelp wanted
Repository-Metriken
- Stars
- (19.103 Stars)
- PR-Merge-Metriken
- (PR-Metriken ausstehend)
Beschreibung
As described in docs, sqlite_schema can have alternatives names such as:
- sqlite_master
- sqlite_temp_schema
- sqlite_temp_master
"Alternatives (2) and (3) only work for the TEMP database associated with each database connection, but alternative (1) works anywhere."
https://sqlite.org/schematab.html
EDIT: I'll let this open until we support temp databases and don't lose track of these alternative names as well