When using SQLite with DapperAOT and passing a list of values into an IN clause, the following query fails in AOT mode: It seems like the AOT generator does not correctly expand or transform the ...
SQLite version 3.46.1 2024-08-13 09:16:08 (UTF-16 console I/O) Enter ".help" for usage hints. Connected to a transient in-memory database. Use ".open FILENAME" to reopen on a persistent database. This ...