This commit is contained in:
Jamie Cameron
2022-10-21 19:48:02 -07:00
parent 3758aec710
commit 70546895cd

View File

@@ -1013,6 +1013,9 @@ if ($info->{'create'} =~ /using\s+(\S+)\s/) {
}
if ($info->{'create'} =~ /\((.*)\)/) {
$info->{'cols'} = [ split(/\s*,\s*/, $1) ];
foreach my $c (@{$info->{'cols'}}) {
$c =~ s/^"(.*)"$/$1/;
}
}
return $info;