Skip to content

Commit 46474b4

Browse files
m-kuhntroopa81
andcommittedFeb 22, 2019
Use quote for bracket character
Co-Authored-By: troopa81 <julien.cabieces@oslandia.com>
1 parent 0753b14 commit 46474b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/providers/postgres/qgspostgresconn.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1011,7 +1011,7 @@ static QString quotedList( const QVariantList &list )
10111011
}
10121012

10131013
QString inner = i->toString();
1014-
if ( inner.startsWith( "{" ) )
1014+
if ( inner.startsWith( '{' ) )
10151015
{
10161016
ret.append( inner );
10171017
}

0 commit comments

Comments
 (0)
Please sign in to comment.