about custom DQL function get error #11120
Unanswered
langziyang
asked this question in
Support Questions
Replies: 1 comment
-
You need to specify a value to compare |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hi,i am use symfony, i want learn custom DQL function,first i use querybuilder ->andWhere('YEAR(a.createdAt)=2023').
then i register myfunction to datetime_functions and it`s working fine.
so i guess i am genius....until i want custom JSON_CONTAINS function
so i get
even i delete all custom functin file and all register code.
why and how to fix it?thanks
Beta Was this translation helpful? Give feedback.
All reactions