We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent f94d08d commit 0e5718dCopy full SHA for 0e5718d
src/server/services/wfs/qgswfsgetfeature.cpp
@@ -1455,7 +1455,7 @@ namespace QgsWfs
1455
QString encodeValueToText( const QVariant &value, const QgsEditorWidgetSetup &setup )
1456
{
1457
if ( value.isNull() )
1458
- return QStringLiteral( "null" );
+ return QString();
1459
1460
if ( setup.type() == QStringLiteral( "DateTime" ) )
1461
0 commit comments