[Koha-bugs] [Bug 30571] New: Table z3950servers: which fields should be NOT NULL ?

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Apr 20 15:34:47 CEST 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30571

            Bug ID: 30571
           Summary: Table z3950servers: which fields should be NOT NULL ?
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Database
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: m.de.rooy at rijksmuseum.nl
        QA Contact: testopia at bugs.koha-community.org

`host` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT 'target''s
host name',
  `port` int(11) DEFAULT NULL COMMENT 'port number used to connect to target',
  `db` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT 'target''s
database name',
  `syntax` varchar(80) COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT 'marc
format provided by this target',
  `encoding` mediumtext COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT
'characters encoding provided by this target',

Seems to me that those fields should be NOT NULL.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list