influxdata/influxdb-php

Database creation should not offer "if not exists"

curry684 opened this issue · 1 comments

Refer to https://github.com/influxdata/influxdb-php/blob/master/src/InfluxDB/Database.php#L89

The "if not exists" syntax in Database::create was defaulted and deprecated before 1.0 release, and crashes with syntax error if used now. The parameter should be removed.

Closed by #70, thanks for merging.