Closed awaltman closed 4 years ago
Just following up, where do we stand on this?
I'm going to go ahead and close this pull request and will create another request which includes just the fix for the alias name when I have more time. I apologize for the delay.
No worries, thanks.
The name of the subquery alias on Oracle cannot start with the underscore character. See: https://docs.oracle.com/en/database/oracle/oracle-database/12.2/sqlrf/Database-Object-Names-and-Qualifiers.html#GUID-75337742-67FD-4EC0-985F-741C93D918DA
This change also fixes an issue when deleting all records if the association contains an order option.