Issue using COUNT(...) in GCP
Hey,
This may not be a Tiberius specific issue but I have a Rust server hosted on GCP Serverless service. I've discovered all queries using COUNT(...) function cause it to fail. So I get an anonymous error in GCP which leads to the service having to automatically restarting. I was wondering if you would maybe have an idea of the underlying issue. Whether it's some form of unsupported feature in the cloud?
Sorry for late reply, we've had a busy week. This is hard to say without knowing more about the error. Can you get it to fail by running against the dockerized sql server?
Hey - this still seems to be an issue. The GCP dockerized actix-web server using tiberius can't perform COUNT operations. It causes it to panic/return Result::Err