remove constants
1 unresolved thread
1 unresolved thread
Closes #3437786
Merge request reports
Activity
1243 1243 return $this->connection->getAttribute(\PDO::ATTR_SERVER_VERSION); 1244 1244 } 1245 1245 1246 /** 1247 * Returns the version of the database client. 1248 * 1249 * Assumes the client connection is \PDO. Non-PDO based drivers need to 1250 * override this method. 1251 * 1252 * @return string 1253 */ 1254 public function clientVersion() { 1255 return $this->connection->getAttribute(\PDO::ATTR_CLIENT_VERSION); 1256 } - Comment on lines -1246 to -1256
changed this line in version 4 of the diff
added 19 commits
-
b72318a2...644d8f2a - 16 commits from branch
project:11.x
- bcd3a10f - remove constants
- c9a61d61 - Remove utf8mb4 fallback support.
- 0f2c518d - restore \Drupal\Core\Database\Connection::clientVersion
Toggle commit list-
b72318a2...644d8f2a - 16 commits from branch
Please register or sign in to reply