File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1+ ## 0.1.1
2+
3+ - Fix writes on Windows.
4+
15## 0.1.0
26
37- Initial version.
Original file line number Diff line number Diff line change @@ -181,6 +181,7 @@ final class _TestFile implements VirtualFileSystemFile {
181181 }
182182
183183 _file.unlockSync ();
184+ _lockLevel = SqlFileLockingLevels .SQLITE_LOCK_NONE ;
184185 if (mode != SqlFileLockingLevels .SQLITE_LOCK_NONE ) {
185186 return xLock (mode);
186187 }
Original file line number Diff line number Diff line change 11name : sqlite3_test
22description : Integration of fake clocks and other test utilities for SQLite databases.
3- version : 0.1.0
3+ version : 0.1.1
44homepage : https://github.com/simolus3/sqlite3.dart/tree/main/sqlite3_test
55repository : https://github.com/simolus3/sqlite3.dart
66topics :
You can’t perform that action at this time.
0 commit comments