As part of the development of the oem2orm tool (creation of sqlalchemy tables from oemetadata) and also for the validation of the oemetada JSON strings it is necessary to document the required PostgreSQL data types as requirements.
Can you provide an overview? @Ludee
For the development of tools that use the oedialect it is also important to have an overview of the currently supported datatypes. For example, I noticed that "DOUBLE_PRECISION" is not supported (yet?). The same applies to "float('inf')" as described in this issue #13 .
Which data types are supported by the oedialect? @MGlauer