```LUA > cn:execute("select $1 as arg", 1) --- - - - arg: 1 - true ... > cn:execute("select $1 as arg", 1ULL) --- - - - [] - true ... ```