Skip to content

MySQL 5.7 issue #45

@Jako

Description

@Jako

Please replace

"elements": "@SELECT 'Unknown' AS username, 0 as id FROM [+PREFIX+]web_users LIMIT 1 UNION (SELECT username, id FROM [+PREFIX+]web_users ORDER BY username ASC)"

with

"elements": "@SELECT 'Unknown' AS username, 0 as id UNION (SELECT username, id FROM [+PREFIX+]web_users ORDER BY username ASC)"

in assets/tvs/multitv/configs/dbtabledemo.config.json and assets/tvs/multitv/moduleconfigs/event_log.moduleconfig.json

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions