One of my API routes uses a raw sql ...merge into... command in order to do an atomic upsert operation, and in my automated tests I've got a ...TestServer... instance that uses the in-memory db provider. It gives me an error, probably because the in-memor...