Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: How does sqlite3 module determine value type
Post: RE: How does sqlite3 module determine value type

Thanks for looking into this. The problem is that apparently, the python sqlite module will store a bytes object in the DB as a blob, not text. even for columns declared as varchar in the schema. Sql...
mirlos General Coding Help 2 985 Dec-12-2023, 09:37 AM
    Thread: How does sqlite3 module determine value type
Post: How does sqlite3 module determine value type

Hi, I have a preexisting sqlite3 db with a teble of users with a varchar column for storing a password hash. If the db is accessed through python only, I can insery bytes values into the column, and...
mirlos General Coding Help 2 985 Dec-04-2023, 08:02 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020