Skip to content

issues Search Results · repo:FredyH/MySQLOO language:C

Filter by

121 results
 (73 ms)

121 results

inFredyH/MySQLOO (press backspace or delete to remove)

Hello! I ve been using this library for a long time, but after rewriting my abstraction on it, I noticed some.. ?bugs? with some functions. If your query, which is in transaction, fails with an error, ...
  • Zvbhrf
  • 1
  • Opened 
    19 days ago
  • #141

I ve downloaded MySQLOO from releases page and drop it to garrysmod/lua/bin. Then i put request( mysqloo ) in autorun, but error don t disappears. I m running my server through VCS, WSL on linux, ubuntu. ...
  • efimka118
  • 1
  • Opened 
    on Sep 12, 2024
  • #140

After update gmod version (dll file garrysmod/bin server_srv.so): ERROR: Could not find a suitable MySQL module. Supported modules are MySQLOO and tmysql4. image I have all MySQLOO versions in lua/bin ...
  • quseless
  • 13
  • Opened 
    on Aug 27, 2024
  • #139

My server is suffering from a weird issue where it just hangs when changelevel occurs, no actual crash, just unresponsive. Some research has led me to this module being the cause.. This is related to: ...
  • blobles-dev
  • 10
  • Opened 
    on Aug 21, 2024
  • #138

Hi, sorry - me again. I ve been diving deep into mysqloo and just thinking of things that would be beneficial. onError returns the SQL that failed, but it would be great if we could get it from the query ...
  • blobles-dev
  • 1
  • Opened 
    on Jun 12, 2024
  • #137

Hi, Just a little feature request, would be nice to have an alias of :affectedRows() but instead :rowsAffected(). For some reason I keep typing rowsAffected, which is leading me down a rabbit hole of ...
  • blobles-dev
  • 4
  • Opened 
    on Jun 10, 2024
  • #136

My current setup is each player has their own connection, this ensures that any actions they do with my inventory system are completed in order - however, my global table of connections can become stale ...
  • blobles-dev
  • 5
  • Opened 
    on Jun 6, 2024
  • #135

Hello, I ve been attempting to make some minor modifications to the library for my own purposes and therefore need to compile new versions of the DLLs. I was successful in compiling the binaries for Windows ...
  • CyberSamurai0
  • 2
  • Opened 
    on May 25, 2024
  • #134

I used example code require( mysqloo ) db = mysqloo.connect(HOST, USERNAME, PASSWORD, DB_NAME, PORT) function db:onConnected() print( Database has connected! ) local q = self:query( SELECT ...
  • Zoom-Developer
  • 1
  • Opened 
    on Apr 25, 2024
  • #133

any form of symbols like hearts, squares etc seem to cause many issues with players data loading. here is an example: (SAM | MySQL) Query error: Incorrect string value: \xF0\x9D\x97\xA6\xF0\x9D... for ...
  • FrezZyyy
  • 3
  • Opened 
    on Mar 31, 2024
  • #132
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub