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

Issue after v 0.7.11 #410

Closed
sstraus opened this issue Jan 14, 2016 · 2 comments
Closed

Issue after v 0.7.11 #410

sstraus opened this issue Jan 14, 2016 · 2 comments

Comments

@sstraus
Copy link

sstraus commented Jan 14, 2016

Starting with version 0.7.12 the following snippet fail because < is null in sqlliteplugin.js.

Any other have the same problem?

mycb = function(result) {
var last, q, r, res, type, _i;
last = result.length - 1;
for (i = _i = 0; 0 <= last ? _i <= last : _i >= last; i = 0 <= last ? ++_i : --_i) {
r = result[i];
type = r.type; <<<< r.type is undefined
res = r.result;
q = mycbmap[i];
if (q) {
if (q[type]) {
qtype;
}
}
}
};

@brody4hire
Copy link

Thanks for the explanation. The same issue was reported in #409 and will be handled there.

@brody4hire
Copy link

A workaround fix for #409 is published, thanks.

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

2 participants