[Koha-bugs] [Bug 7245] Errors in MySQL tables population with mandatory data for italian installation

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Dec 12 17:56:22 CET 2011


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7245

Paul Poulain <paul.poulain at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |paul.poulain at biblibre.com
       Patch Status|Signed Off                  |Failed QA

--- Comment #8 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-12 16:56:22 UTC ---
QA comment: I hesitate to mark failed QA but... there is a big mistake in the
sql files: they are using short SQL statements:
+INSERT INTO `itemtypes` VALUES ('BK', 'Libro',5,0,'bridge/book.gif','');
and not

+INSERT INTO `itemtypes` (field1, field2, field3, field4, field5,...) VALUES
('BK', 'Libro',5,0,'bridge/book.gif','');

it means that the next modification in itemtypes will result in this bug being
reopened, because it will fail again.

Could you please fix the SQL and add the field names ?

marking failed QA,

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.


More information about the Koha-bugs mailing list