<div dir="ltr">>> <span style="font-size:12.8px">What makes you think that?</span><div><span style="font-size:12.8px">Based on the implementation of the QgsSpatiaLiteProvider (which only supports TEXT, INTEGER and DOUBLE) and the documentation of QgsField.</span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">>> Constructor. Constructs a new QgsField object.</span></div><div><div><span style="font-size:12.8px">     * \param type Field variant type, currently supported: String / Int / Double</span></div><div><span style="font-size:12.8px">     * \param typeName Field type (e.g., char, varchar, text, int, serial, double).</span></div><div><span style="font-size:12.8px">     * Field types are usually unique to the source and are stored exactly</span></div><div><span style="font-size:12.8px">     * as returned from the data store.</span></div></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">and the usage of type in displayString and convertCompatible.</span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">Mark</span></div></div>