collectiveidea/awesome_nested_set

OCIError: ORA-00911: invalid character: in no_duplicates_for_columns?

Closed this issue · 1 comments

There is _count in the query but oracle doesn't support underscore before name.

select("#{scope_string}#{column}, COUNT(#{column}) as _count").
                group("#{scope_string}#{column}", quoted_primary_key_column_full_name).
                having("COUNT(#{column}) > 1").
                order(quoted_primary_key_column_full_name).
                first.nil? 
stale commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.