jorgerojas26 / lazysql

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

Fix a copy/base bug in the query editor #131

Open svanharmelen opened 1 day ago

svanharmelen commented 1 day ago

Next to the fact that pasting to the query editor was extremely slow, it also filtered out some chars like { and } which broke queries pasted in. These things where actually already updated/fix in the used dependencies, so updating them fixed these issues.