deliverr / data-knex-snowflake-dialect

knex.js dialect for the Snowflake data warehouse
MIT License
13 stars 26 forks source link

Update MySQL compiler name file #31

Open humatios opened 2 years ago

humatios commented 2 years ago

The latest version of Knex (1.0.3) changes the file name knex/lib/dialects/mysql/query/compiler now the name is: knex/lib/dialects/mysql/query/mysql-querycompiler

This is breaking the code using last version of knex and last version of this package

Error: Cannot find module 'knex/lib/dialects/mysql/query/compiler'
Require stack:
/node_modules/knex-snowflake-dialect/src/query/QueryCompiler.ts:2:1)