table name tab-completion not working between 0.18.x -> 0.19.x
Author: tomans-spirentCreated Aug 9, 2024Updated Jan 8, 2026
Description of issue:
When I upgrade from the 0.18.x release to the 0.19.x release the tab-completion of the table names in places like select * from no longer works with no errors shown.
Background context:
I am running usql_static on ubuntu 20.04 amd64, connecting to a postgres 12 instance.
Something between those two versions might have broken this functionality.
Source: xo/usql