AugustNagro / magnum

A 'new look' for database access in Scala
Apache License 2.0
153 stars 10 forks source link

support optional uuid columns #31

Closed AugustNagro closed 2 months ago

AugustNagro commented 2 months ago

closes https://github.com/AugustNagro/magnum/issues/30

The issue is fixed by switching the UUIDCodec from Types.JAVA_OBJECT to Types.OTHER.

https://stackoverflow.com/a/54214663

AugustNagro commented 2 months ago

Ah, forgot oracle support..