reported by @DSMejantel . The code below worked in v0.15 and is broken by 0.16 : ```sql set x = 2; select 'text' as component, $x as contents; ```