Skip to content

Commit 89b06a2

Browse files
authored
Merge pull request #95 from andrex47/master
refat: adicionado alias para tabela
2 parents f1540e1 + 1194120 commit 89b06a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Database/Connection.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -268,9 +268,9 @@ private function queryString($tables)
268268
syscolumns.name,
269269
systypes.name AS type
270270
FROM
271-
{$explicitDB[0]}..syscolumns noholdlock
271+
{$explicitDB[0]}..syscolumns as syscolumns noholdlock
272272
JOIN
273-
{$explicitDB[0]}..systypes noholdlock ON systypes.usertype = syscolumns.usertype
273+
{$explicitDB[0]}..systypes as systypes noholdlock ON systypes.usertype = syscolumns.usertype
274274
WHERE
275275
systypes.name NOT IN ('timestamp', 'sysname', 'longsysname', 'nchar', 'nvarchar')
276276
AND systypes.usertype < 100

0 commit comments

Comments
 (0)