Closed shilinlee closed 10 months ago
https://github.com/openGemini/opengemini-client-go/blob/40fd91311772c9bc3e8f80939a865d787d037bba/opengemini/database.go#L34-L34
https://github.com/openGemini/opengemini-client-go/blob/40fd91311772c9bc3e8f80939a865d787d037bba/opengemini/database.go#L88
failed to create database like "demo-test" if "-" in db name.
How to elegantly solve db names that require quotation marks and those that do not require quotation marks.
closed by #47
https://github.com/openGemini/opengemini-client-go/blob/40fd91311772c9bc3e8f80939a865d787d037bba/opengemini/database.go#L34-L34
https://github.com/openGemini/opengemini-client-go/blob/40fd91311772c9bc3e8f80939a865d787d037bba/opengemini/database.go#L88
failed to create database like "demo-test" if "-" in db name.
How to elegantly solve db names that require quotation marks and those that do not require quotation marks.