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

fix(sqlite): round-trip BLOB and type affinity in the grid · Issue #800 · QueryaHub/Querya-Desktop · GitHub

fix(sqlite): round-trip BLOB and type affinity in the grid #800

Description

Summary

Table Browser maps cells with val == null ? 'NULL' : val.toString(). BLOB is a Uint8List dump. SQLite type affinity (TEXT vs INTEGER '00123') is not preserved on Save. sqlite_result_utils.convertSqliteResultRowsToStrings is unused by the table view (perf test only).

Scope

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 workingdata-gridInteractive data grid, cell editor, filtering, groupingssqliteSQLite database driver and workspace

    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