Skip to content

Deprecated use of 'DROP DATABASE foo' in a read only context, please use a POST request instead #234

Description

@cantino
INFLUX.create_database("foo").body
 => "{\"results\":[{\"statement_id\":0,\"messages\":[{\"level\":\"warning\",\"text\":\"deprecated use of 'CREATE DATABASE foo' in a read only context, please use a POST request instead\"}]}]}\n"

INFLUX.delete_database("foo").body
 => "{\"results\":[{\"statement_id\":0,\"messages\":[{\"level\":\"warning\",\"text\":\"deprecated use of 'DROP DATABASE foo' in a read only context, please use a POST request instead\"}]}]}\n"

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions