Using Notepad2 to connect to our database using Sqlalchemy.
I enter a query (select statement) in the editor and execute, the results show correct. Then I change the query, say add another column to the column list and select execute, the results that are displayed without this new column, basically the results of the previous query execute.
We would like to turn this session cache, and always execute the query when execute is selected, is there a configuration that can be set for this result?
Also some times, when execute is selected, there is error, in the log it shows Raised QueryExpired exception, which eventually is returned as Query Error.
So would like to completely turn this off, and always send the execute to database.