We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c604e60 + a2b3001 commit 4fd815cCopy full SHA for 4fd815c
influxdb/client.py
@@ -460,7 +460,7 @@ def create_database(self, dbname):
460
:param dbname: the name of the database to create
461
:type dbname: str
462
"""
463
- self.query("CREATE DATABASE IF NOT EXISTS \"%s\"" % dbname)
+ self.query("CREATE DATABASE \"%s\"" % dbname)
464
465
def drop_database(self, dbname):
466
"""Drop a database from InfluxDB.
0 commit comments