Skip to content
Snippets Groups Projects

remove constants

Closed quietone requested to merge issue/drupal-3437786:3437786-policy-decide-what into 11.x
1 unresolved thread

Closes #3437786

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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 }
  • quietone added 19 commits

    added 19 commits

    Compare with previous version

  • closed

  • Please register or sign in to reply
    Loading