Open wyozi opened 9 years ago
Although query should always return the query object (?)
This is caused by mysqloo connection failing but the failure not being reported properly. https://github.com/wyozi/fruitydb/blob/master/lua/dbtypes/mysqloo.lua#L51
Seems like self:IsConnected() is true even if connection fails. Check for existence of err string instead?
addons/fruitydb/lua/dbtypes/mysqloo.lua:63: attempt to index local 'query' (a nil value)
should not happen