- Add `[]` around `db[["dbn"]]` in `qy_fmt` in `sqlite.r::bcp_azure_inrdt()`, in case `db[["dbn"]]` is a none-standard database name, e.g., my-database with "-". The `tb` name should be also added `[]` when it is a none-standard name, rely on user, e.g., when the `tb` name is `dbo.a-tbl` then must be specified as `[dbo].[a-tbl]`. The `db[["dbn"]]` is used also in establishing connections, so cann't rely on user to specify with `[]`.