Skip to content
New issue

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

cli can't handle database names with space, http api can #8789

Closed
knan-nrk opened this issue Sep 5, 2017 · 1 comment
Closed

cli can't handle database names with space, http api can #8789

knan-nrk opened this issue Sep 5, 2017 · 1 comment
Assignees

Comments

@knan-nrk
Copy link

knan-nrk commented Sep 5, 2017

Bug report

System info:

Connected to http://localhost:8086 version 1.3.4
InfluxDB shell version: 1.3.4
Ubuntu 16.04

Steps to reproduce:

  1. create database "with space"
  2. use "with space"

Expected behavior:

database "with space" created, ability to use it in cli queries

Actual behavior:

database "with space" created

use "with space"
Could not parse database name from "use "with space"".

Additional info:

HTTP api has no problems accepting data for the database, seems to be a pure cli problem. Can create and drop the database "with space" via the cli, just not use/inspect it.

@joelegasse
Copy link
Contributor

Fixed by #8845

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants