> As a matter of fact, I think that jOOQ should have a > new, generally applicable feature that would allow > for adding clauses at arbitrary positions in a SQL > statement.
+1 Another use case: Adding comments. I found them VERY helpful when identifying a query in the stream of SQL that my app spews out. Also, I'm generating views. These are used by third parties, and I've been making a point of documenting them to people can see what the view does. It would be cool if I could do that via Jooq-generated views, too. (Not sure whether comments are already in the DSL. Or whether making them part of this mechanism is a good idea in the first place - it's possible that they need to be handled specially.) -- 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.
