Skip to content

Commit 3aea322

Browse files
Neil's review
1 parent e277f05 commit 3aea322

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

dist/quick-sql.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8891,7 +8891,7 @@ const ye = function() {
88918891
continue;
88928892
}
88938893
const M = o.src[1];
8894-
if (1 < o.src.length && M.value.length == 3 && 0 < M.value.indexOf("0")) {
8894+
if (1 < o.src.length && M.value == "vc0") {
88958895
const d = M.begin;
88968896
i.push(new u(Y.invalidDatatype, new m(o.line, d)));
88978897
continue;

0 commit comments

Comments
 (0)