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

View Revisions: Issue #41977 Back to Issue ]
Summary 0041977: Allow subqueries in Log Clean Up Configuration hql where clause
Revision 2019-10-10 09:57 by aferraz
Steps To Reproduce As System Admin, create a record in Log Clean Up Configuration window.
Add a subquery in the where clause pointing to a column of the log table:
exists (select 1 from entity where entity.property.id = e.id)

Run Log Clean Up Process process in Process Request window.
Realize an error is thrown because "e" alias is not added to log table.
Revision 2019-10-10 09:55 by aferraz
Steps To Reproduce As System Admin, create a record in Log Clean Up Configuration window.
Add a subquery in the where clause pointing to a column of the log table:
exists (select 1 from table where table.column.id = e.id)

Run Log Clean Up Process process in Process Request window.
Realize an error is thrown because "e" alias is not added to log table.


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker