Skip to content

[minor] readTransaction allows modification in case of extra semicolon before SQL #460

@brody4hire

Description

@brody4hire

For example:

                  db.readTransaction(function (tx) {
                    tx.executeSql(';  CREATE TABLE TestTable (TestColumn)');
                  }, function(e) {
                    console.log('ERROR');
                  }, function() {
                    console.log('OK');
                  });

would be executed OK. Web SQL would call the error callback.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions