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: sqlitecloud/sqlitecloud-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: cli-v1.2.3
Choose a base ref
...
head repository: sqlitecloud/sqlitecloud-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cli-v1.2.4
Choose a head ref
  • 7 commits
  • 4 files changed
  • 3 contributors

Commits on Feb 17, 2026

  1. fix(protocol): handle missing types in protocolBufferFromValue

    - Add uint, uint8, uint16, uint32, uint64 to the integer type switch so unsigned integers are serialized instead of silently dropped
    - Fix float32 panic in protocolBufferFromFloat caused by unconditional float64 type assertion
    - Dereference pointer types (*int, *string, etc.) via reflect, mapping nil pointers to NULL and non-nil pointers to their underlying value
    - Add unit tests for all supported types and a mixed-array regression test that reproduces the original buffer count mismatch
    andinux committed Feb 17, 2026
    Configuration menu
    Copy the full SHA
    e5ab79c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb66786 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2026

  1. Merge pull request #19 from sqlitecloud/fix/protocol-buffer-from-value

    fix(protocol): handle missing types in protocolBufferFromValue
    andinux authored Feb 18, 2026
    Configuration menu
    Copy the full SHA
    96998e1 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2026

  1. feat: support conversion of custom types

    fix: return error for unsupported type
    danielebriggi committed Mar 5, 2026
    Configuration menu
    Copy the full SHA
    1601ba4 View commit details
    Browse the repository at this point in the history
  2. feat: support conversion of custom types

    fix: return error for unsupported type
    danielebriggi committed Mar 5, 2026
    Configuration menu
    Copy the full SHA
    6997cc1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c0c17b1 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #20 from sqlitecloud/convert-custom-types

    feat: support conversion of custom types
    danielebriggi authored Mar 5, 2026
    Configuration menu
    Copy the full SHA
    6296f31 View commit details
    Browse the repository at this point in the history
Loading