Reply to thread

Re: AW: Rework of SQLite wrapper




I think output of these two commands on your DB might help me look further:


SELECT sql FROM sqlite_master WHERE name='local_episodes'


SELECT sql FROM sqlite_master WHERE name='online_episodes'


Top Bottom