#GitHub - nateabowman/MySQLOO-Enhanced: M...
1 messages · Page 1 of 1 (latest)
I'm getting an error with this version, which I do not get with https://github.com/FredyH/MySQLOO/releases
Have you renamed functions, hooks or anything?
Well it would be helpful if you showed me the error...
it's a gamemode one, don't really think it'd be helpful
but I did confirm it happens when I switch from Fredy's to yours
A mysql wrapper for Garry's Mod. Contribute to alexgrist/GLua-MySQL-Wrapper development by creating an account on GitHub.
will you also be making smth like this?
Performs a query on the local SQLite database with proper type handling and parameter binding, returns a table as result set, empty table if no results, and false on error. Unlike sql.Query, this function properly handles SQLite data types and allows safe parameter binding to prevent SQL injection attacks.
Warning:
This function only executes a ...
Alright, this doesn't work with your edit of MySQLOO
wat
You dont need this shitty abstractions
Mysqloo got prepared statements support.
If you need to cast data type just do it manually in your query
Like bigint to char
SELECT
CAST(steamid AS CHAR) AS steamid
FROM players;
I know, it's just it says it's recommended to use that on the gmod wiki
Wat he use it in mysql driver? No way....