Toshihiro Nakamura
Toshihiro Nakamura
Thanks for your feedback! We don't support `java.time.Instant` and `java.util.UUID` currently because the JDBC specification does not support them. To support them, we need our own code for each JDBC...
はい、歓迎します! どのように進めたいか構想はありますか? 今、Doma2のドキュメントはRead the Docsにホスティングしていますが、方法はいくつかあるようです。 http://docs.readthedocs.io/en/latest/localization.html
なるほど!了解しました。 ぜひそのまま進めてください。 Read the Docsへの反映のさせ方については私の方でも考えてみたいと思います。
We have never used spatial data types. We need helps to support them.
Doma annotation processors expect that the SQL files and java classes are placed in the same classpath. Are the SQL files copied to the output folder? If you see the...
I tried Eclipse 4.12 and m2e-apt 1.5.2. They work fine with Doma 2.24.0. >The SQL files are copied to the output folder but they are located in: >src/main/resources as per...
>Again here are the steps to reproduce the behavior: Thank you. I can reproduce the behavior. >This is most likely an Eclipse/M2E bug. I agree with you. After pressing *"ALT-F5"...
Related information: - https://jira.mariadb.org/browse/R2DBC-51 - mariadb-corporation/mariadb-connector-r2dbc#24
The resolution of #425 may be relevant to the resolution of this issue.
We want to allow the plus operation only on Number types. By the way, why does not your custom big decimal extend `kotlin.Number`? How about converting it to `kotlin.Number` before...