| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
MySQL/SQL allow escaping a quote inside a string by doubling it (e.g. 'O''Hare'). The lexer only recognized backslash escapes, so these literals were split into multiple STRING tokens and failed to parse. Update the STRING lexer rules to accept '' and "" inside quoted strings, matching https://dev.mysql.com/doc/refman/5.7/en/string-literals.html Co-authored-by: Cursor <cursoragent@cursor.com>
|
Ahoy, this seems like a great fix to this lib! I already had to fork this project so my project could be fixed, so I am not in a rush. But this does seem like a genuine gap this pr fixes. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Summary
Test plan
Made with Cursor