我在Doctrine DBAL手册或此处搜索中找不到任何相关内容。
基本上我的问题是,有没有办法使用Doctrine DBAL获取数据库服务器信息。
PHP有像“mysqli_get_server_info()”和“PDO :: getAttribute(PDO :: ATTR_SERVER_VERSION)”之类的东西,所以我一直在寻找Doctrine DBAL是否支持这样的东西。
答案 0 :(得分:0)
一个老问题,但我也需要一个答案。
这样:
$this->getDoctrine()->getConnection()->getWrappedConnection()->getServerVersion();