DBD::ODBC test

Main

Hostnameobol602
uname -aLinux obol602 2.6.31-16-generic #53-Ubuntu SMP Tue Dec 8 04:02:15 UTC 2009 x86_64 GNU/Linux
date2009-12-16

PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t
t/01base................1..6
ok 1 - require DBI;
ok 2 - import DBI
ok 3 - DBI->internal is DBI::dr
ok 4 - install ODBC
ok 5 - Install ODBC driver OK
ok 6 - Version is not empty
ok
t/02simple..............1..65
ok 1 - use DBI;
ok 2 - use ODBCTEST;
ok 3 - ReadOnly set
ok 4 - ReadOnly cleared
ok 5 - dbc private_attribute_info result
ok 6 - dbc private_attribute_info is hashref
ok 7 - dbc private_attribute_info has some attributes
# 
# Perl 5.0.10
# osname=linux, osvers=2.6.24-23-server, archname=x86_64-linux-gnu-thread-multi
# Using DBI 1.609
# Using DBD::ODBC 1.22
# Using DBMS_NAME 'Microsoft SQL Server'
# Using DBMS_VER '09.00.3042'
# Using DRIVER_NAME 'libtdsodbc.so'
# Using DRIVER_VER '0.83.dev.20091216'
# odbc_has_unicode 0
ok 8 - stmt private_attribute_info result
ok 9 - stmt private_attribute_info is hashref
ok 10 - stmt private_attribute_info has some attributes
ok 11 - Set Auto commit off
ok 12 - Auto commit off retrieved
ok 13 - Set Auto commit on
ok 14 - Auto commit on restored
ok 15 - create test table
ok 16 - test table exists
ok 17 - insert test data
ok 18 - NUM_OF_FIELDS
ok 19 - NAME returns right number of columns
ok 20 - column name for column 1
ok 21 - column name for column 2
ok 22 - column name for column 3
ok 23 - column name for column 4
ok 24 - long strings compare
ok 25 - long strings compare 255
ok 26 - select test data
ok 27 - Get LongReadLen starting value
ok 28 - LongReadLen is numeric
ok 29 - Set LongReadLen
ok 30 - Read changed LongReadLen back
ok 31 - Get LongTruncOk starting value
ok 32 - Set LongTruncOk on
ok 33 - LongTruncOk on
ok 34 - Set Print Error
ok 35 - Select Long data, LongTruncOk
ok 36 - err not set on LongTruncOk handle
ok 37 - Truncated column to LongReadLen
ok 38 - Set Long TruncOk 0
ok 39 - Select Long Data failure
ok 40 - error set on truncated handle
ok 41 - errstr set on truncated handle
ok 42 - state set on truncated handle
ok 43 - prepare select from table
ok 44 - Execute select
ok 45 - NUM_OF_FIELDS = ColAttributes(SQL_COLUMN_COUNT)
ok 46 - Col count matches correct col count
ok 47 - Set RaiseError 0
ok 48 - Set PrintError 0
ok 49 - Error reported on bad query
ok 50 - date check select
ok 51 - date check execute
ok 52 - date check rows
ok 53 - group by query prepare
ok 54 - group by query execute
ok 55 - group by query returned rows
ok 56 - data sources test
ok 57 - test ping method
ok 58 - Attrib odbc_ignore_named_placeholders 0 to start
ok 59 - Attrib odbc_ignore_named_placeholders set to 1
ok 60 - test connecting twice to the same database
ok 61 - database name is returned successfully
ok 62 - automatically finish when execute run again
ok 63 - INVALID DSN Test: [unixODBC][Driver Manager]Data source name not found, and no default driver specified (SQL-IM002)
# 
ok 64 - Connection with DSN=dbi:ODBC:DSN=TESTSRV
ok 65 - Connection with DSN=dbi:ODBC:DSN=TESTSRV and UID and PWD are set
ok
t/03dbatt...............1..29
ok 1 - use DBI;
ok 2 - use ODBCTEST;
ok 3 - Set Long Read Len
ok 4 - AutoCommit set on dbh
ok 5 - commitTest with AutoCommit
ok 6 - AutoCommit turned off
ok 7 - commitTest with AutoCommit off
ok 8 - Ensure autocommit back on
ok 9 - sth {NAME} returns ref to array isa ARRAY
ok 10 - Column test for table_info 0
ok 11 - Column test for table_info 1
ok 12 - Column test for table_info 2
ok 13 - Column test for table_info 3
ok 14 - Column test for table_info 4
# 
# N.B. Some drivers (postgres/cache) may return ODBC 2.0 column names for the SQLTables result-set e.g. TABLE_QUALIFIER instead of TABLE_CAT
ok 15 - must be some tables out there?
ok 16 - tables returns array
ok 17 - column info returns more than one row for test table
ok 18 - primary key count
ok 19 - prepare update statement returns valid sth 
ok 20 - update statement has 0 columns returned
ok 21 - update statement has 0 columns returned 2
ok 22 - verify default dbh odbc_query_timeout = 0
ok 23 - verify default sth odbc_query_timeout = 0
ok 24 - Verify odbc_query_timeout set ok
ok 25 - verify dbh setting for query_timeout passed to sth
ok 26 - verify sth query_timeout can be overridden
ok 27 - verify default for odbc_column_display_size
ok 28 - set odbc_column_display_size
ok 29 - verify changed odbc_column_display_size
ok
t/05meth................1..13
ok 1 - use DBI;
ok 2 - delete prepared statement
ok 3 - Number of rows > 0
ok 4 - Number of rows from DBI matches sth
ok 5 - finished and rolled back
ok 6 - no error
ok 7 - ?
ok 8 - ??
ok 9 - Active
ok 10 - ping
ok 11 - disconnect
ok 12 - Active
ok 13 - ping
ok
t/07bind................1..25
ok 1 - use ODBCTEST;
ok 2 - Create tables
ok 3 - Table insert test
ok 4 - Ensure long readlen set correctly
ok 5 - Select tests
ok 6 - Insert with bind tests
ok 7 - select long test data
ok 8 - update long test data
ok 9 - select long test data again
ok 10 - ParamValues returns a hash ref
ok 11 - ParamValues test integer
ok 12 - Paramvalues test string
ok 13 - ParamValues returns a hash ref
ok 14 - p1 exists
ok 15 - p2 exists
ok 16 - p1 is a hash reference
ok 17 - p2 is a hash reference
ok 18 - p1 TYPE exists
ok 19 - p2 TYPE exists
ok 20 - numeric SQL type on p1
ok 21 - numeric SQL type on p2
ok 22 - insert with numbered placeholders
ok 23 - ...inserted one row
ok 24 - insert with named placeholders
ok 25 - ...inserted one row
ok
t/08bind2...............1..5
ok 1 - use ODBCTEST;
ok 2 - use Data::Dumper;
ok 3 # skip SQLDescribeParam not supported using Microsoft SQL Server
# 
ok 4 # skip SQLDescribeParam not supported using Microsoft SQL Server
# 
ok 5 # skip SQLDescribeParam not supported using Microsoft SQL Server
# 
ok
        3/5 skipped: various reasons
t/09multi...............1..7
ok 1 - use strict;
ok 2 - use DBI;
ok 3 - use ODBCTEST;
ok 4 - count number of result sets
ok 5 - Multiple result sets with different column counts (less then more)
ok 6 - Multiple result sets with different column counts (more then less)
ok 7 - Multiple result sets with multiple cols, then second result set with one col
ok
t/10handler.............1..11
ok 1 - use ODBCTEST;
ok 2 - use Data::Dumper;
ok 3 - Error handler called
ok 4 - Error handler called - state seen
ok 5 - Error handler called - message seen
ok 6 - Error handler called - native seen
ok 7 - Error handler called - error passed on
ok 8 - Error handler called - error propagated
ok 9 - Handler cancelled
ok 10 - Handler filtered all messages
ok 11 - eval complete
ok
t/12blob................1..24
ok 1 - use ODBCTEST;
ok 2 - default putdata_start
ok 3 - GetTypeInfo
ok 4 - table DBD_ODBC_drop_me created
ok 5 - prepare for insert
ok 6 - insert clob
ok 7 - select test data back
ok 8 - sizes of insert/select compare
ok 9 - data read back compares
ok 10 - delete records from test table
ok 11 - retrieved putdata_start = set value
ok 12 - prepare for insert
ok 13 - insert clob
ok 14 - select test data back
ok 15 - sizes of insert/select compare
ok 16 - data read back compares
ok 17 - delete records from test table
ok 18 - retrieved putdata_start = set value
ok 19 - prepare for insert
ok 20 - insert clob
ok 21 - select test data back
ok 22 - sizes of insert/select compare
ok 23 - data read back compares
ok 24 - delete records from test table
ok
t/20SqlServer...........1..65
ok 1 - use ODBCTEST;
ok 2 - use Data::Dumper;
ok 3 - got DBMS name: Microsoft SQL Server
ok 4 - got DBMS version: 09.00.3042
ok 5 - got DBMS major version: 09
ok 6 - got Driver Name: libtdsodbc.so
ok 7 - create PERL_DBD_TABLE1 and insert test data
ok 8 - fetchrow for varchar(max)
ok 9 - data received from varchar(max)
ok 10 - all data (1000) received from varchar(max)
not ok 11 - create PERL_DBD_TABLE1 and insert test data
ok 12 # skip failed to create test table or insert data
ok 13 # skip failed to create test table or insert data
ok 14 # skip failed to create test table or insert data
# DBD::ODBC::db do failed: [unixODBC][FreeTDS][SQL Server]Implicit conversion from data type varchar to varbinary(max) is not allowed. Use the CONVERT function to run this query. (SQL-22018) at t/20SqlServer.t line 78.

#   Failed test 'create PERL_DBD_TABLE1 and insert test data'
#   at t/20SqlServer.t line 82.
ok 15 - create PERL_DBD_TABLE1 and insert test data
ok 16 - fetchrow for nvarchar(max)
ok 17 - data received from nvarchar(max)
ok 18 - all data (1000) received from nvarchar(max)
ok 19 - create perl_dbd_proc1 procedure
ok 20 - create perl_dbd_proc2 procedure
ok 21 - prepare for perl_dbd_proc1
ok 22 - execute for perl_dbd_proc1
ok 23 - NUM_OF_FIELDS for perl_dbd_proc1
ok 24 - numeric fields
ok 25 - prepare for perl_dbd_proc2
ok 26 - execute for perl_dbd_proc2
ok 27 - NUM_OF_FIELDS for perl_dbd_proc2
ok 28 - numeric fields
ok 29 - errors on data comparison
ok 30 - temporary table handling
ok 31 - bind param in out with insert result set
ok 32 - test output params accurate
ok 33 - verify select data
ok 34 - timestamp handling
ok 35 - procedure outputs results as result set
ok 36 - procedure outputs results as result set2
ok 37 - procedure outputs results as result set 3
ok 38 - setting force_rebind
ok 39 - resetting force_rebind
ok 40 - testing force rebind after procedure call
ok 41 - force rebind test part 2
ok 42 - force rebind test part 3
ok 43 - force rebind test part 4
ok 44 - forced rebind final
ok 45 - Select data available
ok 46 - output param not yet available
ok 47 - output param not yet available2
ok 48 - Output param data available
ok 49 - Output param data available 2
ok 50 - select data done
ok 51 - valid output data
ok 52 - test procedure with no input params
ok 53 - test odbc_async_exec attribute NOT set
ok 54 - dbcc messages being returned
ok 55 - reset async exec
ok 56 - test setting odbc_exec_direct
ok 57 - Valid select results with print statements
ok 58 - ensure 2 error messages from two print statements
ok 59 - validate error messages being retrieved
ok 60 - Connected with MARS_Connection
ok 61 - Multiple concurrent statements should fail
ok 62 - Multiple concurrent statements succeed (odbc_cursortype set)
ok 63 # skip WARNING: driver does NOT support MARS_Connection
# DBD::ODBC::st execute failed: [unixODBC][FreeTDS][SQL Server]Invalid cursor state (SQL-24000) at t/20SqlServer.t line 202.
# DSN=dbi:ODBC:DSN=TESTSRV;MARS_Connection=yes;
# 
# NOTE: You failed this test because your SQL Server driver
# is too old to handle the MARS_Connection attribute. This test cannot
# easily skip this test for old drivers as there is no definite SQL Server
# driver version it can check.
# 
ok 64 - passed timeout on query using odbc_query_timeout using do with bind params
ok 65 - passed timeout on query using odbc_query_timeout using do without bind params
# Looks like you failed 1 test of 65.
dubious
	Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 11
	Failed 1/65 tests, 98.46% okay (less 4 skipped tests: 60 okay, 92.31%)
t/30Oracle..............1..5
ok 1 - use ODBCTEST;
ok 2 - use Data::Dumper;
ok 3 # skip Oracle tests not supported using Microsoft SQL Server
ok 4 # skip Oracle tests not supported using Microsoft SQL Server
ok 5 # skip Oracle tests not supported using Microsoft SQL Server
ok
        3/5 skipped: various reasons
t/40UnicodeRoundTrip....1..62
ok 1 - DBI connect
ok 2 # skip Unicode-specific tests disabled - not a unicode build
ok 3 # skip Unicode-specific tests disabled - not a unicode build
ok 4 # skip Unicode-specific tests disabled - not a unicode build
ok 5 # skip Unicode-specific tests disabled - not a unicode build
ok 6 # skip Unicode-specific tests disabled - not a unicode build
ok 7 # skip Unicode-specific tests disabled - not a unicode build
ok 8 # skip Unicode-specific tests disabled - not a unicode build
ok 9 # skip Unicode-specific tests disabled - not a unicode build
ok 10 # skip Unicode-specific tests disabled - not a unicode build
ok 11 # skip Unicode-specific tests disabled - not a unicode build
ok 12 # skip Unicode-specific tests disabled - not a unicode build
ok 13 # skip Unicode-specific tests disabled - not a unicode build
ok 14 # skip Unicode-specific tests disabled - not a unicode build
ok 15 # skip Unicode-specific tests disabled - not a unicode build
ok 16 # skip Unicode-specific tests disabled - not a unicode build
ok 17 # skip Unicode-specific tests disabled - not a unicode build
ok 18 # skip Unicode-specific tests disabled - not a unicode build
ok 19 # skip Unicode-specific tests disabled - not a unicode build
ok 20 # skip Unicode-specific tests disabled - not a unicode build
ok 21 # skip Unicode-specific tests disabled - not a unicode build
ok 22 # skip Unicode-specific tests disabled - not a unicode build
ok 23 # skip Unicode-specific tests disabled - not a unicode build
ok 24 # skip Unicode-specific tests disabled - not a unicode build
ok 25 # skip Unicode-specific tests disabled - not a unicode build
ok 26 # skip Unicode-specific tests disabled - not a unicode build
ok 27 # skip Unicode-specific tests disabled - not a unicode build
ok 28 # skip Unicode-specific tests disabled - not a unicode build
ok 29 # skip Unicode-specific tests disabled - not a unicode build
ok 30 # skip Unicode-specific tests disabled - not a unicode build
ok 31 # skip Unicode-specific tests disabled - not a unicode build
ok 32 # skip Unicode-specific tests disabled - not a unicode build
ok 33 # skip Unicode-specific tests disabled - not a unicode build
ok 34 # skip Unicode-specific tests disabled - not a unicode build
ok 35 # skip Unicode-specific tests disabled - not a unicode build
ok 36 # skip Unicode-specific tests disabled - not a unicode build
ok 37 # skip Unicode-specific tests disabled - not a unicode build
ok 38 # skip Unicode-specific tests disabled - not a unicode build
ok 39 # skip Unicode-specific tests disabled - not a unicode build
ok 40 # skip Unicode-specific tests disabled - not a unicode build
ok 41 # skip Unicode-specific tests disabled - not a unicode build
ok 42 # skip Unicode-specific tests disabled - not a unicode build
ok 43 # skip Unicode-specific tests disabled - not a unicode build
ok 44 # skip Unicode-specific tests disabled - not a unicode build
ok 45 # skip Unicode-specific tests disabled - not a unicode build
ok 46 # skip Unicode-specific tests disabled - not a unicode build
ok 47 # skip Unicode-specific tests disabled - not a unicode build
ok 48 # skip Unicode-specific tests disabled - not a unicode build
ok 49 # skip Unicode-specific tests disabled - not a unicode build
ok 50 # skip Unicode-specific tests disabled - not a unicode build
ok 51 # skip Unicode-specific tests disabled - not a unicode build
ok 52 # skip Unicode-specific tests disabled - not a unicode build
ok 53 # skip Unicode-specific tests disabled - not a unicode build
ok 54 # skip Unicode-specific tests disabled - not a unicode build
ok 55 # skip Unicode-specific tests disabled - not a unicode build
ok 56 # skip Unicode-specific tests disabled - not a unicode build
ok 57 # skip Unicode-specific tests disabled - not a unicode build
ok 58 # skip Unicode-specific tests disabled - not a unicode build
ok 59 # skip Unicode-specific tests disabled - not a unicode build
ok 60 # skip Unicode-specific tests disabled - not a unicode build
ok 61 # skip Unicode-specific tests disabled - not a unicode build
ok 62 # skip Unicode-specific tests disabled - not a unicode build
ok
        61/62 skipped: various reasons
t/41Unicode.............1..55
ok 1 - DBI connect
ok 2 # skip Unicode-specific tests disabled - not a unicode build
ok 3 # skip Unicode-specific tests disabled - not a unicode build
ok 4 # skip Unicode-specific tests disabled - not a unicode build
ok 5 # skip Unicode-specific tests disabled - not a unicode build
ok 6 # skip Unicode-specific tests disabled - not a unicode build
ok 7 # skip Unicode-specific tests disabled - not a unicode build
ok 8 # skip Unicode-specific tests disabled - not a unicode build
ok 9 # skip Unicode-specific tests disabled - not a unicode build
ok 10 # skip Unicode-specific tests disabled - not a unicode build
ok 11 # skip Unicode-specific tests disabled - not a unicode build
ok 12 # skip Unicode-specific tests disabled - not a unicode build
ok 13 # skip Unicode-specific tests disabled - not a unicode build
ok 14 # skip Unicode-specific tests disabled - not a unicode build
ok 15 # skip Unicode-specific tests disabled - not a unicode build
ok 16 # skip Unicode-specific tests disabled - not a unicode build
ok 17 # skip Unicode-specific tests disabled - not a unicode build
ok 18 # skip Unicode-specific tests disabled - not a unicode build
ok 19 # skip Unicode-specific tests disabled - not a unicode build
ok 20 # skip Unicode-specific tests disabled - not a unicode build
ok 21 # skip Unicode-specific tests disabled - not a unicode build
ok 22 # skip Unicode-specific tests disabled - not a unicode build
ok 23 # skip Unicode-specific tests disabled - not a unicode build
ok 24 # skip Unicode-specific tests disabled - not a unicode build
ok 25 # skip Unicode-specific tests disabled - not a unicode build
ok 26 # skip Unicode-specific tests disabled - not a unicode build
ok 27 # skip Unicode-specific tests disabled - not a unicode build
ok 28 # skip Unicode-specific tests disabled - not a unicode build
ok 29 # skip Unicode-specific tests disabled - not a unicode build
ok 30 # skip Unicode-specific tests disabled - not a unicode build
ok 31 # skip Unicode-specific tests disabled - not a unicode build
ok 32 # skip Unicode-specific tests disabled - not a unicode build
ok 33 # skip Unicode-specific tests disabled - not a unicode build
ok 34 # skip Unicode-specific tests disabled - not a unicode build
ok 35 # skip Unicode-specific tests disabled - not a unicode build
ok 36 # skip Unicode-specific tests disabled - not a unicode build
ok 37 # skip Unicode-specific tests disabled - not a unicode build
ok 38 # skip Unicode-specific tests disabled - not a unicode build
ok 39 # skip Unicode-specific tests disabled - not a unicode build
ok 40 # skip Unicode-specific tests disabled - not a unicode build
ok 41 # skip Unicode-specific tests disabled - not a unicode build
ok 42 # skip Unicode-specific tests disabled - not a unicode build
ok 43 # skip Unicode-specific tests disabled - not a unicode build
ok 44 # skip Unicode-specific tests disabled - not a unicode build
ok 45 # skip Unicode-specific tests disabled - not a unicode build
ok 46 # skip Unicode-specific tests disabled - not a unicode build
ok 47 # skip Unicode-specific tests disabled - not a unicode build
ok 48 # skip Unicode-specific tests disabled - not a unicode build
ok 49 # skip Unicode-specific tests disabled - not a unicode build
ok 50 # skip Unicode-specific tests disabled - not a unicode build
ok 51 # skip Unicode-specific tests disabled - not a unicode build
ok 52 # skip Unicode-specific tests disabled - not a unicode build
ok 53 # skip Unicode-specific tests disabled - not a unicode build
ok 54 # skip Unicode-specific tests disabled - not a unicode build
ok 55 # skip Unicode-specific tests disabled - not a unicode build
ok
        54/55 skipped: various reasons
t/pod-coverage..........1..1
ok 1 - Pod::Coverage
ok
t/pod...................# Test::Pod::Coverage 1.04 required for testing POD coverage
1..3
ok 1 - POD test for blib/lib/DBD/ODBC.pm
ok 2 - POD test for blib/lib/DBD/ODBC/Changes.pm
ok 3 - POD test for blib/lib/DBD/ODBC/FAQ.pm
ok
t/rt_38977..............1..11
ok 1 - use ODBCTEST;
ok 2 - got DBMS name: Microsoft SQL Server
ok 3 - got DBMS version: 09.00.3042
ok 4 - got DRIVER name: libtdsodbc.so
ok 5 - got DRIVER version 0.83.dev.20091216
ok 6 - create test table with varchar(max)
ok 7 - prepare insert
ok 8 - execute insert
ok 9 - create test table with varbinary(max)
ok 10 - prepare insert
DBD::ODBC::st execute failed: [unixODBC][FreeTDS][SQL Server]Operand type clash: text is incompatible with varbinary(max) (SQL-22018) at t/rt_38977.t line 127.
DBD::ODBC::st execute failed: [unixODBC][FreeTDS][SQL Server]Operand type clash: text is incompatible with varbinary(max) (SQL-22018) at t/rt_38977.t line 127.
# Looks like you planned 11 tests but only ran 10.
# Looks like your test died just after 10.
dubious
	Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED test 11
	Failed 1/11 tests, 90.91% okay
t/rt_39841..............1..28
ok 1 - use ODBCTEST;
ok 2 - got DBMS name: Microsoft SQL Server
ok 3 - got DBMS version: 09.00.3042
ok 4 # skip not SQL Server ODBC or native client driver
ok 5 # skip not SQL Server ODBC or native client driver
ok 6 # skip not SQL Server ODBC or native client driver
ok 7 # skip not SQL Server ODBC or native client driver
ok 8 # skip not SQL Server ODBC or native client driver
ok 9 # skip not SQL Server ODBC or native client driver
ok 10 # skip not SQL Server ODBC or native client driver
ok 11 # skip not SQL Server ODBC or native client driver
ok 12 # skip not SQL Server ODBC or native client driver
ok 13 # skip not SQL Server ODBC or native client driver
ok 14 # skip not SQL Server ODBC or native client driver
ok 15 # skip not SQL Server ODBC or native client driver
ok 16 # skip not SQL Server ODBC or native client driver
ok 17 # skip not SQL Server ODBC or native client driver
ok 18 # skip not SQL Server ODBC or native client driver
ok 19 # skip not SQL Server ODBC or native client driver
ok 20 # skip not SQL Server ODBC or native client driver
ok 21 # skip not SQL Server ODBC or native client driver
ok 22 # skip not SQL Server ODBC or native client driver
ok 23 # skip not SQL Server ODBC or native client driver
ok 24 # skip not SQL Server ODBC or native client driver
ok 25 # skip not SQL Server ODBC or native client driver
ok 26 # skip not SQL Server ODBC or native client driver
ok 27 # skip not SQL Server ODBC or native client driver
ok 28 # skip not SQL Server ODBC or native client driver
ok
        25/28 skipped: various reasons
t/rt_39897..............1..6
ok 1 - use ODBCTEST;
ok 2 - create test table with varchar
ok 3 - prepare insert
ok 4 - execute insert
ok 5 - issue select on test table
ok 6 - fetch varchar(100) from test table
ok
t/rt_43384..............1..9
ok 1 - use ODBCTEST;
ok 2 - use Data::Dumper;
ok 3 # skip Microsoft Access tests not supported using Microsoft SQL Server
ok 4 # skip Microsoft Access tests not supported using Microsoft SQL Server
ok 5 # skip Microsoft Access tests not supported using Microsoft SQL Server
ok 6 # skip Microsoft Access tests not supported using Microsoft SQL Server
ok 7 # skip Microsoft Access tests not supported using Microsoft SQL Server
ok 8 # skip Microsoft Access tests not supported using Microsoft SQL Server
ok 9 # skip Microsoft Access tests not supported using Microsoft SQL Server
ok
        7/9 skipped: various reasons
t/rt_46597..............1..7
ok 1 - use ODBCTEST;
ok 2 - use Data::Dumper;
ok 3 # skip Microsoft Access tests not supported using Microsoft SQL Server
ok 4 # skip Microsoft Access tests not supported using Microsoft SQL Server
ok 5 # skip Microsoft Access tests not supported using Microsoft SQL Server
ok 6 # skip Microsoft Access tests not supported using Microsoft SQL Server
ok 7 # skip Microsoft Access tests not supported using Microsoft SQL Server
ok
        5/7 skipped: various reasons
t/rt_null_nvarchar......1..8
ok 1 - got DBMS name: Microsoft SQL Server
ok 2 - got DBMS version: 09.00.3042
ok 3 - got DRIVER name: libtdsodbc.so
ok 4 - got DRIVER version 0.83.dev.20091216
ok 5 - create test table with nvarchar(max)
ok 6 - prepare insert
ok 7 - execute insert
ok 8 - insert NULL into VARCHAR(MAX)
ok
Failed Test     Stat Wstat Total Fail  List of Failed
-------------------------------------------------------------------------------
t/20SqlServer.t    1   256    65    1  11
t/rt_38977.t     255 65280    11    2  11
162 subtests skipped.
Failed 2/21 test scripts. 2/445 subtests failed.
Files=21, Tests=445,  9 wallclock secs ( 1.84 cusr +  1.03 csys =  2.87 CPU)
Failed 2/21 test programs. 2/445 subtests failed.
make: *** [test_dynamic] Error 255

Main