Hi everyone, am I the only one that have the feeling that the database engine has changed in the last two/three weeks ? I have queries that previously worked fine in production (for 3 years already!) and suddenly return no results or errors.
The similarity between these queries is a comparaison with a null value.
Where I previously had something like « custsomething = null » in my where conditions, I now have to use « custsomething is null ».
I am not saying that the = null was the correct way to do it, but I find it strange that all of a sudden I have so many issues.
And they seem to have appeared after the pre-release maintenance.
Am I going crazy here ?
(Note, I have seen this behavior on multiple accounts, unrelated to each other)