What version of MySQL does Flex use?
I'm trying to build some custom reports and I'm noticing that CTE queries (including recursive queries) are not supported by the database. From what I understand, CTE queries were not supported in MySQL 5.7 but are supported in MySQL 8. I'm guessing you're using MySQL 5.7 (I could SELECT version(), but I didn't). Could you share the timeline for upgrading to 8 since 5.7 reached end of life back in October 2023? CTEs would be a nice improvement.
Please sign in to leave a comment.
Comments
1 comment