Hi! Looks interesting! So I guess your converter type really worked? > class AsOption[T: ClassTag] extends Converter[T, Option[T]] > I didn't tried it on inserts/updates, selects are working fine
How about re-defining NVL, such that > > - nvl(Option[T], T) => T > - nvl(Option[T], Option[T]) => Option[T] > I'll take a look... For now I tried to work on simplifying working on query templates, please, take a look if you have time: https://gist.github.com/newffy/5807295 P.S. I think, it's better to rename package org.jooq.scala to smth like org.jooq.scalawrap, because import statement like import org.jooq._ causes interferences with root scala package (scala._) -- You received this message because you are subscribed to the Google Groups "jOOQ User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
