- March 26, 2007
- 3,715
- 180
- Home Country
- Germany
When there exists a channel without tuning details in the database, database upgrade 61 fails with error message 'Column channelNumber cannot be null'. That happens because the subquery returns no rows for a channel without tuning details, and MySQL interprets this as NULL.
Continue reading...
Continue reading...