Skip to content

Commit 0a33336

Browse files
author
jef
committed
fix for #1031
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8335 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 5ad1872 commit 0a33336

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/qgspgquerybuilder.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ void QgsPgQueryBuilder::on_btnGreaterThan_clicked()
362362

363363
void QgsPgQueryBuilder::on_btnPct_clicked()
364364
{
365-
txtSQL->insert(" % ");
365+
txtSQL->insert("%");
366366
}
367367

368368
void QgsPgQueryBuilder::on_btnIn_clicked()

0 commit comments

Comments
 (0)