Brady Bonnette

Results 7 comments of Brady Bonnette

@workingjubilee Should this be closed as a result of https://github.com/tcdi/pgx/pull/645 being merged? Or is this going to be a placeholder for possible other dependencies that could be removed in the...

If such a builder was made, would it be the only way to construct a RawArray? Or would it come with an asterisks of "You can do this directly if...

Regarding #760 This is a note to act as a reminder to re-visit `.allowlist_*` for bindgen. See that issue for more details.

@workingjubilee @thomcc #830 has been merged into develop.

Hi @willmurnane I was taking a look at this issue, and I am not super clear on how to reproduce this. For example, I just chose one test at random,...

Oh, I see. Using the same test above, are you suggesting something like this is getting swallowed? ```rust #[pg_test(error = "array contains NULLLLLLLLLLLLL")] fn test_serde_serialize_array_i32_deny_null() { pgx::warning!("warn message"); Spi::get_one::("SELECT serde_serialize_array_i32_deny_null(ARRAY[1,2,3,null,...

Ah yes, I see an issue now. Thanks for the clarification!