jhc-systems / sqlest

Write SQL in Scala
https://jhc-systems.github.io/sqlest/latest/api/
Apache License 2.0
30 stars 17 forks source link

Easier composability / syntax for MappedColumnType #30

Closed DavidGregory084 closed 9 years ago

DavidGregory084 commented 9 years ago

More intuitive composability of MappedColumnType, and lifts the bidirectional mapping function the user supplies on MappedColumnType's apply method to an Option type so they don't have to do this.

brendanator commented 9 years ago

Thanks David, this looks good

DavidGregory084 commented 9 years ago

Whoops, I pushed to upstream by mistake...

brendanator commented 9 years ago

Thanks @DavidGregory084 !!