Gledis Zeneli
Gledis Zeneli
``` _safelyRunCommand: function(command, callback = undefined, error = undefined){ this._ps.addCommand(command); this._ps.invoke() .catch((e) => { console.log("ps destroyed!!"); this._ps.dispose(); this._ps = new Shell({ executionPolicy: 'Bypass', noProfile: true }); this._safelyRunCommand(command, callback, error); });...
This issue was reported by a user in the slack channel. Likely involves a local table, though the user was not sure which one of the tables involved is the...
I can't seem to reproduce the issue, but these are my observations: Local table A with a shard A_1234 on the coordinator. Reference table B has a fk to the...
Our testing is thorough and is crucial to ensure the feature integrity for all the databases and api-s we support. Understandably, due to the ever growing nature of our tests,...
Along the lines of #882 Wanted to keep the discussions separate so I opened a separate issue, but the question remains the same. What filter options should be provide for...
The task is discussed here: https://github.com/Azure/project-hawaii/issues/11#issuecomment-1055396030 To achieve this we need to: * know what collation a column is (and account for keeping this information up to date if the...