WebSQL-Polyfill icon indicating copy to clipboard operation
WebSQL-Polyfill copied to clipboard

Firefox returns undefined values

Open davidebukali opened this issue 12 years ago • 0 comments

The database and tables are created in firefox and the insert statements call the success callback functions; the issue is during select statements, the table has null values in the columns and displays undefined results in the page. The code Im using is from an HTML 5 rocks web sql tutorial i have included here http://pastebin.com/FipD7nH0.

davidebukali avatar Jan 23 '14 08:01 davidebukali