sequelize-auto icon indicating copy to clipboard operation
sequelize-auto copied to clipboard

Added missing dialects to fix ts compile with sequelize 6.29.

Open hhowe29 opened this issue 2 years ago • 0 comments

  • Added null dialects for db2, oracle, and snowflake
  • Refactored code to obtain dialect through a helper function
  • Throw an error if the selected dialect is not implemented.

Fixes #641

hhowe29 avatar Mar 11 '23 21:03 hhowe29