Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 68d39d5

Browse files
committed
minor minor fix
1 parent 32a4350 commit 68d39d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

xml/queries.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@
438438
<inband query="SELECT username FROM domain.users ORDER BY 1"/>
439439
</users>
440440
<tables>
441-
<inband query="SELECT tablename FROM domain.tables WHERE schemaname='%s'"/>
441+
<inband query="SELECT tablename FROM domain.tables WHERE schemaname='%s' AND type='TABLE'"/>
442442
</tables>
443443
<roles>
444444
<inband query="SELECT owner, role FROM domain.roles" condition="owner"/>

0 commit comments

Comments
 (0)