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
+
1
5
## 0.1.0
2
6
3
7
- Initial version.
Original file line number Diff line number Diff line change @@ -181,6 +181,7 @@ final class _TestFile implements VirtualFileSystemFile {
181
181
}
182
182
183
183
_file.unlockSync ();
184
+ _lockLevel = SqlFileLockingLevels .SQLITE_LOCK_NONE ;
184
185
if (mode != SqlFileLockingLevels .SQLITE_LOCK_NONE ) {
185
186
return xLock (mode);
186
187
}
Original file line number Diff line number Diff line change 1
1
name : sqlite3_test
2
2
description : Integration of fake clocks and other test utilities for SQLite databases.
3
- version : 0.1.0
3
+ version : 0.1.1
4
4
homepage : https://github.com/simolus3/sqlite3.dart/tree/main/sqlite3_test
5
5
repository : https://github.com/simolus3/sqlite3.dart
6
6
topics :
You can’t perform that action at this time.
0 commit comments