Hi,

How to add a dummy string statement in jooq condition clause?
Say for example 
here is my query

SELECT * FROM TABLE WHERE <condition1> ;

i need the query to be 

SELECT * FROM TABLE WHERE <condition1> and "somestring";

I am using mysqlFactory class to add conditions

but the factory accepts only condition objects

mysqlFactory.addConditions(Condition condition);


-- 
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.

Reply via email to