https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21940
Bug ID: 21940
Summary: Query parameters of the form <<in "foo">> return no
results.
Change sponsored?: ---
Product: Koha
Version: 18.05
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5 - low
Component: Reports
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
Running the following report
select
cardnumber,
firstname,
surname,
categorycode
from borrowers
where categorycode = <<in "s">>
returns no results. Inspecting 'Show SQL' reveals
select
cardnumber,
firstname,
surname,
categorycode
from borrowers
where categorycode = NULL
however
where categorycode = <<in s>>
and
where categorycode = <<"s">>
both work.
--
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/