Skip to content

Commit 9f5f4a3

Browse files
author
DominicGBauer
committed
chore: update package
1 parent 568ffb1 commit 9f5f4a3

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

Demo/PowerSyncExample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ let package = Package(
1717
targets: ["PowerSync"]),
1818
],
1919
dependencies: [
20-
.package(url: "https://github.com/powersync-ja/powersync-kotlin.git", exact: "1.0.0-BETA9.0"),
20+
.package(url: "https://github.com/powersync-ja/powersync-kotlin.git", exact: "1.0.0-BETA11.0"),
2121
.package(url: "https://github.com/powersync-ja/powersync-sqlite-core-swift.git", "0.3.1"..<"0.4.0"),
2222
],
2323
targets: [

Sources/PowerSync/QueriesProtocol.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import PowerSyncKotlin
44

55
public protocol Queries {
66
/// Execute a write query (INSERT, UPDATE, DELETE)
7+
/// Using `RETURNING *` will result in an error.
78
func execute(sql: String, parameters: [Any]?) async throws -> Int64
89

910
/// Execute a read-only (SELECT) query and return a single result.

0 commit comments

Comments
 (0)