Skip to content

Implied, but unclear dependency on SafeMySql #5

Description

@alexstandiford

In a few strategies it uses ?s or ?n in this library.

"CREATE TABLE IF NOT EXISTS ?n ( $args ) CHARACTER SET ?s COLLATE ?s;",

This is because when I first built this I was making use of SafeMySql to help with the querying, to serve as a sort of drop-in replacement for WPDB.

We need to either explicitly make this package depend on SafeMySql or remove the SafeMySql-specific syntax.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions