We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On 03/11/23, a fresh clone of the repo fails to build with this error
$ npm run tsc > [email protected] tsc > tsc src/dialects/dialects.ts:8:14 - error TS2739: Type '{ mssql: DialectOptions; mysql: DialectOptions; mariadb: DialectOptions; postgres: DialectOptions; sqlite: DialectOptions; }' is missing the following properties from type <snipped> : db2, snowflake, oracle 8 export const dialects: { [name in Dialect]: DialectOptions } = {
npm list sequelize shows that I pulled in 6.29.3
npm list sequelize
The text was updated successfully, but these errors were encountered:
Added missing dialects to fix ts compile with sequelize 6.29. Fixes s…
57273ab
…equelize#641.
38668a0
8dd3537
Successfully merging a pull request may close this issue.
On 03/11/23, a fresh clone of the repo fails to build with this error
npm list sequelize
shows that I pulled in 6.29.3The text was updated successfully, but these errors were encountered: