You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm encountering an issue with the IN() command in oatpp-SQLite. It seems that currently, there is no way to insert string parameters that are not supported by the scope (such as "12,14,15" for IN()), whether using the IN() command or simply using the OR command. However, if I hardcode the QUERY command with IN() or OR, it works as expected.
Is there a workaround or a recommended approach to handle this issue?
How to do it:
:usernames
isarray
The text was updated successfully, but these errors were encountered: