It appears that the issue I posted in the mysql2 repo really points to an issue related to code within this library.
mysql2 Issue #1283
Would it make sense to update the escapeId method to skip quoting columns named * perhaps?
Or at least add a flag that would optionally tell escapeId to skip quoting *?
It appears that the issue I posted in the
mysql2repo really points to an issue related to code within this library.mysql2 Issue #1283
Would it make sense to update the
escapeIdmethod to skip quoting columns named*perhaps?Or at least add a flag that would optionally tell escapeId to skip quoting
*?