zirill

Results 8 comments of zirill

Thanks for the options. The first one does not suit me, I do not interfere with the "SQL Query". Ideally change: ``` fn drop(&mut self) { while self.next().is_some() {} }...

> I'll think about adding a function that aborts the connection unconditionally, I look forward to, still add "timeout". Thank you very much for your great work.

https://help.github.com/en/articles/about-github-sponsors

http://kripken.github.io/sql.js/examples/GUI/ Test code error: `CREATE TABLE test;` Console: `worker.sql-wasm.js:82 Uncaught (in promise) Error: near ";": syntax error at a.handleError (worker.sql-wasm.js:82) at a.exec (worker.sql-wasm.js:79) at worker.sql-wasm.js:243 ` PS: event onerror not...

my bad decision: ` Database.prototype.handleError = function (returnCode) { var errmsg; if (returnCode === SQLite.OK) { return null; } else { errmsg = sqlite3_errmsg(this.db); setTimeout(function() { throw new Error(errmsg); });...

Safari works well with asm file, speed is not worse.

nginx gzip asm 3mb to 700kb

Thanks for the tip, but so far no results. I'm using mariadb, searched, can't find anywhere how to enable it on the server side. Everywhere it is specified as a...