We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e79fe2 commit 3443ef6Copy full SHA for 3443ef6
Sources/PowerSync/Kotlin/KotlinAdapter.swift
@@ -51,9 +51,7 @@ enum KotlinAdapter {
51
guard let put = translatedPut, let delete = translatedDelete else {
52
fatalError("RawTable '\(table.name)' has no schema and must provide both put and delete statements")
53
}
54
-
55
- // If no schema is given, put and delete statements must be present (an invariant
56
- // matched by constructor overloads on the RawTable struct).
+
57
return PowerSyncKotlin.RawTable(
58
name: table.name,
59
put: put,
0 commit comments