-
Xing Zhang authored
CONSIDERING INDEXES Index is not evaluated if explicit COLLATE used on key column. Solution: In add_key_fields, we need to check whether the item is result of COLLATE func. If so, we need to add the column which is used COLLATE func.
Xing Zhang authoredCONSIDERING INDEXES Index is not evaluated if explicit COLLATE used on key column. Solution: In add_key_fields, we need to check whether the item is result of COLLATE func. If so, we need to add the column which is used COLLATE func.
Loading