in reply to cdbi module dies with: Can't use an undefined value as an ARRAY reference

Is RaiseError enabled? Is $sth->{Statement} what you think it is? Does the statement and similar code seem to work ok with just DBI outside of CDBI?
  • Comment on Re: cdbi module dies with: Can't use an undefined value as an ARRAY reference
  • Download Code

Replies are listed 'Best First'.
Re^2: cdbi module dies with: Can't use an undefined value as an ARRAY reference
by bergbrains (Acolyte) on Jun 24, 2011 at 15:23 UTC
    Thanks, runrig. The answer to your question is yes; the sql as presented in the error message works fine in a sql shell and in a straight-up DBI call.