Matthew Johnston
Matthew Johnston
I'll look into this soon.
Indeed @LostKobrakai this looks to be a bug. Working on a fix now.
@LostKobrakai the "works" is different behavior than the postgres adapter because the `ANY` keyword doesn't appear. ``` iex([email protected])10> cond = dynamic([a], a.col in ^["abc", "def"]) dynamic([a], a.col in ^["abc", "def"])...
Yea we can't use the `[["ABC", "DEF"]]` construct because sqlite has no ability to bind a list of values. https://sqlite.org/c3ref/bind_blob.html This may require upstream changes in Ecto. I'm still trying...
I do not believe this can be supported. The list of array values without changing things upstream in ecto. All of the other SQL implementations can handle it just fine...
Others have just taken the entire library and inlined it into their projects or depend on forks. I have no idea who to contact to merge this and get a...
I'll be sure to leave this branch alone until this is merged upstream or until a new package takes over.
Due to the latest downtime, I've resorted to simply bumping the PKGBUILD along with ``` updpkgsums makepkg -sci ``` ``` pkgname='opencode-bin' pkgver=0.5.13 options=('!debug' '!strip') pkgrel=1 pkgdesc='The AI coding agent built...