aboutsummaryrefslogtreecommitdiffstats
path: root/core/vm/sqlvm/parser/grammar.sed
diff options
context:
space:
mode:
Diffstat (limited to 'core/vm/sqlvm/parser/grammar.sed')
-rw-r--r--core/vm/sqlvm/parser/grammar.sed1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/vm/sqlvm/parser/grammar.sed b/core/vm/sqlvm/parser/grammar.sed
index 264f94d79..f2b501109 100644
--- a/core/vm/sqlvm/parser/grammar.sed
+++ b/core/vm/sqlvm/parser/grammar.sed
@@ -1,3 +1,4 @@
/^import (/a\
goerrors "errors"
s|errors\.New(|goerrors.New(|g
+s|\([^[:alnum:]]\)Parse\([[:upper:]]\{0,1\}[[:lower:]]*\)\([( ]\)|\1parse\2\3|g