We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Version: 4.8.1 Module: quill-doobie Database: postgres
4.8.1
quill-doobie
postgres
A effectfull logger LogHandler (https://tpolecat.github.io/doobie/docs/10-Logging.html) work with a quill
LogHandler
I've seen the logger work only when I have a doobie statement:
import doobie.implicits._ sql"SELECT 1".query[Int].unique.transact(transactor).unsafeRunSync()
and don't work with quill:
val doobieContext = new CustomPostgresContext(SnakeCase) import doobieContext._ import doobieContext.compat._ import doobie.implicits._ run(quote(qsql"""SELECT 2""".as[Query[Int]])).map(_.head).transact(transactor).unsafeRunSync()
@getquill/maintainers
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version:
4.8.1
Module:
quill-doobie
Database:
postgres
Expected behavior
A effectfull logger
LogHandler
(https://tpolecat.github.io/doobie/docs/10-Logging.html) work with a quillActual behavior and steps to reproduce the behavior
I've seen the logger work only when I have a doobie statement:
and don't work with quill:
@getquill/maintainers
The text was updated successfully, but these errors were encountered: