The value is stored already escaped in the DB? What do you get with:
    
    
    $ sqlite3 test.db
    SQLite version 3.34.1
    Enter ".help" for usage hints.
    sqlite> SELECT * FROM my_table;

Reply via email to