Skip to content

Commit

Permalink
Merge pull request #1890 from rutsky/patch-1
Browse files Browse the repository at this point in the history
treat PostgreSQL's "xml" field type as string
  • Loading branch information
NathanW2 committed Feb 8, 2015
2 parents d6bfe7c + e5a6a08 commit 47ffa70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/providers/postgres/qgspostgresprovider.cpp
Expand Up @@ -786,6 +786,7 @@ bool QgsPostgresProvider::loadFields()
fieldTypeName == "money" ||
fieldTypeName == "ltree" ||
fieldTypeName == "uuid" ||
fieldTypeName == "xml" ||
fieldTypeName.startsWith( "time" ) ||
fieldTypeName.startsWith( "date" ) )
{
Expand Down

0 comments on commit 47ffa70

Please sign in to comment.