RapidApp
RapidApp copied to clipboard
mysql problem with view
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}$/ }