[dancer-users] can not quick_delete on sqlite ?
Tonton
to.tonton at gmail.com
Mon Aug 11 17:36:54 BST 2014
Hello
i use a db file per entreprise of user in my dancer app, i can get insert
and update
but for delete it is not really works...:(
this how i do that the table have primary key name id
my $dbname = "$UPLOAD/$entreprise/$entreprise.sqlite";
database({ driver => 'SQLite', database => $dbname
})->quick_delete('fournisseurs', {id => $idFourToDel} );
is someone with solution or same trouble
T.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.preshweb.co.uk/pipermail/dancer-users/attachments/20140811/6befbe6b/attachment-0001.html>
More information about the dancer-users
mailing list