Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix sbt doc execution #3031

Merged
merged 2 commits into from
May 7, 2024
Merged

Fix sbt doc execution #3031

merged 2 commits into from
May 7, 2024

Conversation

guizmaii
Copy link
Member

@guizmaii guizmaii commented May 7, 2024

Error was:

[error] /home/runner/work/zio-quill/zio-quill/quill-jdbc-zio/src/main/scala/io/getquill/context/qzio/ZioJdbcUnderlyingContext.scala:203:27: value withFilter is not a member of zio.ZIO[zio.Scope with java.sql.Connection,Throwable,(java.sql.Connection, java.sql.ResultSet)]
[error]             (conn, rs) <- executeQuery
[error]                           ^

See https://github.com/zio/zio-quill/actions/runs/8985241908/job/24679689779

Error was:
```scala
[error] /home/runner/work/zio-quill/zio-quill/quill-jdbc-zio/src/main/scala/io/getquill/context/qzio/ZioJdbcUnderlyingContext.scala:203:27: value withFilter is not a member of zio.ZIO[zio.Scope with java.sql.Connection,Throwable,(java.sql.Connection, java.sql.ResultSet)]
[error]             (conn, rs) <- executeQuery
[error]                           ^
```

See https://github.com/zio/zio-quill/actions/runs/8985241908/job/24679689779
@guizmaii guizmaii disabled auto-merge May 7, 2024 14:25
@guizmaii guizmaii merged commit 87073c8 into master May 7, 2024
5 of 12 checks passed
@guizmaii guizmaii deleted the fix_doc branch May 7, 2024 14:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant