1 file changed
+1
-1
lines changedSubmodule SQLite.swift updated 99 files
- .github/FUNDING.yml+1
- .github/workflows/build.yml+12-9
- .gitignore+4
- .swiftlint.yml+6-2
- CHANGELOG.md+107-1
- Documentation/Index.md+269-57
- Documentation/Linux.md+1-2
- Documentation/Planning.md+1-3
- Documentation/Release.md+1
- Documentation/Upgrading.md+9
- Gemfile+3
- Gemfile.lock+115
- Makefile+58-21
- Package.swift+12-27
- README.md+10-23
- SQLite.playground/Contents.swift+31-2
- SQLite.swift.podspec+35-14
- SQLite.xcodeproj/project.pbxproj+791-231
- SQLite.xcodeproj/xcshareddata/xcschemes/SQLite visionOS.xcscheme+71
- Sources/SQLite/Core/Backup.swift+1-1
- Sources/SQLite/Core/Blob.swift+1-5
- Sources/SQLite/Core/Connection+Attach.swift+33
- Sources/SQLite/Core/Connection+Pragmas.swift+51
- Sources/SQLite/Core/Connection.swift+31-22
- Sources/SQLite/Core/Result.swift+24-2
- Sources/SQLite/Core/SQLiteFeature.swift+25
- Sources/SQLite/Core/SQLiteVersion.swift+22
- Sources/SQLite/Core/Statement.swift+18-11
- Sources/SQLite/Core/URIQueryParameter.swift+53
- Sources/SQLite/Core/Value.swift+1-1
- Sources/SQLite/Extensions/Cipher.swift+21-3
- Sources/SQLite/Extensions/FTS4.swift+26-59
- Sources/SQLite/Extensions/FTS5.swift+8-12
- Sources/SQLite/Foundation.swift+16
- Sources/SQLite/Helpers.swift+13-7
- Sources/SQLite/PrivacyInfo.xcprivacy+14
- Sources/SQLite/SQLite.h-2
- Sources/SQLite/Schema/Connection+Schema.swift+35
- Sources/SQLite/Schema/SchemaChanger.swift+282
- Sources/SQLite/Schema/SchemaDefinitions.swift+396
- Sources/SQLite/Schema/SchemaReader.swift+194
- Sources/SQLite/Typed/AggregateFunctions.swift+3-3
- Sources/SQLite/Typed/Coding.swift+138-23
- Sources/SQLite/Typed/CoreFunctions.swift+16-16
- Sources/SQLite/Typed/Expression.swift+11-12
- Sources/SQLite/Typed/Operators.swift+8-8
- Sources/SQLite/Typed/Query+with.swift+117
- Sources/SQLite/Typed/Query.swift+71-23
- Sources/SQLite/Typed/WindowFunctions.swift+145
- Sources/SQLiteObjc/SQLiteObjc.m-138
- Sources/SQLiteObjc/fts3_tokenizer.h-161
- Sources/SQLiteObjc/include/SQLiteObjc.h-38
- Tests/.swiftlint.yml+2-2
- Tests/Carthage/Makefile+1-1
- Tests/SPM/Package.swift+7-10
- Tests/SQLite visionOS.xctestplan+24
- Tests/SQLiteTests/BlobTests.swift-23
- Tests/SQLiteTests/CipherTests.swift-109
- Tests/SQLiteTests/Core/BlobTests.swift+47
- Tests/SQLiteTests/Core/Connection+AttachTests.swift+62
- Tests/SQLiteTests/Core/Connection+PragmaTests.swift+42
- Tests/SQLiteTests/Core/ConnectionTests.swift+119-144
- Tests/SQLiteTests/Core/CoreFunctionsTests.swift
- Tests/SQLiteTests/Core/ResultTests.swift+69
- Tests/SQLiteTests/Core/StatementTests.swift+74
- Tests/SQLiteTests/Core/ValueTests.swift
- Tests/SQLiteTests/CustomFunctionsTests.swift-151
- Tests/SQLiteTests/ExpressionTests.swift-5
- Tests/SQLiteTests/Extensions/CipherTests.swift+118
- Tests/SQLiteTests/Extensions/FTS4Tests.swift+3-40
- Tests/SQLiteTests/Extensions/FTS5Tests.swift+1-1
- Tests/SQLiteTests/Extensions/FTSIntegrationTests.swift
- Tests/SQLiteTests/Extensions/RTreeTests.swift
- Tests/SQLiteTests/Fixtures.swift+17-3
- Tests/SQLiteTests/FoundationTests.swift+11
- Tests/SQLiteTests/QueryIntegrationTests.swift-220
- Tests/SQLiteTests/Resources/encrypted-3.x.sqlite
- Tests/SQLiteTests/Resources/encrypted-4.x.sqlite
- Tests/SQLiteTests/Resources/test.sqlite
- Tests/SQLiteTests/Schema/Connection+SchemaTests.swift+52
- Tests/SQLiteTests/Schema/SchemaChangerTests.swift+157
- Tests/SQLiteTests/Schema/SchemaDefinitionsTests.swift+446
- Tests/SQLiteTests/Schema/SchemaReaderTests.swift+289
- Tests/SQLiteTests/Schema/SchemaTests.swift+2
- Tests/SQLiteTests/StatementTests.swift-37
- Tests/SQLiteTests/TestHelpers.swift+41-6
- Tests/SQLiteTests/Typed/AggregateFunctionsTests.swift
- Tests/SQLiteTests/Typed/CustomAggregationTests.swift+11-11
- Tests/SQLiteTests/Typed/CustomFunctionsTests.swift+151
- Tests/SQLiteTests/Typed/DateAndTimeFunctionTests.swift
- Tests/SQLiteTests/Typed/ExpressionTests.swift+35
- Tests/SQLiteTests/Typed/OperatorsTests.swift
- Tests/SQLiteTests/Typed/QueryIntegrationTests.swift+457
- Tests/SQLiteTests/Typed/QueryTests.swift+108-32
- Tests/SQLiteTests/Typed/RowTests.swift+38-8
- Tests/SQLiteTests/Typed/SelectTests.swift+4-4
- Tests/SQLiteTests/Typed/SetterTests.swift
- Tests/SQLiteTests/Typed/WindowFunctionsTests.swift+58
- run-tests.sh+3-2
0 commit comments