Adding a New Data Type to MariaDB with Type_handler – Part 3 (from MariaDB Foundation Blog)
pIn the previous article, we wrote, compiled, and tested our first custom data type for MariaDB using the Type_handler framework.br
But currently, aside from allowing the use of its new name (MONEY) and listing it in the metadata, our new data type behaves exactly like a DOUBLE, the class it inherits from. … /p
pContinue reading \"Adding a New Data Type to MariaDB with Type_handler – Part 3\"
[...]
