We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31d0344 commit 6c96bf0Copy full SHA for 6c96bf0
packages/powersync-op-sqlite/src/db/OPSqliteAdapter.ts
@@ -121,7 +121,7 @@ export class OPSQLiteDBAdapter extends BaseObserver<DBAdapterListener> implement
121
openOptions.location = this.options.dbLocation;
122
}
123
124
- // Similarly if the encryption key is undefined/null when using SQLCipher it will cause the open function to fail
+ // If the encryption key is undefined/null when using SQLCipher it will cause the open function to fail
125
if (encryptionKey) {
126
openOptions.encryptionKey = encryptionKey;
127
0 commit comments