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

Implement un-typed operators for MappedColumnTypes #17

Closed brendanator closed 9 years ago

brendanator commented 9 years ago

Running mappedColumn.untypedEq("magic") currently doesn't work and throws an exception A standard way of defining untyped operations on MappedColumnType needs to be implemented