Skip to content

Commit

Permalink
Merge commit 'b3973447c58080761eed7155ff8bb79c6339464f'
Browse files Browse the repository at this point in the history
  • Loading branch information
ftomei committed Nov 28, 2023
2 parents 0debc99 + b397344 commit 5fded80
Show file tree
Hide file tree
Showing 16 changed files with 292 additions and 269 deletions.
2 changes: 1 addition & 1 deletion agrolib/dbMeteoPoints/dbArkimet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ QList<int> DbArkimet::getId(QString VarName)

if( !qry.exec(myQuery))
{
error = "Error in execute query:\n" + myQuery + "\n" + qry.lastError().text();
this->setErrorString("Error in execute query:\n" + myQuery + "\n" + qry.lastError().text());
}
else
{
Expand Down
Loading

0 comments on commit 5fded80

Please sign in to comment.