Thanks to visit codestin.com
Credit goes to github.com

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: sqliteai/sqlite-sync-dev
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.9.99
Choose a base ref
...
head repository: sqliteai/sqlite-sync-dev
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.9.100
Choose a head ref
  • 2 commits
  • 10 files changed
  • 3 contributors

Commits on Jan 29, 2026

  1. chore: update .env.example

    Daniele Briggi committed Jan 29, 2026
    Configuration menu
    Copy the full SHA
    e9416f4 View commit details
    Browse the repository at this point in the history
  2. feat: add support for UUID primary keys in PG (#3)

    * Fix for PG UUID used as PK
    
    * build(postgres): update test target for the current test files
    
    * docs(docs/postgresql/CLIENT.md): clarify primary key requirements for PostgreSQL and SQLite, added support for UUID primary keys
    
    * test(claude): add custom command for claude code to run sqlite-to-pg tests for the specified table schema
    
    ---------
    
    Co-authored-by: Marco Bambini <[email protected]>
    andinux and marcobambini authored Jan 29, 2026
    Configuration menu
    Copy the full SHA
    288db90 View commit details
    Browse the repository at this point in the history
Loading