I was trying to use the row_number() SQLite window function in a dynamic playlist, and I found that it was failing because LMS is currently on SQLite version 3.22 and window_functions were not added until version 3.25. Would it be possible to use a newer DBD::SQLite? The current version of it bundles SQLite 3.37. I suspect that would have benefits beyond just window function support...
Thanks,
Mike
Thanks,
Mike