in reply to Re: New way to segfault: selectrow_array() with placeholders, DBD::SQLite
in thread New way to segfault: selectrow_array() with placeholders, DBD::SQLite

If you are using DBI version 1.45, which is what I'm using, the POD makes the following statement:

The $statement parameter can be a previously prepared statement handle, in which case the prepare is skipped.

Look under the description for selectrow_array() in the POD for DBI 1.45 (the latest). It's there, and the ability to use a previously prepared statement handle is definately documented. The fact that it may cause a segfault is not. ;).


Dave

  • Comment on Re^2: New way to segfault: selectrow_array() with placeholders, DBD::SQLite
  • Download Code

Replies are listed 'Best First'.
Re^3: New way to segfault: selectrow_array() with placeholders, DBD::SQLite
by Jasper (Chaplain) on Nov 02, 2004 at 09:29 UTC
    Blummin heck, even when I'm looking for something specific I can't find it. This isn't a new feature.