FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix(mysql): START TRANSACTION toolbar must not overwrite the editor or nest with Table Save · Issue #809 · QueryaHub/Querya-Desktop · GitHub

fix(mysql): START TRANSACTION toolbar must not overwrite the editor or nest with Table Save #809

Description

Summary

_runTxCommand replaces session.controller.text with START TRANSACTION; / COMMIT; / ROLLBACK; then _executes. The user’s SQL is wiped. There is no _txOpen badge (Postgres has one). Combined with the shared read-write socket, Table Browser Save then hits nested START TRANSACTION.

Scope

  • Run tx control as its own execute without clobbering the editor buffer.
  • Track open transaction (e.g. SELECT @@in_transaction on 8.0 / MariaDB equivalent) and show it in the toolbar.
  • Disable Table Browser Save (or use a separate connection) while the SQL tab has an open tx.

Out of scope

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingeditorCode/SQL editormysqlMySQL database driver and workspaceuxUser experience, keyboard shortcuts and interactions

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions


      Back | FazBrowse Home | New Git URL