update
This commit is contained in:
@@ -642,7 +642,7 @@ function SQLexecution(executeSQL::Function, sql::T
|
||||
sql = sql[1:end-1] * " ORDER BY RANDOM() LIMIT 2;"
|
||||
end
|
||||
else
|
||||
error("Error, SQL execution failed because it does not ended with ';'")
|
||||
sql = sql * ";"
|
||||
end
|
||||
println("\n~~~ SQLexecution() SQL: ", @__FILE__, " ", @__LINE__)
|
||||
println(sql)
|
||||
|
||||
Reference in New Issue
Block a user