Algatux / influxdb-bundle

Bundle service integration of official influxdb/influxdb-php client
MIT License
24 stars 14 forks source link

Database creation should not offer "if not exists" #66

Closed curry684 closed 8 years ago

curry684 commented 8 years ago

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.

Algatux commented 8 years ago

@curry684 Thanks to reporting this issue, I'm actually not understanding what are you referring to. Can you be more precise about the problem and where you found it ?

thanks a lot again.

curry684 commented 8 years ago

Mmmm I should be ashamed, the issue belongs with the library, not the bundle.

Closed in favor of https://github.com/influxdata/influxdb-php/issues/67, my apologies.