Xemptuous / sqlua.nvim

A SQL IDE and UI for NeoVim written in Lua. Inspired by vim-dadbod vim-dadbod-ui.
Apache License 2.0
52 stars 0 forks source link

fixed connection method #2

Closed Xemptuous closed 1 year ago

Xemptuous commented 1 year ago

Connections object method was changed from Connections:read() to Connections.read(), but the corresponding call in Connections.add() was still using the self version of :. Still working in 0.9.0 release, but changed nonetheless.