I use this query: SELECT * FROM my_page WHERE a_content_type = 'xml'
It only returns "Current" version object.
I also tried SELECT ALL * FROM my_page WHERE a_content_type = 'xml'
It does not make difference. How to solve this problem? Thanks in advance.