-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
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
Labels
No labels