koha-bugs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-bugs] [Bug 1280] New: Reserved MySQL keywords in koha.mysql


From: bugzilla-daemon
Subject: [Koha-bugs] [Bug 1280] New: Reserved MySQL keywords in koha.mysql
Date: Sat, 20 Jan 2007 19:11:32 +1300 (NZDT)

http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=1280

           Summary: Reserved MySQL keywords in koha.mysql
           Product: Koha
           Version: 2.2.7
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: trivial
          Priority: P2
         Component: Database
        AssignedTo: address@hidden
        ReportedBy: address@hidden
         QAContact: address@hidden


Using MySQL 5.0.22, hoka.mysql causes an error when it encounters the 'return'
field in the itemtypes table.  'return' is a reserved keyword
<http://dev.mysql.com/doc/refman/5.0/en/reserved-words.html>, and putting
quotes around it fixed the problem on my sytem.

koha.mysql:
780c780
<   return char(4) default NULL,
---
>   `return` char(4) default NULL,




------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]