diff --git a/Sources/SkipSQL/Skip/skip.yml b/Sources/SkipSQL/Skip/skip.yml index 7394f7c..5f31034 100644 --- a/Sources/SkipSQL/Skip/skip.yml +++ b/Sources/SkipSQL/Skip/skip.yml @@ -1,4 +1,4 @@ -# skip.tools per-configuration file +# Skip configuration for SkipSQL module #skip: # package: 'skip.sql' diff --git a/Sources/SkipSQLCore/SQLContext.swift b/Sources/SkipSQLCore/SQLContext.swift index 13be50e..fdb420d 100644 --- a/Sources/SkipSQLCore/SQLContext.swift +++ b/Sources/SkipSQLCore/SQLContext.swift @@ -409,7 +409,7 @@ public class SQLContext { } } -public struct SQLExpression { +public struct SQLExpression: Sendable { public var parts: [(String, SQLValue?)] = [] public init(_ sql: String, _ bindings: [SQLValue] = []) { diff --git a/Sources/SkipSQLCore/SQLite.swift b/Sources/SkipSQLCore/SQLite.swift index 5dee773..3f65af9 100644 --- a/Sources/SkipSQLCore/SQLite.swift +++ b/Sources/SkipSQLCore/SQLite.swift @@ -12,7 +12,7 @@ import SkipFFI /// /// The default `platform` library uses the vendored sqlite libraries included /// with the operating system. -/// - See: https://skip.tools/docs/modules/skip-sql/#sqlite-versions +/// - See: https://skip.dev/docs/modules/skip-sql/#sqlite-versions public struct SQLiteConfiguration { public let library: SQLiteLibrary diff --git a/Sources/SkipSQLCore/Skip/skip.yml b/Sources/SkipSQLCore/Skip/skip.yml index 7394f7c..17f7ec4 100644 --- a/Sources/SkipSQLCore/Skip/skip.yml +++ b/Sources/SkipSQLCore/Skip/skip.yml @@ -1,4 +1,4 @@ -# skip.tools per-configuration file +# Skip configuration for SkipSQLCore module #skip: # package: 'skip.sql' diff --git a/Sources/SkipSQLPlus/Skip/skip.yml b/Sources/SkipSQLPlus/Skip/skip.yml index 7394f7c..abac308 100644 --- a/Sources/SkipSQLPlus/Skip/skip.yml +++ b/Sources/SkipSQLPlus/Skip/skip.yml @@ -1,4 +1,4 @@ -# skip.tools per-configuration file +# Skip configuration for SkipSQLPlus module #skip: # package: 'skip.sql' diff --git a/Tests/SkipSQLPlusTests/Skip/skip.yml b/Tests/SkipSQLPlusTests/Skip/skip.yml index affd9fe..c2511d2 100644 --- a/Tests/SkipSQLPlusTests/Skip/skip.yml +++ b/Tests/SkipSQLPlusTests/Skip/skip.yml @@ -1,4 +1,4 @@ -# skip.tools per-configuration file +# Skip configuration for SkipSQLPlusTests module # the blocks to add to the build.gradle.kts #build: @@ -6,4 +6,3 @@ # - block: 'dependencies' # contents: # - '// no new dependencies in SkipSQLKtTests' -# skip.tools per-configuration file diff --git a/Tests/SkipSQLTests/Skip/skip.yml b/Tests/SkipSQLTests/Skip/skip.yml index affd9fe..03828d1 100644 --- a/Tests/SkipSQLTests/Skip/skip.yml +++ b/Tests/SkipSQLTests/Skip/skip.yml @@ -1,4 +1,4 @@ -# skip.tools per-configuration file +# Skip configuration for SkipSQLTests module # the blocks to add to the build.gradle.kts #build: @@ -6,4 +6,3 @@ # - block: 'dependencies' # contents: # - '// no new dependencies in SkipSQLKtTests' -# skip.tools per-configuration file