[Dbi-interbase-devel] 40alltests.t needs to set dialect 3
Status: Beta
Brought to you by:
edpratomo
From: Mark D. A. <md...@di...> - 2001-08-01 16:17:45
|
running make test of DBD-InterBase-0.28.4 i got a failure in t/40alltypes.t this was using a test database of /opt/interbase/examples/v5/employee.gdb i don't recall right now the interaction between the dialect setting on a gdb, and the dialect setting at connect time, but it seems like something should be done. btw, seems like that test db should maybe be the default answer in Makefile.PL? t/30insertfetch.....ok t/40alltypes........DBD::InterBase::db do failed: Invalid token -Dynamic SQL Error -SQL error code = -104 -Database SQL dialect 1 does not support reference to TIME datatype DBD::InterBase::db prepare failed: Undefined name -Dynamic SQL Error -SQL error code = -204 -Table unknown -BUILTIN Can't call method "execute" on an undefined value at t/40alltypes.t line 131. t/40alltypes........ok 1/25 t/40alltypes........NOK 2 t/40alltypes........NOK 3 t/40alltypes........dubious Test returned status 22 (wstat 5632, 0x1600) DIED. FAILED tests 2-25 Failed 24/25 tests, 4.00% okay |