jorgerojas26 / lazysql

A cross-platform TUI database management tool written in Go.
MIT License
916 stars 51 forks source link

Fix query to get primary column names for postgres #126

Open svanharmelen opened 5 days ago

svanharmelen commented 5 days ago

Not sure if/how this worked for other users, but for my setup (using named schemas) this didn't work. By taking the schema name into account when doing the query it now works great for all use cases (as far as I could test/verify).