alexdesousa / ayesql

Library for using raw SQL in Elixir
MIT License
138 stars 14 forks source link

Attempted fix in Lexer #40

Open bglusman opened 2 weeks ago

bglusman commented 2 weeks ago

Seems to address #39 locally, though I discovered part of my issue was also not having ; at end of some SQL queries.... but I think better to tolerate that, since they work fine without them?