Skip to content
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

Update SQLite and Starscream for Swift 5 #528

Merged
merged 1 commit into from
May 13, 2019
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
4 changes: 2 additions & 2 deletions Cartfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github "stephencelis/SQLite.swift" ~> 0.11.5
github "daltoniam/Starscream" ~> 3.0.6
github "stephencelis/SQLite.swift" ~> 0.12.0
github "daltoniam/Starscream" ~> 3.1.0
4 changes: 2 additions & 2 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github "daltoniam/Starscream" "3.0.6"
github "stephencelis/SQLite.swift" "0.11.5"
github "daltoniam/Starscream" "3.1.0"
github "stephencelis/SQLite.swift" "0.12.0"
2 changes: 1 addition & 1 deletion Carthage/Checkouts/SQLite.swift
Submodule SQLite.swift updated 36 files
+1 −1 .swift-version
+7 −3 .travis.yml
+7 −0 CHANGELOG.md
+1 −1 CONTRIBUTING.md
+16 −16 Documentation/Index.md
+1 −1 Documentation/Planning.md
+2 −2 Makefile
+1 −1 Package.swift
+8 −8 README.md
+3 −3 SQLite.swift.podspec
+8 −31 SQLite.xcodeproj/project.pbxproj
+1 −1 SQLite.xcodeproj/xcshareddata/xcschemes/SQLite Mac.xcscheme
+1 −1 SQLite.xcodeproj/xcshareddata/xcschemes/SQLite iOS.xcscheme
+1 −1 SQLite.xcodeproj/xcshareddata/xcschemes/SQLite tvOS.xcscheme
+1 −1 SQLite.xcodeproj/xcshareddata/xcschemes/SQLite watchOS.xcscheme
+5 −0 Sources/SQLite/Extensions/Cipher.swift
+3 −3 Sources/SQLite/Foundation.swift
+0 −12 Sources/SQLite/Helpers.swift
+1 −1 Sources/SQLite/Info.plist
+26 −13 Sources/SQLite/Typed/AggregateFunctions.swift
+1 −1 Sources/SQLite/Typed/Coding.swift
+89 −55 Sources/SQLite/Typed/CoreFunctions.swift
+14 −14 Sources/SQLite/Typed/CustomFunctions.swift
+1 −1 Sources/SQLite/Typed/Expression.swift
+181 −150 Sources/SQLite/Typed/Operators.swift
+1 −2 Sources/SQLiteObjc/include/SQLite-Bridging.h
+1 −1 Tests/CocoaPods/Gemfile
+22 −22 Tests/CocoaPods/Gemfile.lock
+3 −1 Tests/CocoaPods/Makefile
+1 −1 Tests/CocoaPods/integration_test.rb
+8 −2 Tests/SQLiteTests/CipherTests.swift
+18 −17 Tests/SQLiteTests/ConnectionTests.swift
+2 −2 Tests/SQLiteTests/FoundationTests.swift
+0 −9 Tests/SQLiteTests/TestHelpers.swift
+ Tests/SQLiteTests/fixtures/encrypted-3.x.sqlite
+ Tests/SQLiteTests/fixtures/encrypted-4.x.sqlite