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: improve default value parsing #17124

Draft
wants to merge 21 commits into
base: main
Choose a base branch
from
Draft

Commits on Feb 26, 2024

  1. feat: improve default value parsing

    Linked to sequelize#16787
    ghusse committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    bc96ef8 View commit details
    Browse the repository at this point in the history
  2. feat: add support for MySQL

    ghusse committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    85bf5e9 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    c9a34bc View commit details
    Browse the repository at this point in the history
  2. style: format with prettier

    ghusse committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    1f086fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d586110 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f352dcc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1885a17 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6704890 View commit details
    Browse the repository at this point in the history
  7. fix: rename column

    ghusse committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    4f4f239 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a9530cb View commit details
    Browse the repository at this point in the history
  9. test: fix pg integration tests

    ghusse committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    27f9d94 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bdf9cb1 View commit details
    Browse the repository at this point in the history
  11. feat: add support for sqlite

    ghusse committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    448c582 View commit details
    Browse the repository at this point in the history
  12. style: fix order

    ghusse committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    04d4de8 View commit details
    Browse the repository at this point in the history
  13. test: remove unused argument

    ghusse committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    2b3c631 View commit details
    Browse the repository at this point in the history
  14. feat: add support for json

    ghusse committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    b148f20 View commit details
    Browse the repository at this point in the history
  15. feat: add support of mariadb

    ghusse committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    89c5740 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. style: sql indentation

    ghusse committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    27e261c View commit details
    Browse the repository at this point in the history
  2. test: update unit tests

    ghusse committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    0841d4b View commit details
    Browse the repository at this point in the history
  3. test: update sqlite tests

    ghusse committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    5d17334 View commit details
    Browse the repository at this point in the history
  4. test: update mysql tests

    ghusse committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    e301ad7 View commit details
    Browse the repository at this point in the history