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
tcl by oldlaptop
1 days ago
tcl by apn
3 days ago
tcl by rmax
6 days ago
tcl by kevin_walzer
10 days ago
tcl by Bradipo
25 days ago
tcl by Stu
47 days ago
tcl by rhobart
60 days ago
tcl by stevel
64 days ago
tcl by dandyn
72 days ago
tcl by dandyn
72 days ago
Submit
New paste
Documentation
From Jabber