SQLite Forum

Validating URI parameter names
Login

Validating URI parameter names

(1.1) By David Jones (vman59) on 2021-10-08 16:35:37 edited from 1.0 [source]

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 then when there is a mis-typed 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?