mirror of
https://github.com/absadiki/whatsapp-msgstore-viewer.git
synced 2026-04-27 12:55:57 +03:00
[PR #17] [MERGED] V3 schema was vibe code by cursor using o3 model based on the error i… #23
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whatsapp-msgstore-viewer#23
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/absadiki/whatsapp-msgstore-viewer/pull/17
Author: @coldcoldmanga
Created: 6/14/2025
Status: ✅ Merged
Merged: 6/15/2025
Merged by: @absadiki
Base:
main← Head:add-v3-schema📝 Commits (1)
b63c38dV3 schema was vibe code by cursor using o3 model based on the error i encountered with the v2 schema, i think it basically added the new column and add a null check for the column📊 Changes
2 files changed (+160 additions, -0 deletions)
View changed files
➕
dbs/v3/__init__.py(+13 -0)➕
dbs/v3/db.py(+147 -0)📄 Description
Hi, so im working on a project in my college and your tool is really handy. Just the two v1 and v2 schema doesn't work so i use cursor to created a v3 schema based on the msgstore.db i currently have. Everything is vibe coded based on the original v2 and my msgstore.db file. Thanks.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.