Yadu Krishnan

Results 43 comments of Yadu Krishnan

Hi, Based on [this discussion](https://github.com/slick/slick/discussions/2918), I am getting this issue only in the test using ScalaTest. With MUnit, it is working fine. Is it the case for others too?

Ok, so I can confirm the issue is due to === being used from ScalaTest instead of Slick. Adding the import `import slick.jdbc.H2Profile.api._` inside the test class works. ``` class...

This is done already, so closing

Hi Stla, You can include it by explicitly providing through java options. java -Dlogback.configurationFile="config.xml" -jar one-jar.jar I had the same issue and resolved it like the above line.

Hi @Gedochao My apologies, I was kind stuck with some personal things. I will try to get back to this in the next week. If still not able to dedicate...

Hi @tgodzik Thanks for the quick response. I am able to reproduce this exactly even in my MacBook Air. I am attaching the full logs, screenshots and the entire project...