LUA is english and YES old "key" addon renamed WORKS! and Key_BC works!
But new "Key" addon don't get keys from keyrings on upload :/
Yes, this is a mysql 4 compatibility issue.
Mysql documentation mentioning the issue is here, http://dev.mysql.com/doc/refman/5.0/en/select.html
See under "The HAVING clause is applied..."
Basically, in mysql you cannot use in a having clause columns that are not in the select statement. So the query though being SQL standard compliant, doesn't work in Mysql 4.
The only solution I can think of atm is adding a dummy field into 'subscriptions_queue' table so we can add the field into the SELECT clause too. But I'd like something better than that.
Help is wanted on how to address it, while retaining the ability to queue all notifications in a simple query.
Subxero wrote:Go to SVN and download the last. (at top you have a tutorial)
Blueleaf wrote:Sorry for being SVN illiterate but need further guildance
Users browsing this forum: No registered users and 1 guest