Git Product home page Git Product logo

fivem-mysql's Introduction

Hi there, I'm Thymon - aka Tigo ๐Ÿ‘‹

ThymonA Discord

Hey โœ‹, this is me:

  • ๐Ÿงน Job > Working as a chimney sweep
  • ๐Ÿ‘ด Age > Living 23 years on earth
  • ๐Ÿฅ… Goals > Release open source projects and contribute to projects.
  • ๐Ÿงฉ Hobbies > Working on cars and mopeds, writing code and playing games.
  • ๐ŸŽต Music > I like listing to: Volbeat, Iron Maiden, Steel Panther, Five Finger Death Punch and Metallica
  • ๐ŸŽฎ Games > Grand Theft Auto, Call of Duty, Skyrim and Magic The Gathering

Languages and Tools:

Visual Studio Code Lua C# Microsoft .NET JavaScript SQL MySQL Git GitHub




๐Ÿ“• Stats

ThymonA's GitHub Stats

fivem-mysql's People

Contributors

thymona avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

fivem-mysql's Issues

Just a wish

Hope it's a project you are gonna keep active with out doubt, and get optimized, would be nice with a sql connecter based on mysql2 since like you mentioned it's a faster connector.

[Bug] String will be escaped

When someone is saving an object/table/class, the resource is automatically escaping all possible MySQL injection characters.

Example:
"{"black_money":0,"bank":8688975,"money":0}" will become "{\ "black_money\ ":0,\ "bank\ ":8688975,\ "money":0}"

Those strings aren't a SQL danger and shouldn't be escaped.

[Bug] Better input parser based on column type

Parse value based on there required type, when a column is a INT and a boolean is given. The library is trying to add the value true instead of 1, that causes SQL issues.
When true is given, parse this value to a int (1).

Maybe there are more tables that having this issue, resolve this issue.

SQL Syntax errors when using fivem-mysql

I'm seeing these following errors across all of my resources when trying to startup fxserver with fivem-mysql:
image

I updated all the resource.lua files with the following changes
image
Is there more that needs to be done to migrate from mysql-async to fivem-mysql that I might be missing?

REDM ISSUE

failed to synch on redm ! a lot of errors

clothing sql issue

i resently reinstalled my whole server an started over due to this same issue an couldnt get help on it. i have not changed the qb clothing file this time i ran the sql an it happened again i need help in understanding this an a way to fix this please
Capture

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.