Skip to content
New issue

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

fix(types): change attributes type to 'object | undefined' #13467

Closed
wants to merge 4 commits into from

Commits on Aug 28, 2021

  1. fix(types): change attributes type to 'object | undefined'

     change attributes type to 'object':
     - attributes param in QueryInterface.bulkInsert() change to 'object | undefined' from 'string[] | string | undefined'.
     - attributes param in QueryInterface.bulkUpdate() change to 'object | undefined' from 'string[] | string | undefined'.
     - add '{}' as last param in bulkInsert() & bulkUpdate() tests
    
    Closes sequelize#13466
    aryem committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    9c4b25e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12e1b49 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

  1. fix(types): update type of attributes in 'BulkUpdate' & 'BulkInsert'

     - In BulkUpdate function update attributes type to ModelAttributes.
     - In BulkInsert function update attributes type to ModelAttributes.
    aryem committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    60f64b1 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2021

  1. Configuration menu
    Copy the full SHA
    d55a876 View commit details
    Browse the repository at this point in the history