I'm using eclipse dtp 1.7.2 with sqlite database, everthing is ok but executing this script gives strange result.
Only the first insert is executed!
drop table if exists prova;
create table prova (
f1 varchar(10),
f2 varchar(10)
);
insert into prova (f1,f2) values ("11","12");
insert into prova (f1,f2) values ("21","22");
I would like to attach a screenshot, but Maximum Files Per Messages: 0
By the way the tooltips of the formatting tools code and quote are inverted in the new topic page.