Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

DbAdapter query parameters in PDO #288

Closed
@ghost

Description

$dbAdapter->query('SET @@session.time_zone = :tz', [
    ':tz' => $timeZoneName,
]);

After #224, this line throws an error "Invalid parameter number: parameter was not defined"

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions