2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + |
Submodule SQLite.swift updated 80 files
- .cocoadocs.yml-2
- .github/issue_template.md+1-1
- .github/pull_request_template.md+9
- .github/workflows/build.yml+25-4
- .swiftlint.yml+43
- CHANGELOG.md+37
- CONTRIBUTING.md+1-1
- Documentation/Index.md+125-34
- Documentation/Linux.md+30
- Documentation/Planning.md+1-1
- Documentation/Release.md+12
- Documentation/Resources/playground@2x.png
- Makefile+6-27
- Package.swift+12-1
- README.md+16-14
- SQLite.playground/Contents.swift+74-14
- SQLite.playground/contents.xcplayground+1-1
- SQLite.playground/playground.xcworkspace/contents.xcworkspacedata+7
- SQLite.swift.podspec+5-6
- SQLite.xcodeproj/project.pbxproj+95-13
- Sources/SQLite/Core/Backup.swift+173
- Sources/SQLite/Core/Blob.swift+5-5
- Sources/SQLite/Core/Connection+Aggregation.swift+155
- Sources/SQLite/Core/Connection.swift+136-111
- Sources/SQLite/Core/Result.swift+45
- Sources/SQLite/Core/Statement.swift+42-27
- Sources/SQLite/Core/Value.swift+21-21
- Sources/SQLite/Extensions/Cipher.swift+34-4
- Sources/SQLite/Extensions/FTS4.swift+40-33
- Sources/SQLite/Extensions/FTS5.swift+6-6
- Sources/SQLite/Extensions/RTree.swift+3-3
- Sources/SQLite/Foundation.swift+13-13
- Sources/SQLite/Helpers.swift+13-12
- Sources/SQLite/Typed/AggregateFunctions.swift+24-24
- Sources/SQLite/Typed/Coding.swift+102-71
- Sources/SQLite/Typed/Collation.swift+4-4
- Sources/SQLite/Typed/CoreFunctions.swift+45-46
- Sources/SQLite/Typed/CustomFunctions.swift+42-16
- Sources/SQLite/Typed/DateAndTimeFunctions.swift+12-12
- Sources/SQLite/Typed/Expression.swift+13-13
- Sources/SQLite/Typed/Operators.swift+345-343
- Sources/SQLite/Typed/Query.swift+108-109
- Sources/SQLite/Typed/Schema.swift+155-79
- Sources/SQLite/Typed/Setter.swift+131-131
- Tests/.swiftlint.yml+20
- Tests/CocoaPods/.gitignore-1
- Tests/CocoaPods/Gemfile-4
- Tests/CocoaPods/Gemfile.lock-96
- Tests/CocoaPods/Makefile-15
- Tests/CocoaPods/integration_test.rb-35
- Tests/LinuxMain.swift-6
- Tests/SPM/.gitignore+7
- Tests/SPM/Package.swift+26
- Tests/SPM/Sources/test/main.swift+10
- Tests/SPM/db.sqlite
- Tests/SQLiteTests/AggregateFunctionsTests.swift+39-39
- Tests/SQLiteTests/BlobTests.swift+1-1
- Tests/SQLiteTests/CipherTests.swift+11-11
- Tests/SQLiteTests/ConnectionTests.swift+79-64
- Tests/SQLiteTests/CoreFunctionsTests.swift+73-73
- Tests/SQLiteTests/CustomAggregationTests.swift+162
- Tests/SQLiteTests/CustomFunctionsTests.swift+36-22
- Tests/SQLiteTests/DateAndTimeFunctionTests.swift+21-21
- Tests/SQLiteTests/ExpressionTests.swift+1-2
- Tests/SQLiteTests/FTS4Tests.swift+36-17
- Tests/SQLiteTests/FTS5Tests.swift+15-2
- Tests/SQLiteTests/FTSIntegrationTests.swift+80
- Tests/SQLiteTests/FoundationTests.swift+2-1
- Tests/SQLiteTests/OperatorsTests.swift+265-265
- Tests/SQLiteTests/QueryIntegrationTests.swift+220
- Tests/SQLiteTests/QueryTests.swift+188-306
- Tests/SQLiteTests/RTreeTests.swift+2-2
- Tests/SQLiteTests/RowTests.swift+1-1
- Tests/SQLiteTests/SchemaTests.swift+101-24
- Tests/SQLiteTests/SelectTests.swift+13-14
- Tests/SQLiteTests/SetterTests.swift+90-90
- Tests/SQLiteTests/StatementTests.swift+16-5
- Tests/SQLiteTests/TestHelpers.swift+36-23
- Tests/SQLiteTests/ValueTests.swift+1-1
- run-tests.sh+7-1
0 commit comments