You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/SQLite.jl
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -187,13 +187,12 @@ function execute!(db::DB,sql::AbstractString)
187
187
returnexecute!(stmt)
188
188
end
189
189
190
-
"Escape SQLite identifiers (e.g. column, table or index names). Can be either a string, or a vector of strings (note does not check for null characters)."
190
+
"Escape SQLite identifiers (e.g. column, table or index names). Can be either
191
+
a string, or a vector of strings (note does not check for null characters).
192
+
A vector of identifiers will be separated by commas."
0 commit comments