Thread [DBIx::Class] Query mit mathematischen Operatoren?
(10 answers)
Opened by martin.g at 2013-11-22 14:36
(falls ich richtig verstanden habe was es tut)
Code (perl): (dl
)
1 2 3 4 my $books = Books->find('read = ?', 0); if (...) { $books = $books->find('myval = ?', 1); } 1 + 1 = 10
|