(pDb)
| 11788 | SQLITE_FORMAT, installs a descriptive error message, |
| 11789 | and returns SQLITE_FORMAT. */ |
| 11790 | const __errEncoding = (pDb)=>{ |
| 11791 | return util.sqlite3__wasm_db_error( |
| 11792 | pDb, capi.SQLITE_FORMAT, "SQLITE_UTF8 is the only supported encoding." |
| 11793 | ); |
| 11794 | }; |
| 11795 | |
| 11796 | /** |
| 11797 | __dbCleanupMap is infrastructure for recording registration of |