Class SQLiteDecimalToFloatMixin

By default, Decimal values are converted to str by the SQLite backend, which is not acceptable by the GIS functions expecting numeric values.

Declaration

class SQLiteDecimalToFloatMixin
source link

Documentation

Methods

Subclasses