ElDavoo / wa-crypt-tools

Manage WhatsApp .crypt12, .crypt14 and .crypt15 files.
GNU General Public License v3.0
636 stars 80 forks source link

Unwanted case substitution #45

Closed komova-i closed 1 year ago

komova-i commented 1 year ago

Hi! After processing the script, the messages change the case to lower case. Is it possible to avoid this? I need the messages in their original form, as the links from the messages don't work after changing the case. Thanks in advance)

ElDavoo commented 1 year ago

Hi, the script does not alter the sqlite database in any way.

komova-i commented 1 year ago

Are you sure?) But the case is definitely changed to lower case for all data. This may not be intentional, but the script does change the case, you can see for yourself)

ElDavoo commented 1 year ago

and you can read the code.

ElDavoo commented 1 year ago

You're probably using the sqlite viewer incorrectly image

komova-i commented 1 year ago

I open the database via SQlite Studio or upload data via command line shell for SQLite using SELECT. Ok, you've convinced me) I'll check what might be wrong on the sqlite side.

ElDavoo commented 1 year ago

For reference, I'm using DB Browser for SQLite.