@@ -5,7 +5,7 @@ transforms:
5
5
- title : ' Rename writeLock to lock'
6
6
date : 2024-04-02
7
7
element :
8
- uris : ['src/sqlite_connection.dart']
8
+ uris : ['src/sqlite_connection.dart', 'sqlite_async.dart' ]
9
9
method : ' writeLock'
10
10
inClass : ' SqliteConnection'
11
11
changes :
@@ -14,7 +14,7 @@ transforms:
14
14
- title : ' Rename writeTransaction to transaction'
15
15
date : 2024-04-02
16
16
element :
17
- uris : ['src/sqlite_connection.dart']
17
+ uris : ['src/sqlite_connection.dart', 'sqlite_async.dart' ]
18
18
method : ' writeTransaction'
19
19
inClass : ' SqliteConnection'
20
20
changes :
@@ -23,7 +23,7 @@ transforms:
23
23
- title : ' Rename writeLock to lock'
24
24
date : 2024-04-02
25
25
element :
26
- uris : ['src/sqlite_database.dart']
26
+ uris : ['src/sqlite_database.dart', 'sqlite_async.dart' ]
27
27
method : ' writeLock'
28
28
inClass : ' SqliteDatabase'
29
29
changes :
@@ -32,7 +32,7 @@ transforms:
32
32
- title : ' Rename writeTransaction to transaction'
33
33
date : 2024-04-02
34
34
element :
35
- uris : ['src/sqlite_database.dart']
35
+ uris : ['src/sqlite_database.dart', 'sqlite_async.dart' ]
36
36
method : ' writeTransaction'
37
37
inClass : ' SqliteDatabase'
38
38
changes :
@@ -41,7 +41,7 @@ transforms:
41
41
- title : ' Rename readTransaction to transaction'
42
42
date : 2024-04-02
43
43
element :
44
- uris : ['src/sqlite_database.dart']
44
+ uris : ['src/sqlite_database.dart', 'sqlite_async.dart' ]
45
45
method : ' readTransaction'
46
46
inClass : ' SqliteDatabase'
47
47
changes :
@@ -53,3 +53,18 @@ transforms:
53
53
expression : ' true'
54
54
- kind : ' rename'
55
55
newName : ' transaction'
56
+ - title : ' Rename readLock to lock'
57
+ date : 2024-04-02
58
+ element :
59
+ uris : ['src/sqlite_database.dart', 'sqlite_async.dart']
60
+ method : ' readLock'
61
+ inClass : ' SqliteDatabase'
62
+ changes :
63
+ - kind : ' addParameter'
64
+ index : 1
65
+ name : ' readOnly'
66
+ style : required_named
67
+ argumentValue :
68
+ expression : ' true'
69
+ - kind : ' rename'
70
+ newName : ' lock'
0 commit comments