-
How can I install this on linux? The facepunch forums have been redone or something and I can't access the post for how to install it. Thanks.
-
Nach dem Installieren des Pointshop 2 und Konfigurieren auf die Nutzung von mySQL spuckt er den im Titel genannten Fehler raus. Auch werden die Tables nicht erstellt, weshalb er sich nicht mit den Tab…
momab updated
7 years ago
-
Hi there,
I apologise if this is the wrong area to ask this, but it appears as though your facepunch thread is closed, and I'd like to ask a question.
This could be considered an issue, not with yo…
-
Not sure if this is intended to preserve precision.
I expected this type to be cast as a regular lua number and not a string.
https://github.com/syl0r/MySQLOO/blob/master/MySQLOO/source/Query.cpp#…
-
```
require( "mysqloo" )
local db = mysqloo.connect( "192.168.0.4", "tester" , "tester123" , "test_db", 3306)
print(db)
function db:onConnected()
print("Connected!")
local t = coroutine.…
-
Does not create a table in mysql
Module: Mysqloo v9
Using: freemysqlhosting.net
-
After updating MySQLOO to Version 9.4 the following message was spammed into my command line interface:
```
Error - no MetaName string type for userdata (AGH!)
Error - no MetaName string type for u…
-
Need to add support for tmysql4 and mysqloo
- [ ] Adjust module checking to check for both (tmysql and mysqloo), error only when one isn't present
- [ ] Add Support for tmysql to the db wrapper: Check…
-
There's currently no way to disconnect the database. Unrelated, mysqloo.objectCount is undocumented.
Kefta updated
7 years ago
-
Located here: https://github.com/syl0r/MySQLOO/blob/8d424af773df1cbb6cc6cea70d9db09401a5eac3/MySQL/include/mysql_com.h#L159-L239
Kefta updated
7 years ago