Skip to content

Commit fbbd5e2

Browse files
committed
Update SQLite to 3.50.3
1 parent 69dce5c commit fbbd5e2

File tree

18 files changed

+50
-38
lines changed

18 files changed

+50
-38
lines changed

integration_tests/flutter_libs/ios/Podfile.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,25 @@ PODS:
22
- Flutter (1.0.0)
33
- integration_test (0.0.1):
44
- Flutter
5-
- sqlite3 (3.50.2):
6-
- sqlite3/common (= 3.50.2)
7-
- sqlite3/common (3.50.2)
8-
- sqlite3/dbstatvtab (3.50.2):
5+
- sqlite3 (3.50.3):
6+
- sqlite3/common (= 3.50.3)
7+
- sqlite3/common (3.50.3)
8+
- sqlite3/dbstatvtab (3.50.3):
99
- sqlite3/common
10-
- sqlite3/fts5 (3.50.2):
10+
- sqlite3/fts5 (3.50.3):
1111
- sqlite3/common
12-
- sqlite3/math (3.50.2):
12+
- sqlite3/math (3.50.3):
1313
- sqlite3/common
14-
- sqlite3/perf-threadsafe (3.50.2):
14+
- sqlite3/perf-threadsafe (3.50.3):
1515
- sqlite3/common
16-
- sqlite3/rtree (3.50.2):
16+
- sqlite3/rtree (3.50.3):
1717
- sqlite3/common
18-
- sqlite3/spellfix1 (3.50.2):
18+
- sqlite3/spellfix1 (3.50.3):
1919
- sqlite3/common
2020
- sqlite3_flutter_libs (0.0.1):
2121
- Flutter
2222
- FlutterMacOS
23-
- sqlite3 (~> 3.50.2)
23+
- sqlite3 (~> 3.50.3)
2424
- sqlite3/dbstatvtab
2525
- sqlite3/fts5
2626
- sqlite3/math
@@ -48,8 +48,8 @@ EXTERNAL SOURCES:
4848
SPEC CHECKSUMS:
4949
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
5050
integration_test: 4a889634ef21a45d28d50d622cf412dc6d9f586e
51-
sqlite3: 3e82a2daae39ba3b41ae6ee84a130494585460fc
52-
sqlite3_flutter_libs: 52ecc4dfaae71f496da86159263dbce5d23a051a
51+
sqlite3: 83105acd294c9137c026e2da1931c30b4588ab81
52+
sqlite3_flutter_libs: ce0522d143cee6ef5e16587acfce8f476316e005
5353

5454
PODFILE CHECKSUM: 6e2ae03bcd74fedeb24d86830a8bb8e09fba08f9
5555

integration_tests/flutter_libs/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
buildConfiguration = "Debug"
4545
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
4646
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
47+
customLLDBInitFile = "$(SRCROOT)/Flutter/ephemeral/flutter_lldbinit"
4748
shouldUseLaunchSchemeArgsEnv = "YES">
4849
<Testables>
4950
</Testables>
@@ -63,6 +64,7 @@
6364
buildConfiguration = "Debug"
6465
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
6566
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
67+
customLLDBInitFile = "$(SRCROOT)/Flutter/ephemeral/flutter_lldbinit"
6668
launchStyle = "0"
6769
useCustomWorkingDirectory = "NO"
6870
ignoresPersistentStateOnLaunch = "NO"

integration_tests/flutter_libs/macos/Podfile.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
PODS:
22
- FlutterMacOS (1.0.0)
3-
- sqlite3 (3.50.2):
4-
- sqlite3/common (= 3.50.2)
5-
- sqlite3/common (3.50.2)
6-
- sqlite3/dbstatvtab (3.50.2):
3+
- sqlite3 (3.50.3):
4+
- sqlite3/common (= 3.50.3)
5+
- sqlite3/common (3.50.3)
6+
- sqlite3/dbstatvtab (3.50.3):
77
- sqlite3/common
8-
- sqlite3/fts5 (3.50.2):
8+
- sqlite3/fts5 (3.50.3):
99
- sqlite3/common
10-
- sqlite3/math (3.50.2):
10+
- sqlite3/math (3.50.3):
1111
- sqlite3/common
12-
- sqlite3/perf-threadsafe (3.50.2):
12+
- sqlite3/perf-threadsafe (3.50.3):
1313
- sqlite3/common
14-
- sqlite3/rtree (3.50.2):
14+
- sqlite3/rtree (3.50.3):
1515
- sqlite3/common
16-
- sqlite3/spellfix1 (3.50.2):
16+
- sqlite3/spellfix1 (3.50.3):
1717
- sqlite3/common
1818
- sqlite3_flutter_libs (0.0.1):
1919
- Flutter
2020
- FlutterMacOS
21-
- sqlite3 (~> 3.50.2)
21+
- sqlite3 (~> 3.50.3)
2222
- sqlite3/dbstatvtab
2323
- sqlite3/fts5
2424
- sqlite3/math
@@ -42,8 +42,8 @@ EXTERNAL SOURCES:
4242

4343
SPEC CHECKSUMS:
4444
FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24
45-
sqlite3: 3e82a2daae39ba3b41ae6ee84a130494585460fc
46-
sqlite3_flutter_libs: 52ecc4dfaae71f496da86159263dbce5d23a051a
45+
sqlite3: 83105acd294c9137c026e2da1931c30b4588ab81
46+
sqlite3_flutter_libs: ce0522d143cee6ef5e16587acfce8f476316e005
4747

4848
PODFILE CHECKSUM: 61e9fedf3423d4f00828847139028f442a455364
4949

integration_tests/flutter_libs_swiftpm/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integration_tests/flutter_libs_swiftpm/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
buildConfiguration = "Debug"
4545
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
4646
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
47+
customLLDBInitFile = "$(SRCROOT)/Flutter/ephemeral/flutter_lldbinit"
4748
shouldUseLaunchSchemeArgsEnv = "YES">
4849
<MacroExpansion>
4950
<BuildableReference
@@ -72,6 +73,7 @@
7273
buildConfiguration = "Debug"
7374
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
7475
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
76+
customLLDBInitFile = "$(SRCROOT)/Flutter/ephemeral/flutter_lldbinit"
7577
launchStyle = "0"
7678
useCustomWorkingDirectory = "NO"
7779
ignoresPersistentStateOnLaunch = "NO"

integration_tests/flutter_libs_swiftpm/ios/Runner.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integration_tests/flutter_libs_swiftpm/macos/Runner.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integration_tests/flutter_libs_swiftpm/macos/Runner.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sqlite3_flutter_libs/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.5.37
2+
3+
- Upgrade sqlite to version `3.50.3`.
4+
15
## 0.5.36
26

37
- Update Android Gradle buildscript to avoid compiler warnings on recent JDKs.

sqlite3_flutter_libs/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ android {
3737
}
3838

3939
dependencies {
40-
implementation "eu.simonbinder:sqlite3-native-library:3.50.2"
40+
implementation "eu.simonbinder:sqlite3-native-library:3.50.3"
4141
}

0 commit comments

Comments
 (0)