mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 21:20:45 +00:00
Adding QFieldType.LONG
This commit is contained in:
@ -103,6 +103,7 @@ public class RunBackendStepActionTest extends BaseTest
|
||||
{
|
||||
case STRING -> "ABC";
|
||||
case INTEGER -> 42;
|
||||
case LONG -> 42L;
|
||||
case DECIMAL -> new BigDecimal("47");
|
||||
case BOOLEAN -> true;
|
||||
case DATE, TIME, DATE_TIME -> null;
|
||||
|
Reference in New Issue
Block a user