Book a Demo

Author Topic: How to exclude objects from documentation by SQL?  (Read 2734 times)

survex

  • EA User
  • **
  • Posts: 76
  • Karma: +1/-1
    • View Profile
How to exclude objects from documentation by SQL?
« on: December 10, 2014, 03:32:45 am »
Say I have a package XXX with two inner packages bar and foo:

XXX
- bar
- foo

I want to exclude package foo from documentation report: Options > Except where Query excludes: select * from t_object where name = 'foo';

But anyway package foo goes to the report.

What am I doing wrong?