Versions Affected:
Description:
I'm using SQLcl project version 25.5.1. My project includes an APEX application, but I do not want it exported. To exclude it, I've added the following line to the project.filters
file:
export_type != 'APEX_APPLICATION'
This worked as expected on SQLcl version 24.4. However, upgrading to 25.1.1, the APEX application now gets exported, indicating that the filter is not being respected.
Steps to Reproduce:
- Create a SQLcl project with an APEX application.
- Add
export_type != 'APEX_APPLICATION'
to the project.filters
file.
- Run the export using SQLcl project export.
- Observe that the APEX app is included in the export.
Expected Behavior:
The APEX application should be excluded from the export.
Actual Behavior:
The APEX application is included, despite the filter directive in project.filters
.
Workaround:
Manually remove the apex_apps folder from the src-folder.