Skip to content

Commit 9f43325

Browse files
committed
提交一版完善的词法处理,分析模块还需要继续进行
1 parent 34de823 commit 9f43325

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/io/mycat/NewSQLParser.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,11 +216,11 @@ void tokenize(byte[] sql) {
216216
*/
217217
public void firstParse(byte[] sql, SQLContext context) {
218218
tokenize(sql);
219-
for(int i=0; i<hashArray.getCount(); i++) {
219+
/*for(int i=0; i<hashArray.getCount(); i++) {
220220
switch (hashArray.get(i)) {
221221
case FROM:
222222
}
223-
}
223+
}*/
224224

225225
}
226226

0 commit comments

Comments
 (0)