Skip to content

Commit

Permalink
add info about comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kkaefer committed Feb 24, 2011
1 parent 45d6228 commit 0252ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ There is currently no way to abort execution.

Runs all SQL queries in the supplied string. No result rows are retrieved. The function returns the Database object to allow for function chaining. If a query fails, no subsequent statements will be executed (wrap it in a transaction if you want all or none to be executed). When all statements have been executed successfully, or when an error occurs, the callback function is called, with the first parameter being either `null` or an error object. When no callback is provided and an error occurs, an `error` event will be emitted on the database object.

Note: This function will only execute statements up to the first NULL byte.
Note: This function will only execute statements up to the first NULL byte. **Comments are not allowed** and will lead to runtime errors.



Expand Down

0 comments on commit 0252ffb

Please sign in to comment.