Skip to content

fix(api5:createUser): MySQL INSERT statement#13

Merged
roottusk merged 1 commit into
roottusk:masterfrom
PauloASilva:fix/api5
Sep 2, 2021
Merged

fix(api5:createUser): MySQL INSERT statement#13
roottusk merged 1 commit into
roottusk:masterfrom
PauloASilva:fix/api5

Conversation

@PauloASilva

Copy link
Copy Markdown
Contributor

Without custom MySQL configuration '' is not a valid value for
api5_users table attribute/column.

Instead of relying on positional columns/values, adding column names to
the INSERT statement solves the issue.

Without custom MySQL configuration '' is not a valid value for
api5_users table attribute/column.

Instead of relying on positional columns/values, adding column names to
the INSERT statement solves the issue.
@roottusk roottusk merged commit 982f424 into roottusk:master Sep 2, 2021
@roottusk

roottusk commented Sep 2, 2021

Copy link
Copy Markdown
Owner

Thank you Paulo :)

@PauloASilva PauloASilva deleted the fix/api5 branch September 3, 2021 08:07
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.

2 participants