Skip to content

Commit ddc009c

Browse files
authored
Merge pull request influxdata#540 from xginn8/fix-539
adding back dropped database param
2 parents bf232a7 + 1212530 commit ddc009c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

influxdb/_dataframe_client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ def query(self,
175175
expected_response_code=expected_response_code,
176176
raise_errors=raise_errors,
177177
chunked=chunked,
178+
database=database,
178179
chunk_size=chunk_size)
179180
results = super(DataFrameClient, self).query(query, **query_args)
180181
if query.strip().upper().startswith("SELECT"):

0 commit comments

Comments
 (0)