Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Revisions: Issue #31685 All Revisions ] Back to Issue ]
Summary 0031685: Allow using SQL wildcards in the dbsourmanager exclude filter
Revision 2015-12-10 16:57 by AugustoMauch
Description It would be great if SQL wildcards [1] could be used to define exclusions in the exclude filter.

For instance, if all the tables with the SYM_ prefix should be excluded, it would be enough to add this line to the exclude filter:

    <excludedTable name="SYM\_%"/>

Otherwise all the tables that use the SYM_ prefix should be listed in the excluded filter.

Note that the underscore character must be escaped, because if not it is interpreted as a substitute for any single character.

[1] http://www.w3schools.com/sql/sql_wildcards.asp [^]
Revision 2015-12-10 10:41 by AugustoMauch
Description It would be great if SQL wildcards [1] could be used to define exclusions in the exclude filter.

For instance, if all the tables with the SYM_ prefix should be excluded, it would be enough to add this line to the exclude filter:

    <excludedTable name="SYM_%"/>

Otherwise all the tables that use the SYM_ prefix should be listed in the excluded filter.

[1] http://www.w3schools.com/sql/sql_wildcards.asp [^]


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker