Skip to content
This repository was archived by the owner on May 22, 2024. It is now read-only.
This repository was archived by the owner on May 22, 2024. It is now read-only.

selectValue in DB plugin #52

@rcamprodon

Description

@rcamprodon

selectValue($tableName, $column, $where = null) is implemented as

$stmt = $this->executeSelect($tableName, $column, $where,$afterwhere);
return $stmt->fetchColumn();

$afterwhere is not declared so this gives errors when errors are enabled.
The solution is to replace $afterwhere by ''

Otherwise Atomik is really excellent!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions