Skip to content

mysql problem with view #175

@huguesmax

Description

@huguesmax

Hello
I've mysql database with some views
un error appear in RapidApp/Util/RapidDbic/CfgWriter.pm line 447

$->content eq $key || $->content =~ /^('|"){1}${key}('|"){1}$/

when $key = count(*)

I patch to pass the problem

if ( $key ne "count(*)" ) {
$->content eq $key || $->content =~ /^('|"){1}${key}('|"){1}$/
}

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