(pDb)
| 11909 | SQLITE_FORMAT, installs a descriptive error message, |
| 11910 | and returns SQLITE_FORMAT. */ |
| 11911 | const __errEncoding = (pDb)=>{ |
| 11912 | return util.sqlite3__wasm_db_error( |
| 11913 | pDb, capi.SQLITE_FORMAT, "SQLITE_UTF8 is the only supported encoding." |
| 11914 | ); |
| 11915 | }; |
| 11916 | |
| 11917 | /** |
| 11918 | __dbCleanupMap is infrastructure for recording registration of |