Skip to content

Commit

Permalink
Updates DBMetadataUtil SQL_TO_ODATA_EDM_TYPES
Browse files Browse the repository at this point in the history
  • Loading branch information
ThuF committed Jan 10, 2022
1 parent ca49139 commit 62c7256
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ public class DBMetadataUtil {
SQL_TO_ODATA_EDM_TYPES.put("DOUBLE", "Edm.Double");
SQL_TO_ODATA_EDM_TYPES.put("VARCHAR", "Edm.String");
SQL_TO_ODATA_EDM_TYPES.put("NVARCHAR", "Edm.String");
SQL_TO_ODATA_EDM_TYPES.put("CHARACTER VARYING", "Edm.String");
SQL_TO_ODATA_EDM_TYPES.put("CHAR", "Edm.String");
SQL_TO_ODATA_EDM_TYPES.put("NCHAR", "Edm.String");
SQL_TO_ODATA_EDM_TYPES.put("BINARY", "Edm.Binary");
Expand Down

0 comments on commit 62c7256

Please sign in to comment.