Alexandre Cadeau

Results 4 comments of Alexandre Cadeau

Interesting feedback, thank you. My use case was the following: don’t update the option if there is already a value. This is just to avoid a ternary condition like `option.isSome()...

Hey, I just want to share a piece of code I use for citext column in case someone need it: ```kotlin class CitextColumnType: StringColumnType() { override fun valueFromDB(value: Any): Any...

> @acadeau's solution above worked great for us for reading, but as soon as we tried to create a model we got "PSQLException: ERROR: type "citext" does not exist." Which...

Yes thanks for this update!