elixir-ecto / ecto_sql

SQL-based adapters for Ecto and database migrations
https://hexdocs.pm/ecto_sql
Apache License 2.0
578 stars 312 forks source link

Fix fallback generic with no query parameters #605

Closed greg-rychlewski closed 6 months ago

greg-rychlewski commented 6 months ago

I had a bug in the old code when no query parameters are present. 1..num_params returns a list of 2 values instead of empty list.

Also postgres doesn't like empty parentheses for these functions.