KenCorbettJr / html5sql

A helper javascript module for creating and working with HTML5 Web Databases.
http://kencorbettjr.github.io/html5sql/
MIT License
83 stars 64 forks source link

Missing error handlers to readTransaction() and transaction() #7

Closed prust closed 7 years ago

prust commented 9 years ago

In using this library over the weekend, I ran into an error opening a .readTransaction() that I was not notified of (neither the success handler nor the failure handler were being called) because html5sql wasn't passing the error handler with the readTransaction() call. I fixed this along with a parallel problem with .transaction().

KenCorbettJr commented 7 years ago

This is a good suggestion, but I can't merge cleanly after refactoring the code. Made this change manually. Thank you.