Skip to content
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
2 changes: 1 addition & 1 deletion Sources/SkipSQL/Skip/skip.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# skip.tools per-configuration file
# Skip configuration for SkipSQL module

#skip:
# package: 'skip.sql'
Expand Down
2 changes: 1 addition & 1 deletion Sources/SkipSQLCore/SQLContext.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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] = []) {
Expand Down
2 changes: 1 addition & 1 deletion Sources/SkipSQLCore/SQLite.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Sources/SkipSQLCore/Skip/skip.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# skip.tools per-configuration file
# Skip configuration for SkipSQLCore module

#skip:
# package: 'skip.sql'
Expand Down
2 changes: 1 addition & 1 deletion Sources/SkipSQLPlus/Skip/skip.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# skip.tools per-configuration file
# Skip configuration for SkipSQLPlus module

#skip:
# package: 'skip.sql'
Expand Down
3 changes: 1 addition & 2 deletions Tests/SkipSQLPlusTests/Skip/skip.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# skip.tools per-configuration file
# Skip configuration for SkipSQLPlusTests module

# the blocks to add to the build.gradle.kts
#build:
# contents:
# - block: 'dependencies'
# contents:
# - '// no new dependencies in SkipSQLKtTests'
# skip.tools per-configuration file
3 changes: 1 addition & 2 deletions Tests/SkipSQLTests/Skip/skip.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# skip.tools per-configuration file
# Skip configuration for SkipSQLTests module

# the blocks to add to the build.gradle.kts
#build:
# contents:
# - block: 'dependencies'
# contents:
# - '// no new dependencies in SkipSQLKtTests'
# skip.tools per-configuration file