TV-Server Version: fresh svn on 25.4.
title says it all
the setup program creates a table called tvlibrary.program
then tries to create an index for tvlibrary.Program
which, using linux mysql is plain wrong:
mysql> select * from program;
Empty set (0.00 sec)
mysql> select * from Program;
ERROR 1146 (42S02): Table 'tvlibrary.Program' doesn't exist
please turn all references to take into account case
title says it all
the setup program creates a table called tvlibrary.program
then tries to create an index for tvlibrary.Program
which, using linux mysql is plain wrong:
mysql> select * from program;
Empty set (0.00 sec)
mysql> select * from Program;
ERROR 1146 (42S02): Table 'tvlibrary.Program' doesn't exist
please turn all references to take into account case