Skip to content

Renew connection if it was closed #1155

@Tigrov

Description

@Tigrov

Proposed new feature or change

  1. Collect params to bind
    public function bindParam(
  2. Pass CommandInterface ($this) to retryHandler() Need more environment for retry handler #1130
    if ($this->retryHandler === null || !($this->retryHandler)($e, $attempt)) {
  3. By default, try to renew connection and pdoStatement if the connection was closed
  4. Throw an exception if a transaction was started

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions