> On 1 Nov 2016, at 2:38pm, mark <no...@null.net> wrote: > > VALUES > ( > ?, > ?, > ?, > ?, > ?, > ?, > ?, > ?, > ? > ) > ; > > At least that is what I am passing to Perl's DBD::SQLite prepare() > method. I am then binding the following values before running execute: > > $VAR1 = [ > 'Mark Lawrence', > 'em...@address.net', > 'email', > 'ML', > 13, > 'en', > '1478010282201', > 3600000, > undef > ];
Excuse me. I don't know Perl, or how it uses its DBD module. Are you binding each of those values (e.g. 'ML') separately, or are you binding the whole of $VAR1 as one operation ? Simon. _______________________________________________ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users