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

Fix SQL syntax error with AUTO_INCREMENT #201

Merged
merged 1 commit into from
Oct 8, 2023

Conversation

Qwerty1Verified
Copy link
Contributor

@Qwerty1Verified Qwerty1Verified commented Sep 27, 2023

Describe Pull request
This pull request modifies the AUTO_INCREMENT to comply with MariaDB syntax when creating a table with an unset AUTO_INCREMENT value outside of a column definition.

This PR fixes #195 and was tested on MariaDB 11.1.2

Questions (please complete the following information):

  • Have you personally loaded this code into an updated qbcore project and checked all it's functionality? Yes
  • Does your code fit the style guidelines? Yes
  • Does your PR fit the contribution guidelines? Yes

@GhzGarage GhzGarage merged commit 9e756a8 into qbcore-framework:main Oct 8, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] SQL Not working when it is ran
2 participants