Skip to content

Commit ed19ccc

Browse files
andrehankeandrehanke
andrehanke
authored and
andrehanke
committed
enhance: removido filtro de colunas de tabela
1 parent e54895a commit ed19ccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Database/Connection.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ private function queryString($tables)
280280
FROM
281281
syscolumns noholdlock
282282
JOIN
283-
systypes ON systypes.usertype = syscolumns.usertype noholdlock
283+
systypes noholdlock ON systypes.usertype = syscolumns.usertype
284284
WHERE object_name(syscolumns.id) = '{$tables}'
285285
SQL;
286286
}

0 commit comments

Comments
 (0)