@propensive can contextual handle parameterised validation? I have in mind something like:
```
val table = Table("fancy_table", "id", "name", "age") // well, you get the idea :D
sql(table)"select id, nmae from fancy_table" // or sql"..."(table)
```
-> compile time failure
I'm not sure it does work if you define the interpolater in the same session. There's something weird going on with classloaders which was beyond my comprehension about a year ago, and I don't think I've learned much more about them since. :(
-
-
I've been doing some really interesting work on Contextual this morning, though. I don't want it to look like it's not being actively developed!
-
Doesn't work in the same session as far as I can see,but just adding it somewhere in the project does the trick (also this way I have the source close). Had some fun with lits and holes... SQL is a bad language to parse like this :( Btw the url example needs some fixes to be run!
End of conversation
New conversation -
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.