Bug 4269

Summary: Module DBD::SQLite2 requirement will cause problems
Product: Koha Reporter: Colin Campbell <colin.campbell>
Component: Architecture, internals, and plumbingAssignee: Galen Charlton <gmcharlt>
Status: CLOSED FIXED QA Contact: Bugs List <koha-bugs>
Severity: enhancement    
Priority: P5 - low CC: andrew, kyle, mtj, paul.a, ruth, victor, wainuiwitikapark
Version: Main   
Hardware: PC   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29881
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30209
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Chris Cormack 2010-05-21 01:25:11 UTC


---- Reported by colin.campbell@ptfs-europe.com 2010-02-25 16:18:38 ----

The module DBD::SQLite2 is a requirement at present. CPAN testers matrix shows it failing on most linux perls >  5.8.7 it seems to only be used in the script
log misc/cronjobs/create_koc_db.pl which also can now support sqlite3. 
Should it be removed from Makefile.PL and the script commented to that affect for anyone wishing to use it?



--- Bug imported by chris@bigballofwax.co.nz 2010-05-21 01:25 UTC  ---

This bug was previously known as _bug_ 4269 at http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4269

Actual time not defined. Setting to 0.0
Setting qa contact to the default for this product.
   This bug either had no qa contact or an invalid one.

Comment 1 Katrin Fischer 2014-11-02 10:14:21 UTC
*** Bug 9746 has been marked as a duplicate of this bug. ***
Comment 2 Katrin Fischer 2019-05-04 13:37:14 UTC
Module is listed as non-required, minimal version 0.33 for Offline Circulation Feature atm.

Not sure about the current state of the module itself.
Comment 3 Mason James 2022-03-02 02:31:32 UTC
> 
> ---- Reported by colin.campbell@ptfs-europe.com 2010-02-25 16:18:38 ----
> 
> The module DBD::SQLite2 is a requirement at present. CPAN testers matrix
> shows it failing on most linux perls >  5.8.7 it seems to only be used in
> the script
> log misc/cronjobs/create_koc_db.pl which also can now support sqlite3. 
> Should it be removed from Makefile.PL and the script commented to that
> affect for anyone wishing to use it?
> 

this bug can be closed, due to work in bz-29881

also, DBD::SQLite2 module has been passing tests since 2018-09-29
   http://matrix.cpantesters.org/?dist=+DBD%3A%3ASQLite2