We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently affected query sets:
Error message: Tried to send an out-of-range integer as a 2-byte value: 63702
Tried to send an out-of-range integer as a 2-byte value: 63702
Example query: select distinct on (a.index, a.token_id, a.box_id) api_1 | a.token_id, api_1 | a.box_id, api_1 | a.header_id, api_1 | a.index, api_1 | a.value, api_1 | t.name, api_1 | t.decimals, api_1 | t.type api_1 | from node_assets a api_1 | left join tokens t on a.token_id = t.token_id api_1 | where a.box_id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ...
select distinct on (a.index, a.token_id, a.box_id) api_1 | a.token_id, api_1 | a.box_id, api_1 | a.header_id, api_1 | a.index, api_1 | a.value, api_1 | t.name, api_1 | t.decimals, api_1 | t.type api_1 | from node_assets a api_1 | left join tokens t on a.token_id = t.token_id api_1 | where a.box_id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently affected query sets:
Error message:
Tried to send an out-of-range integer as a 2-byte value: 63702
Example query:
select distinct on (a.index, a.token_id, a.box_id) api_1 | a.token_id, api_1 | a.box_id, api_1 | a.header_id, api_1 | a.index, api_1 | a.value, api_1 | t.name, api_1 | t.decimals, api_1 | t.type api_1 | from node_assets a api_1 | left join tokens t on a.token_id = t.token_id api_1 | where a.box_id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ...
The text was updated successfully, but these errors were encountered: