Added db output.
This commit is contained in:
		@@ -75,6 +75,9 @@ export function activate(context: vscode.ExtensionContext) {
 | 
			
		||||
                    let cd = json['columnDefinitions']
 | 
			
		||||
 | 
			
		||||
                    if (!json['rows']) {
 | 
			
		||||
                        if ('dbOutput' in json) {
 | 
			
		||||
                            myOutputChannel.append(json['dbOutput'].map((x) => `DB: ${x}\n`).join(''));
 | 
			
		||||
                        }
 | 
			
		||||
                        if (json['userErrors']) {
 | 
			
		||||
                            myOutputChannel.append("Errors found:\n");
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user