dave08
02/16/2025, 1:37 PM/*% if ... */\n
would add a new line, but /*% if ... *_/\n
would suppress any whitespace after it and before the next text it contains (whereas /_*% if ... */\n
would do the opposite) allowing to make the sql templates look nicer, while at the same time making printing out the generated sqls and testing against them simpler and nicer...Toshihiro Nakamura
02/18/2025, 11:41 AM