sequelize / sequelize

Feature-rich ORM for modern Node.js and TypeScript, it supports PostgreSQL (with JSON and JSONB support), MySQL, MariaDB, SQLite, MS SQL Server, Snowflake, Oracle DB (v6), DB2 and DB2 for IBM i.
https://sequelize.org/
MIT License
29.61k stars 4.28k forks source link

feat: add parameter style #17560

Open lohart13 opened 1 month ago

lohart13 commented 1 month ago

Pull Request Checklist

Description of Changes

This PR implements the ParameterStyle changes in #17131 which are required for #16988 and #17063

List of Breaking Changes

The bindParam option have been replaced with parameterStyle which defaults to ParameterStyle.BIND.