Issue Creation Checklist
[y] I have read the contribution guidelines
Issue Description
Using Sequelize version 6.3.3, and Postgres dialect, when passing options.searchPath the passed searchPath is not applied to the created statement.
What was unclear/insufficient/not covered in the documentation
The bulkCreate options documentation shows the following description for options.searchPath: An optional parameter to specify the schema search_path (Postgres only). This does not seem to work, I'm not sure if it should be submitted as a bug or a flaw in the documentation.
If possible: Provide some suggestion on how we can enhance the docs
Fix this as a bug or remove this as an option in the documentation.
Additional context
Issue Creation Checklist
[y] I have read the contribution guidelines
Issue Description
Using Sequelize version 6.3.3, and Postgres dialect, when passing options.searchPath the passed searchPath is not applied to the created statement.
What was unclear/insufficient/not covered in the documentation
The bulkCreate options documentation shows the following description for options.searchPath:
An optional parameter to specify the schema search_path (Postgres only). This does not seem to work, I'm not sure if it should be submitted as a bug or a flaw in the documentation.If possible: Provide some suggestion on how we can enhance the docs
Fix this as a bug or remove this as an option in the documentation.
Additional context