Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
brodycj opened this issue Apr 11, 2016 · 0 comments

Comments

@brodycj
Copy link
Contributor

brodycj commented Apr 11, 2016

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.

@brodycj brodycj changed the title readTransaction allows modification in case of extra semicolon before SQL [minor] readTransaction allows modification in case of extra semicolon before SQL Apr 12, 2016
@brodycj brodycj closed this as completed in ade873a Jul 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant