Subject: | SQL delimiter not correctly documented for sql() and new() functions |
The code sets the delimiter to be ";\s*\n" , not just ";"
Documentation should be either be changed to say this or the delimeter
changed:
"Can contain either single SQL
statement or multiple queries separated by semicolon followed by a new line"