dbcli / mycli

A Terminal Client for MySQL with AutoCompletion and Syntax Highlighting.
http://mycli.net
Other
11.5k stars 664 forks source link

Fix autocompletion fail for multiple JOINs #974

Closed afonsocarlos closed 3 years ago

afonsocarlos commented 3 years ago

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

amjith commented 3 years ago

Thank you! I'm giggling at the fact you took the effort to alphabetized the contributors list.