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

[pull] main from sequelize:main #10

Open
wants to merge 2,197 commits into
base: main
Choose a base branch
from
Open

Conversation

pull[bot]
Copy link

@pull pull bot commented Oct 3, 2021

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

@pull pull bot added the ⤵️ pull label Oct 3, 2021
@pull pull bot added the merge-conflict Resolve conflicts manually label Oct 16, 2021
@pull pull bot requested a review from tvaamorim October 16, 2021 16:45
@ephys ephys force-pushed the main branch 3 times, most recently from 5aa4e6d to a796568 Compare March 19, 2024 08:08
WikiRik and others added 15 commits March 31, 2024 23:28
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…Sequelize constructor signatures (#17222)

BREAKING CHANGE: The sequelize constructor only accepts a single parameter: the option bag. All other signatures have been removed.
BREAKING CHANGE: Setting the sequelize option to a string representing a URL has been replaced with the `"url"` option.
BREAKING CHANGE: The `dialectOptions` option has been removed. All options that were previously in that object can now be set at the root of the option bag, like all other options.
BREAKING CHANGE: All dialect-specific options changed. This includes at least some credential options that changed.
BREAKING CHANGE: Which dialect-specific option can be used is allow-listed to ensure they do not break Sequelize
BREAKING CHANGE: The sequelize pool is not on the connection manager anymore. It is now directly on the sequelize instance and can be accessed via `sequelize.pool`
BREAKING CHANGE: The `sequelize.config` field has been removed. Everything related to connecting to the database has been normalized to `sequelize.options.replication.write` (always present) and `sequelize.options.replication.read` (only present if read-replication is enabled)
BREAKING CHANGE: `sequelize.options` is now fully frozen. It is no longer possible to modify the Sequelize options after the instance has been created.
BREAKING CHANGE: `sequelize.options` is a normalized list of option. If you wish to access the options that were used to create the sequelize instance, use `sequelize.rawOptions`
BREAKING CHANGE: The default sqlite database is not `':memory:'` anymore, but `sequelize.sqlite` in your current working directory.
BREAKING CHANGE: Setting the sqlite database to a temporary database like `':memory:'` or `''` requires configuring the pool to behave like a singleton, and disallowed read replication
BREAKING CHANGE: The `match` option is no longer supported by `sequelize.sync`. If you made use of this feature, let us know so we can design a better alternative.
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
ephys and others added 7 commits April 5, 2024 14:19
BREAKING CHANGE: `db2`, `ibmi`, `snowflake` and `sqlite` do not accept the `url` option anymore
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Rik Smale <13023439+WikiRik@users.noreply.github.com>
renovate bot added 30 commits June 10, 2024 22:27
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⤵️ pull merge-conflict Resolve conflicts manually
Projects
None yet
5 participants