Wappler Version : 7.4.0
Operating System : kubuntu
Server Model: nodejs
Database Type: sqllite
Hosting Type: wappler
Expected behavior
When i do a database single query with a condition the condition does work in the preview AND should work in the live app too.
Actual behavior
I am just doin Brians video tutorial, and upgraded from 7.3.9 to 7.4.0. after that only the seo data from the first called site is going into the database. this is because the database single query which sould check if the page is already in, ignores the condition. i did various tests on this behaviour. even it works in the preview sql window, the query ALWAYS returns the first line in the table during runtime because the condition is ignored, which leads to no insert because it thinks that it is already there.
i found out, that the behaviour goes back to normal if i set the lib/core/app.js back to the 7.3.9 version. → there are some sql changes in there, they are clearly broken.
How to reproduce
i think that my explanation and the bug itself is easy to reproduce. i can do a video or share the whole project, if needed, but basically you should have enough information and the fix should be easy either way.