yy0931 / sqlite3-editor

https://marketplace.visualstudio.com/items?itemName=yy0931.vscode-sqlite3-editor
GNU General Public License v3.0
838 stars 6 forks source link

Error #58

Closed dh-coding closed 3 months ago

dh-coding commented 3 months ago

database disk image is malformed Query: SELECT schema, name, type FROM pragma_tablelist WHERE NOT (name LIKE "sqlite\%" ESCAPE "\") AND schema = 'main' COLLATE NOCASE Parameters: []

yy0931 commented 3 months ago

Thanks for opening the issue, but I can't fix it without further information.

dh-coding commented 3 months ago

I was using live share, my friend was hosting it. Any SQLite3 database would show that error.

yy0931 commented 3 months ago

Thanks for the information, I'll investigate it.

yy0931 commented 3 months ago

After searching a bit, I found that we need to submit a request to the authors of Live Share for whitelisting this extension, like microsoft/live-share#5046, then we need to implement our logic for sharing data between hosts. However, I'm not seeing any incentive to do that much work.

dh-coding commented 3 months ago

Okay, fair enough. Thank you for looking into it.