document what the U type stands for
This commit is contained in:
parent
0333777a37
commit
53c0e4976b
1 changed files with 1 additions and 0 deletions
|
@ -633,6 +633,7 @@ class Database extends AbstractData
|
|||
$sql = 'SELECT "tabname" FROM "systables"';
|
||||
break;
|
||||
case 'mssql':
|
||||
// U: tables created by the user
|
||||
$sql = 'SELECT "name" FROM "sysobjects" '
|
||||
. 'WHERE "type" = \'U\' ORDER BY "name"';
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue