I've encountered some odd/buggy behavior and HTTP 500 errors coming back from the API
I've encountered some odd/buggy behavior and HTTP 500 errors coming back from the API
CREATE TABLE my_table (my_field TEXT);
-- need to use double apostrophe instead of backslash escaping
INSERT INTO my_table VALUES ('body with escaped string can\'t be done');