Skip to content

Commit

Permalink
functions
Browse files Browse the repository at this point in the history
  • Loading branch information
yliuuuu committed Jan 12, 2024
1 parent 1d5085a commit 52e4a71
Show file tree
Hide file tree
Showing 88 changed files with 10,109 additions and 31 deletions.
1 change: 1 addition & 0 deletions partiql-spi/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ plugins {
dependencies {
api(Deps.ionElement)
api(project(":partiql-types"))
testImplementation(Deps.kasechange)
}

publish {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ public class SqlBindings(private val info: InfoSchema) : ConnectorBindings {
public override fun getValue(handle: ConnectorHandle.Obj): PartiQLValue {
TODO("Not yet implemented")
}
}
}
Loading

0 comments on commit 52e4a71

Please sign in to comment.