Max Yakovenko

Results 9 comments of Max Yakovenko

Hi, @nadege . Great work you've done. However, I would like to ask will you plan to add async support for post_generation methods ? I haven't found any code changes...

Thank you for the detailed response. Indeed, you are completely right. Maybe the way of making json module a `parameter` (e.g.: `seriazlier` ) will be more appropriate. However, it requires...

@musicinmybrain, of course, you are right. Such changes just breaks compatibility. That's why I suggested above to try to parametrize the backend instead of just replacing it. Maybe it's better...

Hi, @arnavk! Are you planning to continue working on this PR ?

> Max, > > Could you please describe the problem this PR going to fix it?: As httpx have sync and async APIs, it will be much easier to add...

Hey! I've come across this thread by accident. I've made a [PR](https://github.com/supabase/postgres/pull/1390) with mysql_fdw added to supabase, but they declined it. JFYI

Hi @surajkharage19 ! Thank you for your support 🙏 > Can you please share the explain verbose output of your query? Using between ```sql lighthouse=# EXPLAIN VERBOSE SELECT id, content,...

Thank you @surajkharage19 ! Overall, I figured out how to overcome some issue with query limitations. However, I am puzzled with current_timestamp, current_date, etc. > The where clause from first...

It looks like I narrowed down the problem. When I am trying to run the following query ```sql SELECT id, created FROM reviews WHERE created >= '2025-04-06 09:20:59'; ``` I...