I notice that `toUnnamed('select * from test where id like \'%:id%\'', {id: 1})` does not produce the expected result, rather: ```js [ 'select * from test where id like \'%:id%\'', [] ] ```
I notice that
toUnnamed('select * from test where id like \'%:id%\'', {id: 1})does not produce the expected result, rather: