Thin mode only: "ORA-00979: not a GROUP BY expression" #422
Labels
bug
Something isn't working
Client Library or Database
An issue with Oracle Client library or Oracle Database
Error.
I am seeing the error "ORA-00979: not a GROUP BY expression" when in thin mode, but the same program works in Thick mode.
Seems to be triggered by the interaction of 1) Thin mode 2) CASE WHEN in GROUP BY 3) Bind variables 4) COUNT(DISTINCT).
To reproduce save the script in (7) to the file query.py and run:
No. Thin mode.
The error does not trigger in Thick mode.
The text was updated successfully, but these errors were encountered: