sequelize icon indicating copy to clipboard operation
sequelize copied to clipboard

feat(core): Add support for UUID v7

Open ihmpavel opened this issue 11 months ago • 1 comments

Pull Request Checklist

  • [x] Have you added new tests to prevent regressions?
  • [ ] If a documentation update is necessary, have you opened a PR to the documentation repository?
  • [x] Did you update the typescript typings accordingly (if applicable)?
  • [ ] Does the description below contain a link to an existing issue (Closes #[issue]) or a description of the issue you are solving?
  • [x] Does the name of your PR follow our conventions?

Description of Changes

Add support for UUID v7

List of Breaking Changes

ihmpavel avatar Apr 14 '25 14:04 ihmpavel

Thanks for working on this! I quickly scanned through it and I noticed that we're also adding support in the deprecated DataTypes definition. I would prefer if we didn't add deprecated functionality

WikiRik avatar Apr 14 '25 15:04 WikiRik