1 Feb
2024
1 Feb
'24
2:19 p.m.
You could have a test_like_query() modeled after test_select() and an exec_like_query() modeled after exec_query() that also checks the number of objects returned. For queries you could use variations of this: `` SELECT * FROM Win32_Process WHERE Caption LIKE 'explorer.%' `` -- https://gitlab.winehq.org/wine/wine/-/merge_requests/4993#note_59842