Skip to content

Commit

Permalink
Add missing global variables
Browse files Browse the repository at this point in the history
  • Loading branch information
mgirlich committed Oct 27, 2023
1 parent 0b2840a commit f83e9f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/backend-mysql.R
Original file line number Diff line number Diff line change
Expand Up @@ -272,4 +272,4 @@ supports_window_clause.MySQLConnection <- supports_window_clause.MariaDBConnecti
#' @export
supports_window_clause.MySQL <- supports_window_clause.MariaDBConnection

utils::globalVariables(c("%separator%", "group_concat", "IF", "REGEXP_INSTR", "RAND", "%LIKE BINARY%"))
utils::globalVariables(c("%separator%", "group_concat", "IF", "REGEXP_INSTR", "RAND", "%LIKE BINARY%", "TRUNCATE", "DOUBLE"))

0 comments on commit f83e9f0

Please sign in to comment.