koha-devel
[Top][All Lists]
Advanced

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

Re: [Koha-devel] 2.2.7-installer problems


From: Dorian Meid
Subject: Re: [Koha-devel] 2.2.7-installer problems
Date: Sat, 3 Mar 2007 02:03:05 +0100

Am 03.03.2007 um 01:06 schrieb Dorian Meid:


ERROR 1064 (42000) at line 772: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'return char(4) default NULL,
  renewals tinyint(4) default NULL,
  timestamp tim' at line 9


Found the bug:
It's in the koha.mysql, line 780

it is:
  return char(4) default NULL,

and should be:
  `return` char(4) default NULL,

since "return" is a key-word in mysql.
Who will fix it in cvs?

Dorian Meid








reply via email to

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