I like HeidiSQL so much, but I have one suggestion on SQL auto-completion.
Tables
BA_AUDIT_LOG, BA_APP_LOOKUP
Existing
BA_AUDIT_LOG = type "AUDIT_LOG", pop up "BA_AUDIT_LOG" BA_AUDIT_LOG = type "AL", pop up nothing
Expected
BA_AUDIT_LOG = type "AUDIT_LOG", pop up "BA_AUDIT_LOG" BA_AUDIT_LOG = type "A_L", pop up "BA_AUDIT_LOG" or "BA_APP_LOOKUP" BA_AUDIT_LOG = type "AU_L", pop up "BA_AUDIT_LOG"
Could it be enhanced in that way? In a similar way to JetBrain's DataGrip, typing such a word would be faster and easier.
Thank you for creating such an amazing tool. I love it so much!