Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: HelgeSverre/sql-splitter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.12.3
Choose a base ref
...
head repository: HelgeSverre/sql-splitter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.12.4
Choose a head ref
  • 2 commits
  • 8 files changed
  • 2 contributors

Commits on Dec 27, 2025

  1. docs: update ROADMAP to mark MSSQL as released

    - MSSQL support is fully implemented across all 12 commands
    - 29 MSSQL integration tests passing
    - Verified: split, merge, analyze, sample, shard, convert, validate, diff, redact, graph, order, query
    - Next up: v1.14.0 Migrate command
    
    Amp-Thread-ID: https://ampcode.com/threads/T-019b5dbc-cf1f-75c2-8372-d16b2cd103c4
    Co-authored-by: Amp <amp@ampcode.com>
    HelgeSverre and ampcode-com committed Dec 27, 2025
    Configuration menu
    Copy the full SHA
    71ec3a8 View commit details
    Browse the repository at this point in the history
  2. feat(test_data_gen): add MSSQL dialect support (v1.12.4)

    Add MSSQL dialect support to the test data generator (gen-fixtures):
    
    - Square bracket [identifier] quoting for table and column names
    - INT IDENTITY(1,1) for auto-increment primary keys
    - NVARCHAR(n) and NVARCHAR(MAX) for Unicode string columns
    - N'...' prefix for Unicode string literals
    - DATETIME2 for timestamp columns
    - BIT for boolean columns
    - DECIMAL(10,2) for monetary values
    - SET ANSI_NULLS ON, SET QUOTED_IDENTIFIER ON, SET NOCOUNT ON header
    - Both streaming mode (--rows) and multi-tenant schema mode (--scale)
    
    Usage: gen-fixtures --dialect mssql --scale small
    HelgeSverre committed Dec 27, 2025
    Configuration menu
    Copy the full SHA
    8388dff View commit details
    Browse the repository at this point in the history
Loading