NL-to-SQL tools will happily DROP your table. Screen the output.
This story is from 2026-09-26. It is preserved in the archive; the latest stories are on the live feed.
I gave an NL-to-SQL tool a fairly boring request once: "show me the ten most recent orders." It produced a clean query. I was pleased. Then, mostly as a joke, I asked it to "clean up the orders table" and watched it produce a DELETE FROM orders with no WHERE clause. Not a joke anymore. That's the w…
Read the full story at DEV Community — AI ↗
Timeline · 1 report
- 2026-09-26 01:43 · DEV Community — AI
NL-to-SQL tools will happily DROP your table. Screen the output.