< my $ctFilter = $args->{types} eq 'list' ? "= 'ssp'" : "!= 'dir'"; ---my $ctFilter = $args->{types} eq 'list' ? "== 'ssp'" : "!= 'dir'";
== indeed is an operator which is not compatible with MySQL/MariaDB, but would be accepted by SQLite. I'll fix that.
MySQL compatibility probably hasn't seen a lot of attention recently. Please let me know about any further findings.
Thanks! -- Michael _______________________________________________ beta mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/beta
