Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sql syntax error in qbx_core.sql #666

Closed
yunglean4171 opened this issue Jan 29, 2025 · 2 comments
Closed

sql syntax error in qbx_core.sql #666

yunglean4171 opened this issue Jan 29, 2025 · 2 comments
Labels
bug Something isn't working need repro This bug report needs confirmation

Comments

@yunglean4171
Copy link

Summary

Syntax of qbx_core seems to be wrong

Reproduction

  1. insert qbx_core/qbx_core.sql into db

Expected behavior

fix syntax

Actual behavior

wrong syntax

Additional context

Task Failed: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'IF NOT EXISTS last_logged_out timestamp NULL DEFAULT NULL AFTER last_updated' at line 2
Options:
{
"action": "query_database",
"file": "./resources/[qbx]/qbx_core/qbx_core.sql"
}
Debug/Status: ["6.0.2","Windows 10","loading task query_database"]

Current Version

latest

Custom Resources

N/A

@yunglean4171 yunglean4171 added bug Something isn't working need repro This bug report needs confirmation labels Jan 29, 2025
@qbox-duck qbox-duck bot added this to Issues Jan 29, 2025
@github-project-automation github-project-automation bot moved this to Todo in Issues Jan 29, 2025
@Ioannis3141
Copy link

I had the exact same issue today on linux. Make sure that MariaDB is actually running as MariaDB and not only as MySQL Server since they need some SQL Commands which are MariaDB exclusive.

@Frowmza
Copy link
Member

Frowmza commented Feb 24, 2025

this is fixed 8a26c79 ?

@Frowmza Frowmza closed this as completed Feb 24, 2025
@github-project-automation github-project-automation bot moved this from Todo to Done in Issues Feb 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working need repro This bug report needs confirmation
Projects
Status: Done
Development

No branches or pull requests

3 participants