зеркало из https://github.com/Azure/AzureKusto.git
remove nchar() call from kql_escape_ident
This commit is contained in:
Родитель
f29e9fe2d2
Коммит
e0845b7659
|
@ -197,7 +197,7 @@ kql_escape_string <- function(x)
|
|||
#' @export
|
||||
kql_escape_ident <- function(x)
|
||||
{
|
||||
if(!is_empty(x) && nchar(x) > 0)
|
||||
if(!is_empty(x))
|
||||
paste0("[", kql_escape_string(x), "]")
|
||||
else x
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче