Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DiagnoseDBOpenError ¶
DiagnoseDBOpenError provides a more helpful error message when SQLite fails to open/create a database file.
func IsCantOpenError ¶
IsCantOpenError checks if the error is a SQLite CANTOPEN error (code 14).
func IsNoSuchColumnError ¶ added in v1.20.4
IsNoSuchColumnError checks if the error is due to a missing column in SQLite. This typically happens when querying a column that doesn't exist in the schema.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.