Skip to content

Conversation

ghost
Copy link

@ghost ghost commented Nov 9, 2023

  • Added new AutoOptions property write?: (tableData:TableData,options:AutoOptions)=>Promise<void>;.
  • Added tests/write.test.js
  • Requires a change to address issue Added missing dialects to fix ts compile with sequelize 6.29.  #642
    • What I did to run my test was just to pass sqliteOptions to all new, un-implemented dialects, e.g. db2: sqliteOptions, snowflake: sqliteOptions, oracle: sqliteOptions.

@ghost ghost closed this Nov 9, 2023
@ghost
Copy link
Author

ghost commented Nov 9, 2023

OK I should have realized that you can just do a custom writer by calling build and relate on your SequelizeAuto instance instead of calling run.

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants