Skip to content

Commit 85d50aa

Browse files
committed
Update SQL completion suggestion test case
1 parent 1c75e6e commit 85d50aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
select * from employee
2-
where id = /* employee.employeeParam( employee.employeeId, employee.mana<caret>) */1
2+
where id = /* employee.employeeParam( employee.employeeId, employee.<caret>) */1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ from project p
88
on p.project_id = pd.project_id
99
where
1010
/*%for userId : userIds */
11-
pd.manager_id = /* id <caret> @doma.example.entity.ProjectDetail@manager */'TODO'
11+
pd.manager_id = /* id.SIZE <caret> @doma.example.entity.ProjectDetail@manager */'TODO'
1212
/*%if userId_has_next */
1313
/*# "OR" */
1414
/*%end */

0 commit comments

Comments
 (0)