File tree 4 files changed +10
-5
lines changed
4 files changed +10
-5
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " @journeyapps/react-native-quick-sqlite " : patch
3
+ ---
4
+
5
+ Use powersync-sqlite-core 0.3.6 to fix issue with dangling rows.
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ android {
109
109
}
110
110
111
111
dependencies {
112
- implementation ' co.powersync:powersync-sqlite-core:0.3.0 '
112
+ implementation ' co.powersync:powersync-sqlite-core:0.3.6 '
113
113
// noinspection GradleDynamicVersion
114
114
implementation ' com.facebook.react:react-android:+'
115
115
}
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Pod::Spec.new do |s|
28
28
29
29
s . dependency "React-callinvoker"
30
30
s . dependency "React"
31
- s . dependency "powersync-sqlite-core" , "~> 0.3.0 "
31
+ s . dependency "powersync-sqlite-core" , "~> 0.3.6 "
32
32
if defined? ( install_modules_dependencies ( ) )
33
33
install_modules_dependencies ( s )
34
34
else
Original file line number Diff line number Diff line change 55
55
- hermes-engine/Pre-built (= 0.73.4)
56
56
- hermes-engine/Pre-built (0.73.4)
57
57
- libevent (2.1.12)
58
- - powersync-sqlite-core (0.3.0 )
58
+ - powersync-sqlite-core (0.3.6 )
59
59
- RCT-Folly (2022.05.16.00):
60
60
- boost
61
61
- DoubleConversion
@@ -1338,7 +1338,7 @@ SPEC CHECKSUMS:
1338
1338
glog: c5d68082e772fa1c511173d6b30a9de2c05a69a2
1339
1339
hermes-engine: b2669ce35fc4ac14f523b307aff8896799829fe2
1340
1340
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
1341
- powersync-sqlite-core: ad0e70e23bacd858fe2e79032dc4aabdf972d1bd
1341
+ powersync-sqlite-core: e6217cc9e89e8803550f1b5bb7fd5b00becc903a
1342
1342
RCT-Folly: 7169b2b1c44399c76a47b5deaaba715eeeb476c0
1343
1343
RCTRequired: ab7f915c15569f04a49669e573e6e319a53f9faa
1344
1344
RCTTypeSafety: 63b97ced7b766865057e7154db0e81ce4ee6cf1e
@@ -1389,4 +1389,4 @@ SPEC CHECKSUMS:
1389
1389
1390
1390
PODFILE CHECKSUM: 380495c28956d6f2126a6259a117145b198f247c
1391
1391
1392
- COCOAPODS: 1.12.1
1392
+ COCOAPODS: 1.16.2
You can’t perform that action at this time.
0 commit comments