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

[pg] add migrationsTable config support for migration #1638

Commits on Nov 4, 2023

  1. Configuration menu
    Copy the full SHA
    ee7c409 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2023

  1. Configuration menu
    Copy the full SHA
    83b7a96 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Configuration menu
    Copy the full SHA
    bc757ba View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Configuration menu
    Copy the full SHA
    07aa582 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eeef2de View commit details
    Browse the repository at this point in the history
  3. [MySQL | SQLite] Extend with clause

    Add update, insert and delete methods to with clause for MySQL and SQLite
    L-Mario564 committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    68b351f View commit details
    Browse the repository at this point in the history
  4. Add with clause tests

    Add tests for `db.with().insert()`, `db.with().delete()` and `db.with().update()` for all dialects
    L-Mario564 committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    217369a View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Fix indentation

    L-Mario564 committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    6132c3b View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Support migrationsTable for pg migrations

    For mysql migrations you can change the migraton table, this commit add support for migration table name change.
    g3r4n committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    eb48f17 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Configuration menu
    Copy the full SHA
    f2cd86a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c92e7ef View commit details
    Browse the repository at this point in the history
  3. PR feedback

    g3r4n committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    79ee601 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2023

  1. fixes before tests

    g3r4n committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    a3f244f View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. minor change

    g3r4n committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    d6916f9 View commit details
    Browse the repository at this point in the history
  2. Add 4 tests

    g3r4n committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    cd69afb View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. add more tests

    g3r4n committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    35df38c View commit details
    Browse the repository at this point in the history
  2. Add neon-http tests

    g3r4n committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    9ebbedb View commit details
    Browse the repository at this point in the history
  3. Add more tests

    g3r4n committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    f1d9e18 View commit details
    Browse the repository at this point in the history
  4. add more tests

    g3r4n committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    f8b488a View commit details
    Browse the repository at this point in the history
  5. Add test for aws data API

    g3r4n committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    ad114c2 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2023

  1. Configuration menu
    Copy the full SHA
    78c5b5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5ee0c8 View commit details
    Browse the repository at this point in the history
  3. Fix formatting

    L-Mario564 committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    846df6f View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. Configuration menu
    Copy the full SHA
    6d706c1 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2023

  1. Configuration menu
    Copy the full SHA
    f49a082 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Merge branch 'main' of github.com:drizzle-team/drizzle-orm into g3r4n…

    …/feat/pg-migration-table-name-support
    AndriiSherman committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    a66fdb0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    531340f View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. Configuration menu
    Copy the full SHA
    1e66db4 View commit details
    Browse the repository at this point in the history