Raminder Singh

Results 127 comments of Raminder Singh

What happens if you run the following query directly in the database: ```sql select p.name, p.id as product_id, q.id as price_id, (q.unit_amount / 100.0)::real as price from stripe.products p left...

This looks like a bug in wrappers. If I run a query directly, e.g. `select * from stripe.products` it successfully returns results. But if I wrap the same query in...

I analyzed further and this bug is more involved than I thought. If the function with the query is called after `select * from stripe.products` it fails with this error:...

Although we have a good workaround (using a dynamic query), reopening this to track the use-after-free bug that we still need to fix.

Can you please share the query that you were running? Which wrapper was this?

Thank you @pangolingo for your feedback. We will work on improving the docs. For now I'll share what I know here: * I need to find out which Airtable fields...

@StanGirard this chore was about updating [this line](https://github.com/supabase/wrappers/blob/079922e536df0f4d827a0b35fc0432e7e20c6e1c/wrappers/Cargo.toml#L99) in `Cargo.toml` to use a specific version instead of a relative path. It wouldn't change anything about how drop/create extension works. For...

Sure, please go ahead. But please note that I might not be that responsive to PRs as it is holiday season in my part of the world :)

@abhijeetnvaidya Glad that you liked the library :+1: . I don't fully understand which part of the code fails (right now my guess is line 278). Can you please post...

Go ahead, I don't think I have a strong preference for mocha. Something is better than nothing.