Subject: | tests fail SQL-Statement on DragonFlyBSD 2.9 |
ok 370 - prepare SELECT MAX(time_stamp) - 3*3600 FROM log using
DBD::File # TODO Known limitation. Parser/Engine can not handle properly
not ok 371 - execute SELECT MAX(time_stamp) - 3*3600 FROM log using
DBD::File # TODO Known limitation. Parser/Engine can not handle properly
# Failed (TODO) test 'execute SELECT MAX(time_stamp) - 3*3600 FROM log
using DBD::File'
# at t/06virtual.t line 627.
# Can't call method "column" on an undefined value at
lib/SQL/Statement/Term.pm line 199.
not ok 372 - Caclulation outside aggregation # TODO Known limitation.
Parser/Engine can not handle properly
# Failed (TODO) test 'Caclulation outside aggregation'
# at t/06virtual.t line 646.
# Structures begin differing at:
# $got->[0] = Does not exist
# $expected->[0] = ARRAY(0x28d83990)
ok 373 - prepare SELECT MAX( CHAR_LENGTH(message) ) FROM log using DBD::File