satauros
10/25/2022, 6:08 AMreturntype
) (source testbox\system\MockBox.cfc:681). Anyone run into this?satauros
10/25/2022, 6:51 AMreturning
method of the QueryBuilder instance (qb) in my test method.satauros
10/25/2022, 7:00 AMgetMetadata()
call for the function returning
returns a Java object, b/c the value of variables["returning"]
is an array ([]
).satauros
10/25/2022, 7:01 AMsatauros
10/25/2022, 7:03 AM// Not a struct, something went wrong
if( !isStruct( fncMD ) ) {
fncMD = {};
}
elpete
10/25/2022, 2:01 PMsatauros
10/25/2022, 2:24 PMelpete
10/25/2022, 6:43 PMsatauros
10/25/2022, 6:45 PMbdw429s
10/25/2022, 8:56 PMbdw429s
10/25/2022, 8:56 PMFor some reason, theAre you sayingcall for the functiongetMetadata()
returns a Java object, b/c the value ofreturning
is an array (variables["returning"]
).[]
returning
is a UDF or an array? Because it can't be both.satauros
10/26/2022, 5:04 AMadobe@2016
, testbox 4.5.0+5. I've added some screenshots in my gist to illustrate what's wrong => https://gist.github.com/satauros/8b4a9e16f2c7a3afd946b966e0431120bdw429s
10/26/2022, 3:50 PMsatauros
10/26/2022, 3:52 PMsatauros
10/26/2022, 4:42 PMsatauros
10/26/2022, 4:45 PMbdw429s
10/26/2022, 4:59 PMsatauros
10/26/2022, 5:03 PMsatauros
10/26/2022, 5:14 PMsatauros
10/26/2022, 6:27 PM