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
main
Darwin-Arm64
I have a table created with the following query:
{luke}CREATE TABLE posts (id int primary key, name text not null)
If i insert data with the following command, I expect it to be added to the table:
./kwil-cli database execute -s '{luke}INSERT INTO posts(id, name) VALUES (1, 'luke')' --sync
I get this error:
lukelamey@Lukes-MBP-2 .build % ./kwil-cli database execute -s '{luke}INSERT INTO posts(id, name) VALUES (1, 'luke')' --sync TxHash: 62be2762b555c1d8da4ae8389b0bd4d194d22a88fbb68e442152847cc7d8741f Status: failed Height: 3427 Log: runtime error: invalid memory address or nil pointer dereference
Set up table and insert data with latest kwil-cli build on main.
This bug may be related to #1195
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version / Commit
main
Operating System
Darwin-Arm64
Configuration
I have a table created with the following query:
Expected Behavior
If i insert data with the following command, I expect it to be added to the table:
Actual Behavior
I get this error:
Steps to Reproduce
Set up table and insert data with latest kwil-cli build on main.
Additional Information
This bug may be related to #1195
The text was updated successfully, but these errors were encountered: