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

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!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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