-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: sqlitecloud/sqlitecloud-go
base: cli-v1.2.3
head repository: sqlitecloud/sqlitecloud-go
compare: cli-v1.2.4
- 7 commits
- 4 files changed
- 3 contributors
Commits on Feb 17, 2026
-
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
Configuration menu - View commit details
-
Copy full SHA for e5ab79c - Browse repository at this point
Copy the full SHA e5ab79cView commit details -
Configuration menu - View commit details
-
Copy full SHA for eb66786 - Browse repository at this point
Copy the full SHA eb66786View commit details
Commits on Feb 18, 2026
-
Merge pull request #19 from sqlitecloud/fix/protocol-buffer-from-value
fix(protocol): handle missing types in protocolBufferFromValue
Configuration menu - View commit details
-
Copy full SHA for 96998e1 - Browse repository at this point
Copy the full SHA 96998e1View commit details
Commits on Mar 5, 2026
-
feat: support conversion of custom types
fix: return error for unsupported type
Configuration menu - View commit details
-
Copy full SHA for 1601ba4 - Browse repository at this point
Copy the full SHA 1601ba4View commit details -
feat: support conversion of custom types
fix: return error for unsupported type
Configuration menu - View commit details
-
Copy full SHA for 6997cc1 - Browse repository at this point
Copy the full SHA 6997cc1View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0c17b1 - Browse repository at this point
Copy the full SHA c0c17b1View commit details -
Merge pull request #20 from sqlitecloud/convert-custom-types
feat: support conversion of custom types
Configuration menu - View commit details
-
Copy full SHA for 6296f31 - Browse repository at this point
Copy the full SHA 6296f31View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff cli-v1.2.3...cli-v1.2.4