1

When running some SQL commands like select, the query itself changes. For example, the query select * from co_user becomes

SELECT        rowid, 'time', 'user', uuid
FROM            co_user

Is there a way to disable this or must I change how I connect to my database?

I have tried googling the answer but the best thing I found was: https://stackoverflow.com/questions/6915356/can-i-disable-query-designer-in-visual-studio-in-favor-of-plain-sql-editor-with#:~:text=Tools%20>%20Options%20>%20Database%20Tools%20>%20Query,Results%20if%20you%20want%20even%20more%20clean%20look%29

  • 1
    Run how? In what window or file? Visual Studio doesn't reformat queries by itself and certainly not like that – Panagiotis Kanavos Jun 26 '23 at 17:31
  • When right clicking a server, and clicking "new query" it certainly does. Here is a video of my process: https://i.is-from.space/Solution_-_Microsoft_Visual_Studio_2023-06-27_19-21-32.mp4 – ShadowFox88 Jun 27 '23 at 18:34

0 Answers0