Ortus ORM casting error with Lucee 6+

I recently discovered the Ortis ORM and been testing with it as we attempt to upgrade some applications to Lucee 6.

Does the Ortis ORM extension support version 6 of Lucee?

We ran into some casting errors moving from Lucee 5 to 6 that other users have also experienced (lucee dev links below). Are there works arounds or open bug tickets for these issues?

I provide a code sample to reproduce the issues in the link:

Thanks!

I can confirm that we have not certified the ORM extension in Lucee 6. The issue you are seeing is related to the changes Lucee made in v6 to represent numbers as BigDecimal types. We will probably need to add conditional switching for Lucee versions to handle these changes

1 Like