[Koha-bugs] [Bug 7726] AllowItemsOnHoldCheckout has columns in wrong order in sysprefs.sql

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Apr 7 08:04:38 CEST 2012


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

Chris Cormack <chris at bigballofwax.co.nz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |chris at bigballofwax.co.nz

--- Comment #2 from Chris Cormack <chris at bigballofwax.co.nz> ---
(In reply to comment #1)
> Created attachment 8643 [details]
> Bug 7726: explanation and options that were in the wrong order
> 
> I also removed the ` mysql-ism

If these files are to become non database specific, moving them out of the
mysql dir makes sense. Removing mysqlisms from mysql specific files doesn't
seem like a hugely useful thing to do. 

In this case it doesn't break anything, in the case of removing them all from
the mysql/kohastructure.sql it renders that file unable to create a database.
So a blanket policy of removing them under all circumstances is dangerous.
Making updatedatabase.pl db agnostic makes sense, making the schemas .. not so
much.

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


More information about the Koha-bugs mailing list