Skip to content

Commit 4648bbe

Browse files
fixes #42 - ut3 schema hardcoded in oddgen report
Identify schema according other utPLSQL public synonyms.
1 parent 02cfa2f commit 4648bbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqldev/src/main/java/org/utplsql/sqldev/dal/UtplsqlDao.xtend

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ class UtplsqlDao {
288288
lower(a.name) AS name,
289289
a.text,
290290
a.subobject_name
291-
FROM table(ut3.ut_annotation_manager.get_annotated_objects(user, 'PACKAGE')) o
291+
FROM table(«utplsqlSchema».ut_annotation_manager.get_annotated_objects(user, 'PACKAGE')) o
292292
CROSS JOIN table(o.annotations) a
293293
WHERE lower(a.name) in ('suite', 'suitepath', 'endcontext', 'test')
294294
OR lower(a.name) = 'context' AND regexp_like(text, '(\w+)(\.\w+)*')

0 commit comments

Comments
 (0)