[Webkit-unassigned] [Bug 19764] New: Performing SQL statements in the SQL window of the Web Inspector reports errors unnecessarily
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jun 25 01:49:01 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=19764
Summary: Performing SQL statements in the SQL window of the Web
Inspector reports errors unnecessarily
Product: WebKit
Version: 526+ (Nightly build)
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: Trivial
Priority: P2
Component: Web Inspector
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: webkit at addey.com
Performing "DELETE FROM games" on a table called "games", containing several
rows, reports an error of "An unexpected error 0 occured." in the SQL pane,
even though the delete executes correctly.
Performing "SELECT * FROM games" on a table with zero rows reports an error of
"An unexpected error 0 occured." in the SQL pane.
In both cases, an error of "undefined" is also reported in the main error log
pane at the bottom of the Web Inspector window.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list