This repository was archived by the owner on Aug 5, 2022. It is now read-only.

Description
Hi, @klihub
I make a resource set be acquired. it contains resource audio_playback. then I using the debug console to watch audio_playback_users table.
first I execute select * from audio_playback_users, it output:
rsetid autorel state grant role
1 0 2 1 usb
second, I execute select * from audio_playback_users where grant=1, it output:
rsetid autorel state grant role
no rows
this seems strange. is this a db engine bug?