Returns the version of the database client.
Assumes the client connection is \PDO. Non-PDO based drivers need to override this method.
string
public function clientVersion() { return $this->connection ->getAttribute(\PDO::ATTR_CLIENT_VERSION); }