Fix #567 by ignoring the keyword ON when extracting SQL tables.
The next item after ON is still not treated as a table, but query extraction doesn't stop at "ON" anymore (which is useful for multiple JOINs i.e.)
Checklist
[x] I've added this contribution to the changelog.md.
[x] I've added my name to the AUTHORS file (or it's already there).
Description
Fix #567 by ignoring the keyword ON when extracting SQL tables. The next item after ON is still not treated as a table, but query extraction doesn't stop at "ON" anymore (which is useful for multiple JOINs i.e.)
Checklist
changelog.md
.AUTHORS
file (or it's already there).