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!: copy_dm_to() uses dm_sql(). Unique keys (#1887) and autoincrement primary keys (#1725) are created on the database. Data models with cyclic references are supported on databases that allow adding constraints in ALTER TABLE statements (at this time, all except DuckDB and SQLite, #664) #2022

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

Commits on Dec 22, 2023

  1. Replace build_copy_queries() with dm_sql()

    krlmlr authored and aviator-bot committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    d530da0 View commit details
    Browse the repository at this point in the history
  2. Tweak docs

    krlmlr authored and aviator-bot committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    01ce24b View commit details
    Browse the repository at this point in the history
  3. Also reset PKs

    krlmlr authored and aviator-bot committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    cc218db View commit details
    Browse the repository at this point in the history
  4. Update snapshot

    krlmlr authored and aviator-bot committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    a22c0a4 View commit details
    Browse the repository at this point in the history
  5. Try without parallel testing

    krlmlr authored and aviator-bot committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    4836d17 View commit details
    Browse the repository at this point in the history
  6. Try without skip

    krlmlr authored and aviator-bot committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    4accb53 View commit details
    Browse the repository at this point in the history
  7. Snapshot updates for rcc-smoke (null) (#2165)

    Co-authored-by: krlmlr <[email protected]>
    2 people authored and aviator-bot committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    112f6d1 View commit details
    Browse the repository at this point in the history