Yongchao Li

Results 2 comments of Yongchao Li

I have pushed a pr for this issue: https://github.com/conductor-oss/conductor/pull/579

I think sql(fieldName) should be recognized as 'column name', so ${sql(fieldName)} will outputed as "fieldName", wrapped using double quotes I think there are two solutions: 1: somejsonb->>${'someField'} = ${val} 2:...