fiberplane / fpx

Supercharge your local development
https://fiberplane.dev
MIT License
43 stars 1 forks source link

Fix SQL query formatting for neon queris #95

Closed brettimus closed 1 month ago

brettimus commented 1 month ago

The sql formatter library expected index of params array to match the $1 $2 etc from the query.

This PR fixes the way we pass params to sql formatter to make the sql query in the UI actually accurate yay