Skip to content

Commit

Permalink
treat PostgreSQL's "xml" type as string
Browse files Browse the repository at this point in the history
  • Loading branch information
rutsky committed Feb 6, 2015
1 parent 88c928a commit e5a6a08
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 e5a6a08

Please sign in to comment.