Strings with null bytes inside sqlite

Pierre Quentel quentel.pierre at wanadoo.fr
Thu Jan 8 15:57:19 EST 2004


I want to store strings in a sqlite database, but my strings may contain
null bytes and sqlite can't handle this. What is the best way to solve the
problem (the fastest in execution time and / or the one that produces the
least additional bytes) : base64, or is there a better solution ?

Thanks,
Pierre





More information about the Python-list mailing list