ufoss-org / kotysa

The idiomatic way to write type-safe SQL in Kotlin
The Unlicense
117 stars 1 forks source link

Add support NUMERIC type #122

Closed ivan-kuritsyn closed 1 year ago

ivan-kuritsyn commented 1 year ago

Hi Is there any possibility to add support NUMERIC type for PostgreSQL? Thank you

pull-vert commented 1 year ago

Hi @ivan-kuritsyn

I am currently working on a related issue to add Float / Real / Double precision support. I add this to the next release scope.

ivan-kuritsyn commented 1 year ago

Hi @pull-vert ! Thank's so much!

pull-vert commented 1 year ago

hi @ivan-kuritsyn , NUMERIC and DECIMAL support was released yesterday in Kotysa 2.3.3 for PostgreSQL, H2, MySQL, MariaDB and Microsft SQL Server.