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

feat: add support for bigints (backport of #14485) #15413

Merged
merged 10 commits into from
Dec 12, 2022

Commits on Dec 8, 2022

  1. fix: backport sequelize#14485 in v6 branch to resolve sequelize#15411

    marra85 authored and Riccardo Marraghini committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    413aa30 View commit details
    Browse the repository at this point in the history
  2. fix: add missing tests and remove numeric separator

    marra85 authored and Riccardo Marraghini committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    1084955 View commit details
    Browse the repository at this point in the history
  3. fix(mssql): add missing error mapping to solve EHOSTUNREACH test failure

    marra85 authored and Riccardo Marraghini committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    cf684d5 View commit details
    Browse the repository at this point in the history
  4. fix: remove numeric separator (again)

    marra85 authored and Riccardo Marraghini committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    6fae8c8 View commit details
    Browse the repository at this point in the history
  5. fix: correct sql statements from the ported test

    marra85 authored and Riccardo Marraghini committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    1385a52 View commit details
    Browse the repository at this point in the history
  6. fix(sqlite): remove extra $ symbol for v6

    marra85 authored and Riccardo Marraghini committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    414910d View commit details
    Browse the repository at this point in the history
  7. fix: remove number separator also in comments

    marra85 authored and Riccardo Marraghini committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    9732a6e View commit details
    Browse the repository at this point in the history
  8. feat(oracle): support bigint primitive type in query executor

    marra85 authored and Riccardo Marraghini committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    d935880 View commit details
    Browse the repository at this point in the history
  9. feat: cover also bulkCreate in BigInt creation test

    marra85 authored and Riccardo Marraghini committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    75b473a View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. fix(oracle): support bigint dynamic remapping also for bulk operations

    marra85 authored and Riccardo Marraghini committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    8c79302 View commit details
    Browse the repository at this point in the history