Skip to content

Commit

Permalink
Merge pull request #62 from powersync-ja/psc-036
Browse files Browse the repository at this point in the history
Use powersync-sqlite-core 0.3.6
  • Loading branch information
rkistner authored Nov 11, 2024
2 parents 866dece + 7fbf03e commit 37034ba
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .changeset/two-beans-watch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@journeyapps/react-native-quick-sqlite": patch
---

Use powersync-sqlite-core 0.3.6 to fix issue with dangling rows.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ android {
}

dependencies {
implementation 'co.powersync:powersync-sqlite-core:0.3.0'
implementation 'co.powersync:powersync-sqlite-core:0.3.6'
//noinspection GradleDynamicVersion
implementation 'com.facebook.react:react-android:+'
}
Expand Down
2 changes: 1 addition & 1 deletion react-native-quick-sqlite.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Pod::Spec.new do |s|

s.dependency "React-callinvoker"
s.dependency "React"
s.dependency "powersync-sqlite-core", "~> 0.3.0"
s.dependency "powersync-sqlite-core", "~> 0.3.6"
if defined?(install_modules_dependencies())
install_modules_dependencies(s)
else
Expand Down
6 changes: 3 additions & 3 deletions tests/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ PODS:
- hermes-engine/Pre-built (= 0.73.4)
- hermes-engine/Pre-built (0.73.4)
- libevent (2.1.12)
- powersync-sqlite-core (0.3.0)
- powersync-sqlite-core (0.3.6)
- RCT-Folly (2022.05.16.00):
- boost
- DoubleConversion
Expand Down Expand Up @@ -1338,7 +1338,7 @@ SPEC CHECKSUMS:
glog: c5d68082e772fa1c511173d6b30a9de2c05a69a2
hermes-engine: b2669ce35fc4ac14f523b307aff8896799829fe2
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
powersync-sqlite-core: ad0e70e23bacd858fe2e79032dc4aabdf972d1bd
powersync-sqlite-core: e6217cc9e89e8803550f1b5bb7fd5b00becc903a
RCT-Folly: 7169b2b1c44399c76a47b5deaaba715eeeb476c0
RCTRequired: ab7f915c15569f04a49669e573e6e319a53f9faa
RCTTypeSafety: 63b97ced7b766865057e7154db0e81ce4ee6cf1e
Expand Down Expand Up @@ -1389,4 +1389,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 380495c28956d6f2126a6259a117145b198f247c

COCOAPODS: 1.12.1
COCOAPODS: 1.16.2

0 comments on commit 37034ba

Please sign in to comment.