Hi dev,
I’ve come across something strange.
I can work around it but wonder if you can check if its a bug or if my syntax is wrong?
core.mysql.dbQuery(db,“SELECT * FROM messages WHERE hash=’”…hash…"’ OR hash=0 ORDER BY ‘key’ DESC LIMIT 50")
The line doesnt produce any errors but result is always returend in ASC order.
Thx!