Skip to content

Commit

Permalink
support the XML column type as simple string
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Oct 2, 2012
1 parent aa0af8a commit a0b5815
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/backends/postgresql/statement.cpp
Expand Up @@ -497,6 +497,7 @@ void postgresql_statement_backend::describe_column(int colNum, data_type & type,
case 2275: // cstring
case 18: // char
case 1042: // bpchar
case 142: // xml
type = dt_string;
break;

Expand Down

0 comments on commit a0b5815

Please sign in to comment.