Ana Hobden

Results 385 comments of Ana Hobden
trafficstars

I think we're going to hold this until 0.3.1 until we can wrangle this. We'd like to cut a 0.3.0 soon.

I don't really understand why it only happens in pgx-tests...

In #441 we significantly refactored some of this code.... There's good news and bad news: * It will not be a very nice merge -- it may be easier to...

@JamesGuthrie is this still of interest to you?

You can use `From::from` for this: ```rust #[derive(Default)] struct MyTypeWithManyFields { col_a: i32, col_b: i32, col_c: i32, col_d: i32, col_e: i32, col_f: i32, col_g: i32, } impl Into for MyTypeWithManyFields...

This is in the `develop-v0.5.0` branch

Hi @einarmo , I'm not 100% sure what your issue is, do you mean the setup function like here? ```rust #[cfg(test)] pub mod pg_test { pub fn setup(_options: Vec) {...

I think putting some attention to pgx-tests would help improve our ability to accomplish our own goals as well as provide users an improved experience. :)

(This PR seems abandoned, closing)