Welcome Guest, Not a member yet? Register   Sign In
SQLite3 - inserting binary data
#1

Hi,

Have anyone tried and succeeded in inserting any binary data to SQLite3 with CodeIgniter 4?

I tried to do it yesterday and failed. After some investigation, I think it's quite impossible, but maybe I'm just missing something. My data comes from a byte string, not a file - if it changes something (probably not). From what I saw it's probably possible with PreparedQuery, but I need it to work with Builder class.

My byte string has some chars that break everything
Code:
';


I would appreciate any ideas and hints.
Reply


Messages In This Thread
SQLite3 - inserting binary data - by michalsn - 05-14-2020, 08:56 AM



Theme © iAndrew 2016 - Forum software by © MyBB