alexdesousa / ayesql

Library for using raw SQL in Elixir
MIT License
135 stars 13 forks source link

Added support for Windows new line #8

Closed alexdesousa closed 4 years ago

alexdesousa commented 4 years ago

This PR fixes the bug where Windows new lines made lexer fail with a missing function clause e.g:

'\r\n--name: some_query'

Now it correctly adds ignores the new line.