On 6 February 2014 22:21, Andrew Stitcher <[email protected]> wrote:

> On Thu, 2014-02-06 at 20:36 +0100, Rob Godfrey wrote:
> > ...
> > This bit:
> >
> > TOKEN [IGNORE_CASE] :
> > {
> >     < ID : ["a"-"z", "_", "$"] (["a"-"z","0"-"9","_", "$"])* >
> >     | < QUOTED_ID : "\"" ( ("\"\"") | ~["\""] )*  "\""  >
> > }
> >
>
> Cool, thanks for that - does it really have double quote as the escape
> for \"? that's really horrible (but consistent with the quoted single
> quote syntax in strings).
>
>
Yeah - I think it's some horrid carry-over from SQL92...

-- Rob


> A
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to