Closed evilmarty closed 1 year ago
Thanks for the report. You confirmed that pure elixir-space matching was necessary!
Thanks for fixing the issue. I see that 2.16.2 is out and has resolved my issue.
Fixed with 32e1839, but I used the wrong format and it didn't auto-close this issue.
Precheck
Environment
elixir --version
): 1.15.6 & OTP 26Current Behaviour
This commit expands
apply_where
to include the fragment"? @> ?"
which is not supported by SQLite. This tests that are using the helper functions fromOban.Testing
.Which would give the following error:
Expected Behaviour
In the previous version this would pass. This can be tested by changing the version of Oban in the above example.