Fix query insert into query on mysql
AbandonedPublic

Authored by apol on Jun 6 2017, 12:23 PM.

Details

Reviewers
vkrause
Summary

DEFAULT VALUES doesn't seem to be a thing there, I used to get the following error message:
Driver error message: 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 'DEFAULT VALUES' at line 1

With this change it doesn't happen.

Test Plan

Now I can send data to my locally set up system

Diff Detail

Repository
R849 User Feedback Collection Framework
Branch
master
Lint
No Linters Available
Unit
No Unit Test Coverage