[Koha-bugs] [Bug 27008] New: Broken SQL statement formed in Breeding.pm

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Nov 13 10:14:13 CET 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27008

            Bug ID: 27008
           Summary: Broken SQL statement formed in Breeding.pm
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: joonas.kylmala at helsinki.fi
        QA Contact: testopia at bugs.koha-community.org

The C4/Breeding.pm code doesn't properly form SQL statements and gives error
instead:

> DBD::mysql::st execute failed: You have an error in your SQL syntax; check the > manual that corresponds to your MariaDB server version for the right syntax to > use near '' at line 5 [for Statement "SELECT import_record_id, file_name, isbn, > title, author
>               FROM  import_biblios 
>               JOIN import_records USING (import_record_id)
>               JOIN import_batches USING (import_batch_id)
>               WHERE "] at /usr/share/koha/lib/C4/Breeding.pm line 100.

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


More information about the Koha-bugs mailing list