executeautomation/mcp-database-server

CTE disallowed as read_query limited to statements starting with SELECT

Opened this issue · 0 comments

dkj commented

Is there any way that the read_query tools can have its "begin with SELECT" limitation removed to allow CTE queries i.e.

WITH mycte AS (SELECT foo FROM bar JOIN hoo USING(id_nuts)) SELECT * FROM mycte;