Bug 16461 - SQLTransaction.executeSql() with only the SQL string parameter fails with TYPE_ERROR DOM exception
Summary: SQLTransaction.executeSql() with only the SQL string parameter fails with TYP...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Darin Adler
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2007-12-15 22:23 PST by Darin Adler
Modified: 2007-12-16 16:25 PST (History)
1 user (show)

See Also:


Attachments
patch (11.30 KB, patch)
2007-12-15 22:25 PST, Darin Adler
mjs: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Adler 2007-12-15 22:23:19 PST
This is the simple form, with just a statement and no other arguments, and can be used only when you don't want any callbacks.
Comment 1 Darin Adler 2007-12-15 22:23:48 PST
<rdar://problem/5636065>
Comment 2 Darin Adler 2007-12-15 22:25:10 PST
Created attachment 17926 [details]
patch
Comment 3 Maciej Stachowiak 2007-12-16 15:00:26 PST
Comment on attachment 17926 [details]
patch

r=me
Comment 4 Darin Adler 2007-12-16 16:25:10 PST
Committed revision 28781.