parlot
parlot copied to clipboard
Added possibility to read non escapable sequences
Hi Seb,
I was missing the possibility to read string like in SQL where you escape using a double single quote (or as in C# when using the @string notation)
Please let me know if you need more that just the implementation.
PS: sorry for all the other changes, I have automated formatting when saving.
Coucou!
At least a little unit tests?
If you are actually working on a SQL parser, we need to migrate this one to Parlot. https://github.com/OrchardCMS/OrchardCore/blob/dev/src/OrchardCore.Modules/OrchardCore.Queries/Sql/SqlGrammar.cs
I'm actually working on a usql-like parser, so a mix a sql and c#