You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NB: as Slick 3.3.0, there's a mapping in place for string extension methods. E.g., if your column is an Option[String] you can now just like that or whatever. Fact check needed!
E.g., useful for comparing a
ID[T]
against a primitive type if you need to. Perhaps when converting a schema to have improved types over time.http://stackoverflow.com/questions/41465003/compare-mappedto-with-raw-type-in-slick-query/42069543#42069543
The text was updated successfully, but these errors were encountered: