Test for Bug 19438: Transaction errors are never displayed in database query view.
To test:
InspectorTest
databaseINSERT INTO DisplaySQLTransactionError (test) VALUES (NULL)
If the line of text you entered remains and an error line is output below it, you have passed the test.
If the line of text you entered disappears and no error line is output, you have failed the test.
If the line of text you entered remains and no error line is output, then
the test has become invalid and needs to be modified to cause the error
callback passed by the Inspector to db.transaction
to be called.