mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-26 12:34:22 +01:00
I believe this closes #682 ``` limbo> CREATE TABLE proficient_barrett (imaginative_etrebilal BLOB,lovely_wilson BLOB); INSERT INTO proficient_barrett VALUES (X'656E67726F7373696E675F636861636F', X'776F6E64726F75735F626F75726E65'); limbo> SELECT * FROM proficient_barrett WHERE ( ( ( ( imaginative_etrebilal != X'6661766F7261626C655F636F726573' OR (imaginative_etrebilal > X'656E67726F7373696E675F6368616439') ) AND ( imaginative_etrebilal = X'656E676167696E675F6E6163696F6E616C' OR TRUE ) ) OR FALSE ) AND ( imaginative_etrebilal > X'656E67726F7373696E675F63686164F6' OR TRUE ) ); engrossing_chaco|wondrous_bourne ``` @PThorpe92 I don't think we need the `parent_op` machinery at all, we just need to not jump to the `jump_target_when_true` label given by the parent if we are evaluating the first condition of an AND. related: https://github.com/tursodatabase/limbo/pull/633 Reviewed-by: Preston Thorpe <cory.pride83@gmail.com> Closes #698