Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. SQLite blob data indexing / sorting?
Forum Updated to NodeBB v4.3 + New Features

SQLite blob data indexing / sorting?

Scheduled Pinned Locked Moved Unsolved General and Desktop
1 Posts 1 Posters 237 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    davecotter
    wrote on last edited by
    #1

    I can display blob data in a custom way quite easily: custom draw is well documented.

    but how can i sort / search this blob data in a custom way?

    eg: if a binary blob has "file alias data" (which is basically a file path but with extra info such that the file can be found if moved), then in the display i show the "resolved" path (easily enough), but i also want to be able to sort by how it is displayed, and search on what is displayed, not on the blob itself.

    how can i accomplish this? deterministic user-function? virtual table? relational link?

    any ideas? i'm open to suggestions!

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved