Thread perlboard @ sourceforge
(194 answers)
Opened by pq at 2006-07-18 03:21
hab den fehler gefunden.
man kann in mysql5 (aber auch in 4.1.18) ein set-feld so abfragen: where status = 8 where status in (8) where status+0 = 8 where status+0 in (8) das funktioniert alles. in mysql4 (<4.1.18) funktionieren nur die beiden letzten mit explizitem numerischem kontext. hab das mal in DB.pm gefixt. sollte also jetzt wieder gehn.\n\n <!--EDIT|pq|1155323522--> Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. -- Damian Conway in "Perl Best Practices"
lesen: ![]() ![]() |