You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a new Type to map a database column to the BcMath\Number class available since php 8.4
Why
The BcMath\Number class facilitates manipulation, calculations and comparisons between numbers. It would be nice to map a database column to this object. This way the developers could work directly with this new php object.
How
Create a new Type. It could use the sql declaration the DecimalType as it would share the same database mapping definition with precision and scale.
The text was updated successfully, but these errors were encountered:
Feature Request
What
Create a new Type to map a database column to the BcMath\Number class available since php 8.4
Why
The BcMath\Number class facilitates manipulation, calculations and comparisons between numbers. It would be nice to map a database column to this object. This way the developers could work directly with this new php object.
How
Create a new Type. It could use the sql declaration the DecimalType as it would share the same database mapping definition with precision and scale.
The text was updated successfully, but these errors were encountered: