This website requires JavaScript.
Explore
Help
Sign In
GitHub
/
amxmodx
Watch
2
Star
0
Fork
0
You've already forked amxmodx
mirror of
https://github.com/alliedmodders/amxmodx.git
synced
2025-03-31 14:59:09 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
amxmodx
/
dlls
/
mysqlx
/
mysql
History
Arkshine
3d732bbbb6
Added SQL_SetCharset native to (re)set character set (bug 5999, r=ds).
2014-04-18 22:04:32 +02:00
..
ISQLDriver.h
Added SQL_SetCharset native to (re)set character set (bug 5999, r=ds).
2014-04-18 22:04:32 +02:00
MysqlDatabase.cpp
Added SQL_SetCharset native to (re)set character set (bug 5999, r=ds).
2014-04-18 22:04:32 +02:00
MysqlDatabase.h
Added SQL_SetCharset native to (re)set character set (bug 5999, r=ds).
2014-04-18 22:04:32 +02:00
MysqlDriver.cpp
Added SQL_SetCharset native to (re)set character set (bug 5999, r=ds).
2014-04-18 22:04:32 +02:00
MysqlDriver.h
SQL_QuoteString can now be used without a DB handle (bug 3427, r=sawce).
2009-01-08 20:02:09 +00:00
MysqlHeaders.h
…
MysqlQuery.cpp
fixed amb1079 - threaded queries with results would crash
2007-10-30 00:09:18 +00:00
MysqlQuery.h
…
MysqlResultSet.cpp
fixed linux build
2007-10-23 11:24:51 +00:00
MysqlResultSet.h
…