in reply to Re^2: Crash in stack_grow() with SQL::Abstract
in thread Crash in stack_grow() with SQL::Abstract
The reason I ask is that it's possible to produce automatic SQL that does WHERE column IN (?, ?, ?, ?, ............, ?) where it generated a placeholder for each of millions of rows that came from another resultset, so you could legitimately run out of Perl stack on that function call if you're now asking the perl stack to grow to match that array's length.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: Crash in stack_grow() with SQL::Abstract
by Casey2255 (Initiate) on Jun 03, 2025 at 19:04 UTC | |
by dave_the_m (Monsignor) on Jun 04, 2025 at 15:31 UTC | |
by Casey2255 (Initiate) on Jun 04, 2025 at 18:37 UTC |