SELECT without DUAL

23ai allows to select without using the old "DUAL".
Boolean is a supported data type.
This is a valid query:
select user,sysdate where true;

2025R1 regards it as an error, as it would be on any older database version.

Is it possible to create a set of rules for formatter which is depending on the connection's database version?