I have code that runs against a MySQL database but the unit tests for the code use SQLite.
The issue is one code method uses a SQL query which aggregates using the
BIT_OR
function of MySQL. Is there an equivalent or a way to replicate its functionality in SQLite?
Asked by Nick Gotch
(163 rep)
Oct 7, 2020, 04:33 PM
Last activity: Jun 13, 2025, 06:11 PM
Last activity: Jun 13, 2025, 06:11 PM