Skip to content

Commit 47ffa70

Browse files
committed
Merge pull request #1890 from rutsky/patch-1
treat PostgreSQL's "xml" field type as string
2 parents d6bfe7c + e5a6a08 commit 47ffa70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/providers/postgres/qgspostgresprovider.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -786,6 +786,7 @@ bool QgsPostgresProvider::loadFields()
786786
fieldTypeName == "money" ||
787787
fieldTypeName == "ltree" ||
788788
fieldTypeName == "uuid" ||
789+
fieldTypeName == "xml" ||
789790
fieldTypeName.startsWith( "time" ) ||
790791
fieldTypeName.startsWith( "date" ) )
791792
{

0 commit comments

Comments
 (0)