anthonydresser / testissues

0 stars 0 forks source link

Unable to open 'SQLQuery_1 - sqldev...grated)': Maximum call stack size exceeded. #4996

Open anthonydresser opened 3 years ago

anthonydresser commented 3 years ago

Steps to Reproduce:

  1. Run following query until complete

declare -cnt int = 1 while -cnt <= 130000 begin print -cnt set -cnt = -cnt + 1 end

  1. Open a new Query tab window

  2. Return to the first query window, that is when you will receive the following error: "Unable to open 'SQLQuery_1 - sqldev...grated)': Maximum call stack size exceeded."

  3. Also it will erase the SQLQuery_1 text Azure Data Studio