yiisoft/db-mysql

Check DBMS by connection instead of environment variable

開放

#446 建立於 2025年11月23日

 (0 則留言) (0 個反應) (0 位負責人)PHP (20 個分叉)auto 404
good first issuetype:test

倉庫指標

星標
 (43 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

Currently we use environment variable YII_MYSQL_TYPE to check DBMS type (MySQL or MariaDB). Instead of relying on the environment variable, we can query the DBMS directly to determine the type, and then cache the result in TestConnection.

貢獻者指南