You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue: Saved Queries Not Accessible When Connection Name Contains Square Brackets ([ and ])
Description
I encountered an issue with vim-dadbod-ui where saved queries are not accessible in the "Saved Queries" section if the connection name contains both a left square bracket ([) and a right square bracket (]).
Steps to Reproduce
Define a connection in g:dbs with a name containing both square brackets. For example:
Issue: Saved Queries Not Accessible When Connection Name Contains Square Brackets (
[
and]
)Description
I encountered an issue with
vim-dadbod-ui
where saved queries are not accessible in the "Saved Queries" section if the connection name contains both a left square bracket ([
) and a right square bracket (]
).Steps to Reproduce
g:dbs
with a name containing both square brackets. For example:vim-dadbod-ui
drawer and select the connection.<Plug>(DBUI_SaveQuery)
or an equivalent command.Observed Behavior
Expected Behavior
Additional Information
[
and]
) from the connection name resolves the issue.Environment
Suggested Fix
[
and]
in connection names when creating or accessing saved queries.Thank you for the great plugin! Please let me know if you need additional details or logs to troubleshoot this issue.
The text was updated successfully, but these errors were encountered: