stephencelis / SQLite.swift

A type-safe, Swift-language layer over SQLite3.
MIT License
9.7k stars 1.56k forks source link

The error about mutiple condition to filter sqlite data #1050

Closed KC-218 closed 3 years ago

KC-218 commented 3 years ago

Issues are used to track bugs and feature requests. Need help or have a general question? Ask on Stack Overflow (tag sqlite.swift).

Build Information

I got the error about The compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions When I set mutiple condition to filter data. How to fix and prevent this error. thanks.

nathanfallet commented 3 years ago

@Bruce9487 Can you show some code where you got this error?

nathanfallet commented 3 years ago

Ask on StackOverflow for this kind of questions