SQLite Forum

Validating URI parameter names
Login
If your VFS doesn't recognize a parameter name, what's the best way for it tell whether the name is recognized by the SQLIte core or invalid (i.e. a typo)? I'd rather fail due to a mis-type parameter name than ignore the parameter.

There are the documented names (.e.g. nolock), but is there a way to discover at
runtime the parameter used by the core?