Skip to content

powersync-sqlite-core v0.3.8 #68

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jan 9, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/fast-roses-share.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@journeyapps/react-native-quick-sqlite": minor
---

powersync-sqlite-core 0.3.8: Increase column limit to 1999; improved handling of migrations on views.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ android {
}

dependencies {
implementation 'co.powersync:powersync-sqlite-core:0.3.6'
implementation 'co.powersync:powersync-sqlite-core:0.3.8'
//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.6"
s.dependency "powersync-sqlite-core", "~> 0.3.8"
if defined?(install_modules_dependencies())
install_modules_dependencies(s)
else
Expand Down
12 changes: 6 additions & 6 deletions tests/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ PODS:
- hermes-engine (0.76.2):
- hermes-engine/Pre-built (= 0.76.2)
- hermes-engine/Pre-built (0.76.2)
- powersync-sqlite-core (0.3.6)
- powersync-sqlite-core (0.3.8)
- RCT-Folly (2024.01.01.00):
- boost
- DoubleConversion
Expand Down Expand Up @@ -1280,11 +1280,11 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- react-native-quick-sqlite (2.1.2):
- react-native-quick-sqlite (2.2.1):
- DoubleConversion
- glog
- hermes-engine
- powersync-sqlite-core (~> 0.3.6)
- powersync-sqlite-core (~> 0.3.8)
- RCT-Folly (= 2024.01.01.00)
- RCTRequired
- RCTTypeSafety
Expand Down Expand Up @@ -1822,7 +1822,7 @@ SPEC CHECKSUMS:
fmt: 10c6e61f4be25dc963c36bd73fc7b1705fe975be
glog: 08b301085f15bcbb6ff8632a8ebaf239aae04e6a
hermes-engine: 3852e37f6158a2fcfad23e31215ed495da3a6a40
powersync-sqlite-core: e6217cc9e89e8803550f1b5bb7fd5b00becc903a
powersync-sqlite-core: 3b1cc184e277776aaf22e221fd0336575c7173c4
RCT-Folly: bf5c0376ffe4dd2cf438dcf86db385df9fdce648
RCTDeprecation: d575d28132f93e5deef4849d5afffb4ac4e63226
RCTRequired: e2e5df1df76aac8685aabfebca389e6bec64792b
Expand Down Expand Up @@ -1852,7 +1852,7 @@ SPEC CHECKSUMS:
React-logger: 81d58ca6f1d93fca9a770bda6cc1c4fbfcc99c9c
React-Mapbuffer: 726951e68f4bb1c2513d322f2548798b2a3d628d
React-microtasksnativemodule: bc55596cbf40957f5099bc495f1a06f459d0be88
react-native-quick-sqlite: a5200443e0afc78d90db42c99609268a619fee16
react-native-quick-sqlite: de5eef2b2092b045d5c546018afd5b6b93843a1b
react-native-safe-area-context: 4532f1a0c5d34a46b9324ccaaedcb5582a302b7d
React-nativeconfig: 470fce6d871c02dc5eff250a362d56391b7f52d6
React-NativeModulesApple: 6297fc3136c1fd42884795c51d7207de6312b606
Expand Down Expand Up @@ -1884,6 +1884,6 @@ SPEC CHECKSUMS:
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
Yoga: 96872ee462cfc43866ad013c8160d4ff6b85709b

PODFILE CHECKSUM: 95e556f979daa78c92314deb7b66d975ed81ea49
PODFILE CHECKSUM: d6c8a5c5ff2d3984a5826e0d3631fd656816f915

COCOAPODS: 1.16.2
Loading