When writing some new SQL queries, I was wondering, would there be a downside to allowing direct newlines in strings?
I.e. sample code:
mixed r = db->big_typed_query(" SELECT invno FROM mutation mu WHERE mu.mutid = 12 ");
would then just work.
You are aware of the #"..." syntax?
/grubba