There were some queries that weren't properly handling table names, which resulted in errors when the table name was the same as a SQL keyword.
Fixes: #52
[ ] Potential edge cases thought about (behavior of the code with strange input, with strange internal state or possible interactions with other Matomo subsystems)
[ ] Usability review done (is anything maybe unclear or think about anything that would cause people to reach out to support)
Description:
There were some queries that weren't properly handling table names, which resulted in errors when the table name was the same as a SQL keyword. Fixes: #52
Review