example/select_test

88% Lines 8/9
50% Branches 2/4
1
2
3
4
5
6
7
8
9
10
11
1× 1× 1× 1× 1× 1×   1× !   1×
select
	*
from test t
where 1 = 1
/*IF SF.isNotEmpty(id) */
and	t.id = /*id*/''
/*END*/
/*IF SF.isNotEmpty(name) */
and	t.name = /*name*/''
/*END*/
order by t.id