No, did not use javascript at all. It's a D1 issue. Just execute this query directly for example: ``

No, did not use javascript at all. It's a D1 issue. Just execute this query directly for example:
CREATE TABLE test_bigint (value BIGINT);
INSERT INTO test_bigint (value) VALUES (9223372036854775807);

Then run
SELECT * FROM test_bigint;

Output:
image.png
Was this page helpful?