Kotori Minami
Kotori Minami
hi, When ip address has no protocol is cannot work。 When the url like `http(s)://ip[:port]` is good But when the url is `ip[:port]` no change Because used in IM software,...
If this instance is not closed, it will result in the occupation of the database file. When subsequent calls to `setUpWithMigrations` or `setUpWithSchema` reach the execution of `unsafeDestroyEverything`, https://github.com/Nozbe/WatermelonDB/blob/62774d5ebc4aa9ed6a2f61c8d4e795b32322cec6/src/adapters/sqlite/index.js#L144 https://github.com/Nozbe/WatermelonDB/blob/62774d5ebc4aa9ed6a2f61c8d4e795b32322cec6/src/adapters/sqlite/index.js#L195...
My basic code is as follows. ```javascript import { mySchema } from './model/schema.js' import SQLiteAdapter from "@nozbe/watermelondb/adapters/sqlite/index.js"; const adapter = new SQLiteAdapter({ dbName: 'test', schema: mySchema, onSetUpError: error => {...
I am using this library in an Electron environment, and the usage is as follows: ```javascript this.instance = new SQliteDatabase(path, { verboze: console.log }); if (this.secretKey) { this.instance.key(Buffer.from(this.secretKey)); } ```...
### Description: Some messages within the conversation encounter the following issues. ``` Diagnostic error: Cannot update a record with pending changes ``` ### Environment Information: - Rocket.Chat Server Version: -...