Skip to content

Commit cf760f8

Browse files
committed
Fix #8665 - SHOW DEPENDENCIES command terminates unexpectedly if there are packages in the dependencies.
1 parent 45ae75f commit cf760f8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/isql/show.epp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,9 @@ static const SCHAR* Object_types[] =
171171
"Generator",
172172
"User defined function",
173173
"Blob filter", // impossible to have explicit dependencies on it, but...
174-
"Collation"
174+
"Collation",
175+
"Package",
176+
"Package body"
175177
};
176178

177179

0 commit comments

Comments
 (0)