Skip to content

Commit

Permalink
Fix #5749 - Token unknown error on formfeed in query [CORE5479].
Browse files Browse the repository at this point in the history
  • Loading branch information
asfernandes committed Sep 22, 2022
1 parent 683f7ab commit 5c55216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dsql/chars.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ static const SCHAR classes_array[] = {
/* 009 */ 0 | CHR_WHITE,
/* 010 */ 0 | CHR_WHITE,
/* 011 */ 0,
/* 012 */ 0,
/* 012 */ 0 | CHR_WHITE,
/* 013 */ 0 | CHR_WHITE,
/* 014 */ 0,
/* 015 */ 0,
Expand Down

0 comments on commit 5c55216

Please sign in to comment.