Closed redaready closed 1 year ago
for type with 2 or more args, can not generate diagram example: amout: decimal(40, 20) error message: mismatched input '40,20' expecting RULE_INT(org.eclipse.xtext.diagnostics.Diagnostic.Syntax)
No response
Datatypes with two arguments are now supported in the latest release (v0.4.0) of bigER.
Example Model:
erdiagram Model entity Order { id: INTEGER key price: DOUBLE(5, 5) // datatype with two arguments }
Description
for type with 2 or more args, can not generate diagram example: amout: decimal(40, 20) error message: mismatched input '40,20' expecting RULE_INT(org.eclipse.xtext.diagnostics.Diagnostic.Syntax)
Current Behavior
No response
Expected Behavior
No response
Steps to Reproduce
No response
Environment
No response
Additional Information
No response