2010-04-09から1日間の記事一覧

DomaのSQLファイルでelseifやelseのブロックコメントをサポート

これまで elseif や else をラインコメントでサポートしていました。 select * from table1 where /*%if column1 != null */ column1 = /* foo */'aaa' --elseif column2 != null-- column2 = /* hoge */'aaa' --else column2 is null /*%end */ この書き方…