Escaped table name.

Without the backticks escaping the name 0 records are being returned. This is possibly a paltform difference between MySql and MariaDb
This commit is contained in:
Stephen York
2020-10-13 03:12:22 +11:00
committed by GitHub
parent 777f27317e
commit 8f1f5ff920
+1 -1
View File
@@ -64,7 +64,7 @@ end
MySQL.ready(function()
Citizen.Wait(1500)
MySQL.Async.fetchAll('SELECT * FROM properties', {}, function(properties)
MySQL.Async.fetchAll('SELECT * FROM `properties`', {}, function(properties)
for i=1, #properties, 1 do
local entering = nil