BUG: Show table columns with datatype in table token hint (screenshot)

Kcko's profile image Kcko posted 3 weeks ago in General Permalink

Today i found this new functionality - really great, but it has a small bug.

See short video (hint works only for first and third table in query, for second nope - and why? because its has same name as reserved keyword? Closing in backtick does not work).

Thx for info.

https://is.gd/ioOICI

ansgar's profile image ansgar posted 3 weeks ago Permalink

Yes "order" is a reserved keyword, which takes precedence over table names. A token can only be either of them, not both at the same time. Surrounding it with backticks makes it a "delimited identifier" token, but that's again something different.

Please login to leave a reply, or register at first.