Details
-
Improvement
-
Resolution: Fixed
-
Major
-
8.4.4
-
None
Description
/** * Transforms a query. The query can be returned without modification. This allows for example to also transform * parameters. * <p> * Note: executes before {@link #filterStatement(String, String)}. * * @param query the query to transform * @return the transformed query * * @since 8.4.5 * @since 9.3RC1 */ default Query filterQuery(Query query) { return query; }
Attachments
Issue Links
- blocks
-
XWIKI-14126 Children of a pages with a dot in the name are not properly identified (children listing, delete) - on mysql
- Closed