Dave Merrill
09/19/2024, 8:00 PM"Element DSN is undefined in THIS"
Based on the stack in the error, this is a cfc where this.dsn is definitely set in the pseudo-constructor a level or two up its inheritance chain.
This isn't a consistent failure, only occasional, so I don't think it's a clear architectural mistake exactly.
Any thoughts?
Have you seen anything similar, and if so, how did you resolve it?Matt Dyer
09/19/2024, 8:17 PMDave Merrill
09/19/2024, 9:35 PMDave Merrill
09/20/2024, 4:19 PMgavinbaumanis
09/25/2024, 11:46 PMfor(record in results) {}
vs
for(var record in results){}