You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please put x inside of the box that matches your issue.
[ x] I am using the latest release
[x ] I have referenced previously reported issues
[x ] I have referenced available documentation and cannot resolve the issue
[x ] I'm certain this is an issue with oxymysql, and not with my resource
Describe the bug
I found this report "#154" and got the latest version via the provided link just to be sure and still got the same error.
I'm trying to do a simple select on a table. I'm working on a FiveM server.
Code
localdata=MySQL.Select.await('Select * from player_vehicles where citizenid = ? AND vehicle = ?', {
cid,
vehicleModel
})
Expected behavior
I get the data from the table
Additional context
Add any other context about the problem here.
Server details
FXServer artifact: 6461
Operating system: linux 6.0.9-060009-generic
Database details
MariaDB
Version 10.6.8-MariaDB
The text was updated successfully, but these errors were encountered:
Issue checklist
Describe the bug
I found this report "#154" and got the latest version via the provided link just to be sure and still got the same error.
I'm trying to do a simple select on a table. I'm working on a FiveM server.
Code
Expected behavior
I get the data from the table
Additional context
Add any other context about the problem here.
Server details
Database details
The text was updated successfully, but these errors were encountered: