Re: Dollar sign in identifiers

2022-08-19 Thread Julian Hyde
gt; Hello all, >>> >>> I've notice the following definition of identifier in parser.jj: >>> < IDENTIFIER: (|)* > >>> >>> Where the definition includes the dollar sign ($). >>> The Calcite documentation, as well as other databases doe

Re: Dollar sign in identifiers

2022-08-17 Thread Itiel Sadeh
gt; Hello all, > > > > I've notice the following definition of identifier in parser.jj: > > < IDENTIFIER: (|)* > > > > > Where the definition includes the dollar sign ($). > > The Calcite documentation, as well as other databases doesn't permit > >

Re: Dollar sign in identifiers

2022-08-16 Thread Julian Hyde
iel Sadeh > wrote: > > Hello all, > > I've notice the following definition of identifier in parser.jj: > < IDENTIFIER: (|)* > > > Where the definition includes the dollar sign ($). > The Calcite documentation, as well as other databases doesn't permit >

Dollar sign in identifiers

2022-08-16 Thread Itiel Sadeh
Hello all, I've notice the following definition of identifier in parser.jj: < IDENTIFIER: (|)* > Where the definition includes the dollar sign ($). The Calcite documentation, as well as other databases doesn't permit identifiers to start with dollar sign: > Unquoted identifiers, su