Hi,

If I want to use compileStatic with groovy.sql, how would I do that?


the problem as far as I can tell is

sql.eachRow("select id,.... from whatever") { foo ->
...
  foo.id
}

returns data that is known at runtime

but at compile time. there is no way to know that the SQL statement returns
a
id column.

is there a way to do it?

Thanks,
Mac

-- 
Omnem crede diem tibi diluxisse supremum.

Reply via email to