Skip to content
Snippets Groups Projects
Commit 95b9c728 authored by Arek Icrapzych's avatar Arek Icrapzych
Browse files

someone forgot to put "" with an update sql statement making it non-compiling

naughty, naughty man! ;-)
parent 7482015b
No related branches found
No related tags found
No related merge requests found
......@@ -161,7 +161,7 @@ sub add_feature_type {
'WHERE coord_system_id = ? ' .
'AND table_name = ? '.
"AND (max_length<$length ".
"OR max_length is null));
"OR max_length is null)");
$sth->execute( $cs->dbID(), $table );
$self->{'_max_len_cache'}->{$cs->dbID()}->{$table} = $length;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment