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