Add a test for <knex> with table <string>
where the table-name has a dot
#36
Labels
<knex> with table <string>
where the table-name has a dot
#36
i.e differentiate between
expect(knex, 'with table', 'schema.table')
fromexpect(knex, 'with table', '"a.table.name.with.dots"')
The text was updated successfully, but these errors were encountered: