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
The following request returns a json response instead of a formatted message, when repeated:
curl 0:9308/cli -d "create table products(title text, price float) morphology='stem_en'" Query OK, 0 rows affected (0.002 sec) curl 0:9308/cli -d "create table products(title text, price float) morphology='stem_en'" {"error":"table 'products': CREATE TABLE failed: table 'products' already exists"}%
We need to fix the behavior to get the proper response format.
The text was updated successfully, but these errors were encountered:
Fixed in 1ee1040
Sorry, something went wrong.
Nick-S-2018
No branches or pull requests
The following request returns a json response instead of a formatted message, when repeated:
We need to fix the behavior to get the proper response format.
The text was updated successfully, but these errors were encountered: