alberto adami

Results 4 issues of alberto adami

In the doc there isn't any example of sql statement that use a like expression. Using something like the following doesn't work: ``` SELECT* FROM table t WHERE t.field LIKE...

Documentation

Right now with Postgres, the JDBC url generated is using localhost, but in my use case it's not enough. In some tests I used a container that needs the Postgres...

Hello to everyone, I'm running some sbt/scala project that's using the test-container-scala library. In particular I'm using the following dependencies: ``` "com.dimafeng" %% "testcontainers-scala-scalatest" % "0.36.1" % IntegrationTest, "com.dimafeng" %%...

At the moment all the client metrics are generated with component name `http4s.client`, in my use case I need to have more specific names for them. Considering the following example:...