Kazuhiro Sera

Results 522 comments of Kazuhiro Sera

Thanks for the pull request!

@Lgueg28 The MySQL-specific change was added by https://github.com/scalikejdbc/scalikejdbc/pull/926 . The reason why we don't do the same for other databases is that we haven't received any feedback on the necessity...

Thanks for taking the time to report this! On the ScalikeJDBC side, the only thing that we can do is to properly use `DataSource` (the general interface -- not HikariCP...

Since 6.x, I recognize a change in the driver's behavior while fetching database metadata. The change affected `DB.getTable(name)` and related APIs. https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html MySQL JDBC driver 6.x is not compatible with...

We're looking for contributors who investigate more about this topic.

The Scala 3 compilation is still failing. Will check them later

The Scala 3 compilation fails even with the latest nightly build (3.0.2-RC1-bin-20210624-ecbe3d2-NIGHTLY). The orm project has 35 errors at first glance (perhaps, we will see more once we've resolved them)....

I have been checking this with [the latest NIGHTLY builds](https://search.maven.org/search?q=g:org.scala-lang%20AND%20a:scala3-library_3) but I'm not sure how I can successfully compile this module with Scala 3. If anyone is interested in helping...

Sorry! Will release a new version soon.

@mohno007 version 3.0.2 is available now. Please check it out when you have time.