I have table Test: I want result where name is NOT NULL: How can i get with: and in model with: Answer Try this: which is standard SQL syntax. Doctrine doesn’t convert Null values into proper sql.
I have table Test: I want result where name is NOT NULL: How can i get with: and in model with: Answer Try this: which is standard SQL syntax. Doctrine doesn’t convert Null values into proper sql.