deliverr / data-knex-snowflake-dialect

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

Cannot find module 'knex/lib/dialects/mysql/query/compiler' (breaks in knex@0.95.x) #28

Open mike-wax opened 2 years ago

mike-wax commented 2 years ago

Not sure how far back this is an issue, but newer version of knex have different names for mysql compiler (e.g. knex/lib/dialects/mysql/schema/mysql-querycompiler). Downgrading to knex@0.20.4 fixes the issue for me

juanlet commented 2 years ago

Same problem, downgrading fixed the issue

juanlet commented 2 years ago

any news on this? it would be nice to make it compatible with the latest versions