DBI 1.608 breaks SQL-Statement

Gisle Aas <[email protected]>
Newsgroups gmane.comp.lang.perl.modules.dbi.sybase.devel
Message-ID <[email protected]>
I get test failures from SQL-Statement after upgrading to DBI-1.608.   
The test pass fine with DBI-1.607.   Any ideas?

  $ perl -Ilib t/05create.t
  1..5
  SQL::Statement v.1.15
  DBD::File::db do failed: You passed 1 parameters where 0 required  
[for Statement "CREATE TEMP TABLE aoa AS IMPORT(?)"] at t/05create.t  
line 21.
  DBD::File::db do failed: You passed 1 parameters where 0 required  
[for Statement "CREATE TEMP TABLE aoa AS IMPORT(?)"] at t/05create.t  
line 21.
  # Looks like your test exited with 255 before it could output  
anything.

The test tries to do this:

  ########################################
  # CREATE TABLE AS IMPORT($AoA);
  ########################################
  my $aoa = [['c1','c2'],[1,9],[2,8] ];
  $dbh->do("CREATE TEMP TABLE aoa AS IMPORT(?)",{},$aoa);

--Gisle
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.