Viewing profile — juleswritescode
juleswritescode
HN member- Joined
- Wed, Aug 02, 2023, 6:28 PM UTC
- HN karma
- 38
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About juleswritescode
No profile information was provided.
Recent public activity
-
comment
Comment #43519372
Definitely. Of course, I can't promise that we can make it work properly, but it's high on our todo list.
-
comment
Comment #43515102
steinroe is a very fast man: https://github.com/supabase-community/postgres-language-serv...
-
comment
Comment #43515061
Thanks for the report. Hmm, we have some tests for CTEs, so at least we tried to support them. I'll file an issue with your exact query.
-
comment
Comment #43514996
Good question. If you rarely change your db, it'll probably not be as useful. But some platforms (such as Supabase) rely on many parts of Postgres. You use INSERT hooks to trigger …
-
comment
Comment #43514950
Thanks for the feedback. Good points, we'll improve the README. Regarding your questions: 1. It's currently only for SQL statements, but we'll work on function bodies and PL/pgSQL …
-
comment
Comment #43514894
co-author here: The most interesting part is probably the parsing of SQL files. The first issue is that the Postgres parser is complex and always changing, so you can't really roll…