jodersky / simplesql

A no-frills SQL library for Scala 3
BSD 3-Clause "New" or "Revised" License
29 stars 2 forks source link

Option handling #1

Closed alwins0n closed 2 years ago

alwins0n commented 2 years ago

this is a rough draft to improve the argument and resultset handling of optional (nullable) values.

the use of java.sql.Types.NULL is probably a hack. each simplewriter could know its underlying sql.type or something like that

jodersky commented 2 years ago

Thanks!