| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
- add support for printing query plans with --explain - update --sql flag to --to-sql Closes elixir-ecto#742.
|
Beautiful, thank you! 💚 💙 💜 💛 ❤️ The last request is likely a --sql flag where we treat the input as a SQL string instead of Elixir! |
Sorry, something went wrong.
Pleasure is mine! I can pick up the --sql flag update as well, is there an issue for this already? |
Sorry, something went wrong.
|
Go for it, no issue needed! |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Support printing query plans with --explain and generated SQL with --to-sql
without running the query.
Closes #742