We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26ffab1 commit 5dcd76dCopy full SHA for 5dcd76d
modules/openapi-generator/src/main/java/org/openapitools/codegen/languages/RClientCodegen.java
@@ -133,6 +133,7 @@ public RClientCodegen() {
133
typeMapping.put("number", "numeric");
134
typeMapping.put("float", "numeric");
135
typeMapping.put("double", "numeric");
136
+ typeMapping.put("decimal", "numeric");
137
typeMapping.put("boolean", "character");
138
typeMapping.put("string", "character");
139
typeMapping.put("UUID", "character");
0 commit comments