mirror of
https://github.com/knex/knex.git
synced 2025-12-29 07:59:31 +00:00
Fixes #2184. Not escaping the table name could lead to issues with some table names. Table name group, for example, would result in an error.
Fixes #2184. Not escaping the table name could lead to issues with some table names. Table name group, for example, would result in an error.