Browse Source

Fix for bug #68

Maurits van der Schee 8 years ago
parent
commit
10c90945b8
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      api.php

+ 1
- 1
api.php View File

@@ -374,7 +374,7 @@ class SQLServer implements DatabaseInterface {
374 374
 	public function __construct() {
375 375
 		$this->queries = array(
376 376
 			'list_tables'=>'SELECT
377
-					"TABLE_NAME","TABLE_COMMENT"
377
+					"TABLE_NAME",\'\' as "TABLE_COMMENT"
378 378
 				FROM
379 379
 					"INFORMATION_SCHEMA"."TABLES"
380 380
 				WHERE

Loading…
Cancel
Save