[whatwg] executeSql without arguments

Timothy Hatcher timothy at apple.com
Wed Oct 31 11:45:38 PDT 2007


I think the spec should have a forth variant of executeSql that takes  
no arguments argument.

void executeSql(in DOMString sqlStatement);

The JavaScript language makes it easy to pass in an empty array, but  
for simplicity and the benefit of other language bindings this  
argument should be optional.

That will keep basic select and create table statements simple.

tx.executeSql("CREATE TABLE WebKitStickyNotes (id REAL UNIQUE, note  
TEXT, timestamp REAL, left TEXT, top TEXT, zindex REAL)");

— Timothy Hatcher


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.whatwg.org/pipermail/whatwg-whatwg.org/attachments/20071031/05d406d1/attachment-0001.htm>


More information about the whatwg mailing list