Morning Lucee channel! I recently upgraded from 5...
# lucee
d
Morning Lucee channel! I recently upgraded from 5.3.7.47 to the latest 5.3.8.206 and noticed an issue with QoQ. I had a select statement that was properly looking at a null column but after upgrading returned no results. Didn’t know what the issue was initially, but after a bunch of code breaks and dumps tracked it down to this.
SELECT id WHERE field IS NULL
worked initially, returning results, but after upgrade returned nothing
SELECT id WHERE field = ''
this is what I finally figured out works after upgrading Just wondering if this is known, or am I the only one using QoQ still? 😄
d
@dan.byron I'd recommend testing 5.3.9.62-SNAPSHOT. They're trying to get that into RC1 this week and I know there were some QoQ changes.
👍 1