You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the following error pops up in the console when the application and the polling are started:
Executing (default): SELECT * FROM 'users' ORDER BY 'id' LIMIT 100 OFFSET 0
[09:25:11.892] ERROR (SequelizeDatabaseError): 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 ''users' ORDER BY 'id' LIMIT 100 OFFSET 0' at line 1
SequelizeDatabaseError: 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 ''users' ORDER BY 'id' LIMIT 100 OFFSET 0' at line 1
Given a simple table to test the things out
and the following connector config
the following error pops up in the console when the application and the polling are started:
this seems to be the culprit: https://github.com/nodefluent/sequelize-kafka-connect/blob/master/lib/source/SequelizeSourceTask.js#L41
as I remove the escaping here, that select works as expected without errors.
The text was updated successfully, but these errors were encountered: