sqlite quoting
Posted to
tcl
by kostix at Sun Mar 22 21:07:57 GMT 2009
view raw
% sqlite db :memory:
% db
eval
{ create table foo (foo) }
%
set
a s'trin'g
s'trin'g
% db
eval
{ insert into foo (foo) values (
$a
) }
% db
eval
{ select * from foo }
s'trin'g
Recent Posts
junk by bcharder
19 days ago
tcl by egavilan
28 days ago
tcl by Stu
30 days ago
tcl by Stu
30 days ago
tcl by oldlaptop
64 days ago
tcl by oldlaptop
64 days ago
tcl by Molnija Bjornsson
69 days ago
tcl by Molnija Bjornsson
69 days ago
tcl by zmoment
69 days ago
tcl by zmoment
69 days ago
Submit
New paste
Documentation
From Jabber