Rene Saarsoo
Rene Saarsoo
Well, it is sort of on the roadmap since starting working on this whole library. But Postgres being pretty big and complex, just the thought of the task ahead puts...
> To fully support postgres, it would be good to support psql meta commands (starting with \) and variables (with :), too. Yep. This is in the plans. But for...
Thanks for reporting. This is indeed a problem in the parser. Looks like I have skipped over this part of PostgreSQL documentation. Thanks for the link. Apparently I have explicitly...
Fixed the FILTER-issue. But there's more in this aggregate function syntax that I'm missing. Will probably do a release with just that fix though.
@roman-vanesyan the release with this fix is now out and I've also released new version of the prettier plugin.
Well, always good to have examples of not supported code. Don't really know what the issue might be in here. Possibly indeed related to Postgres keyword handling.
@karlhorky FYI, this error happens currently because the DEFAULT value implementation is based on the existing SQLite and BigQuery implementation. In these dialects only literal values or a parenthesized expression...
Yeah, that should be simple to add.
@jming422 Should be available in 0.27.1 release.
Also pushed a new prettier plugin release.