You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/test/testData/src/main/resources/META-INF/doma/example/dao/EmployeeSummaryDao/implementCustomFunctions.sql
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,5 +6,5 @@ SELECT
6
6
WHEREp.employee_id=/* employee.employeeId */0
7
7
ANDp.user_id=/* employee.userId */0
8
8
OR is_gest =/* @isGest() */false
9
-
OR flag =/* @<error descr="The function [authUser] is not defined in the registered custom function classes">authUser</error>() */false
10
-
AND lang =/* @<error descr="The function [getLangCode] is not defined in the registered custom function classes">getLangCode</error>() */'en'
9
+
OR flag =/* @<error descr="An undefined built-in or custom function [authUser] is being called">authUser</error>() */false
10
+
AND lang =/* @<error descr="An undefined built-in or custom function [getLangCode] is being called">getLangCode</error>() */'en'
0 commit comments