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
fix: resolve editor bugs (#367)
* fix(bubbletui): append new content from the query history
* fix(bubbletui): fix cursor handling after deleting the current line
feat: toggle fullscreen in resultset and editor only (#363)
* Feat: toggle fullscreen in resultset and editor only
* fixing test, and adding test for fullscreen
* use esc to exit from fullscreen
* fix exit from history and help
* docs: adding screenshots and docs updated
fix: default schema management (#344)
* fix(form): add the schema input for drivers that need it
* fix(client): avoid setting set the schema if it was not provided by the user (#345)
---------
Co-authored-by: Raul <56479285+raulpy271@users.noreply.github.com>
fix: default schema management (#344)
* fix(form): add the schema input for drivers that need it
* fix(client): avoid setting set the schema if it was not provided by the user (#345)
---------
Co-authored-by: Raul <56479285+raulpy271@users.noreply.github.com>
feat: execute query at cursor only (#330)
* Feat: Execute query at cursor only
* Fix tests
* refactor(editor): make the queryAtCursor function returns the line the cursor is on
* fix(editor): check if the query is empty
---------
Co-authored-by: Daniel Omar Vergara Pérez <daniel.omar.vergara@gmail.com>