InfluxCommunity / influxdb3-go

The go package that provides a simple and convenient way to interact with InfluxDB 3.
https://pkg.go.dev/github.com/InfluxCommunity/influxdb3-go
MIT License
21 stars 11 forks source link

refactor: rename `FlightSQL` constant to `SQL` #71

Closed bednar closed 2 months ago

bednar commented 3 months ago

Closes #70

Proposed Changes

Rename FlightSQL constant to SQL.

Checklist

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 83.09%. Comparing base (f0bf1b6) to head (5fe866c).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #71 +/- ## ======================================= Coverage 83.09% 83.09% ======================================= Files 12 12 Lines 994 994 ======================================= Hits 826 826 Misses 138 138 Partials 30 30 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

jstirnaman commented 3 months ago

Thanks!