#GitHub - nateabowman/MySQLOO-Enhanced: M...

1 messages · Page 1 of 1 (latest)

fleet fractal
#

Have you renamed functions, hooks or anything?

lunar kernel
#

Well it would be helpful if you showed me the error...

fleet fractal
#

but I did confirm it happens when I switch from Fredy's to yours

fleet fractal
#

will you also be making smth like this?

#
fleet fractal
worthy sinew
#

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;

fleet fractal
worthy sinew
#

yea you should use it if using bulitin sqlite driver

#

but mysql have diff rules

fleet fractal
#

SQLStr is for SQLite

worthy sinew
#

Wat he use it in mysql driver? No way....