n3v3rdie opened a new issue, #35414: URL: https://github.com/apache/superset/issues/35414
### Bug description Steps to Reproduce 1. Create database connection to Oracle 19.24 using cx_Oracle. 2. Create a bar chart visualization. 3. Open View query. When "Formatted" = False → SQL query is valid. When "Formatted" = True → SQL query becomes invalid, Superset generates GROUP BY 1,2,3 which is not supported by Oracle. Superset shows invalid query with positional grouping (GROUP BY 1,2,3) which fails in Oracle. In Oracle, positional GROUP BY (GROUP BY 1,2,3) is not supported. Query should instead use explicit column names. ### Screenshots/recordings <img width="534" height="116" alt="Image" src="https://github.com/user-attachments/assets/7d9eff1e-5b50-4aa7-a5f7-96285953f018" /> ### Superset version master / latest-dev ### Python version 3.9 ### Node version 16 ### Browser Chrome ### Additional context _No response_ ### Checklist - [x] I have searched Superset docs and Slack and didn't find a solution to my problem. - [x] I have searched the GitHub issue tracker and didn't find a similar bug report. - [x] I have checked Superset's logs for errors and if I found a relevant Python stacktrace, I included it here as text in the "additional context" section. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
