Extending Grammar Mapping

2021-11-03 Thread Jeremy Dyer
Hello, I am working on a custom parser grammar that extends "PostgresqlSqlDialect". I have a simple case where I want to allow my grammar to accept the token "SUBSTR" and have it behave exactly like "SUBSTRING" would. Is there a simple way to map this behavior without having to create a new "SqlCa

Re: Extending Grammar Mapping

2021-11-09 Thread JiaTao Tao
It seems you needn't create a new "SqlCall" What's the problem you're having? Regards! Aron Tao Jeremy Dyer 于2021年11月4日周四 上午5:26写道: > Hello, > > I am working on a custom parser grammar that extends > "PostgresqlSqlDialect". I have a simple case where I want to allow my > grammar to accept the