You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(pgsql-deparser): add pretty-printing for INSERT VALUES and ON CONFLICT SET
- VALUES tuple items: put each value on its own line when isPretty()
- ON CONFLICT DO UPDATE SET: put each assignment on its own line when isPretty()
This enables proper multi-line formatting for INSERT statements with
VALUES lists and ON CONFLICT clauses when pretty mode is enabled.
0 commit comments