Skip to content

Disable quoting 64 bit integers in JSON formats by default#1078

Merged
yokofly merged 1 commit intodevelopfrom
json-format
Dec 30, 2025
Merged

Disable quoting 64 bit integers in JSON formats by default#1078
yokofly merged 1 commit intodevelopfrom
json-format

Conversation

@yokofly
Copy link
Copy Markdown
Collaborator

@yokofly yokofly commented Dec 30, 2025

 :) create stream j(d json);


 :) insert into j(d) values ('{"type":"kkm","id":56}');

 :) select d from table(j);

┌─d────────────────────────┐
│ {"id":"56","type":"kkm"} │
└──────────────────────────┘

1 row in set. Elapsed: 0.006 sec.

"id" : "56" shall be "id": 56

@yokofly yokofly added the backward-incompatible Breaking changes label Dec 30, 2025
@yokofly yokofly merged commit 7f195c8 into develop Dec 30, 2025
27 of 30 checks passed
@yokofly yokofly deleted the json-format branch January 29, 2026 08:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backward-incompatible Breaking changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants