We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b9c734 commit 0edf9ceCopy full SHA for 0edf9ce
coffee/api.coffee
@@ -429,7 +429,7 @@ class Database
429
### Register a custom function with SQLite
430
@example Register a simple function
431
db.create_function("addOne", function(x) {return x+1;})
432
- db.exec("SELECT addOne(1)") # 2
+ db.exec("SELECT addOne(1)") // = 2
433
434
@param name [String] the name of the function as referenced in SQL statements.
435
@param func [Function] the actual function to be executed.
0 commit comments