[whatwg] executeSql without arguments
Ian Hickson
ian at hixie.ch
Wed Oct 31 17:22:15 PDT 2007
On Wed, 31 Oct 2007, Timothy Hatcher wrote:
>
> 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)");
Added.
--
Ian Hickson U+1047E )\._.,--....,'``. fL
http://ln.hixie.ch/ U+263A /, _.. \ _\ ;`._ ,.
Things that are impossible just take longer. `._.-(,_..'--(,_..'`-.;.'
More information about the whatwg
mailing list