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 93284cc commit ee95b95Copy full SHA for ee95b95
src/providers/postgres/qgspostgresprovider.cpp
@@ -1693,7 +1693,7 @@ QVariant QgsPostgresProvider::getDefaultValue(int fieldId)
1693
" AND table_name = " + quotedValue(mTableName) +
1694
" AND column_name = " + quotedValue(fieldName) );
1695
1696
- QVariant defaultValue = QString::null;
+ QVariant defaultValue(QString::null);
1697
1698
PGresult* result = PQexec(connection, sql.toUtf8());
1699
0 commit comments