[mythtv-commits] Ticket #12868: !!NoTrans: SQL Error: Column 'inetref' cannot be null [#1048]!!

MythTV noreply at mythtv.org
Fri Sep 2 08:57:53 UTC 2016


#12868: !!NoTrans: SQL Error: Column 'inetref' cannot be null [#1048]!!
----------------------------------+-------------------------
 Reporter:  mythtvBugs@…          |          Owner:  stuarta
     Type:  Bug Report - General  |         Status:  new
 Priority:  minor                 |      Milestone:  0.28.1
Component:  Plugin - MythWeb      |        Version:  0.28.0
 Severity:  medium                |     Resolution:
 Keywords:                        |  Ticket locked:  0
----------------------------------+-------------------------

Comment (by stuarta):

 There is an interesting anomaly in our DB schema here.

 For programs table we have this definition
 `inetref` varchar(40) DEFAULT '',
 and for oldrecorded table we have this definition
 `inetref` varchar(40) NOT NULL,
 and according to `desc oldrecorded` in my DB the default
 value is NULL whilst not being allowed to be NULL.

--
Ticket URL: <https://code.mythtv.org/trac/ticket/12868#comment:2>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list