ij> -- This test LOJ reordering.
-- Many testcases are derived from DB2 UDB FVT testcases.
-- Cliff Leung. 10/2002
CREATE TABLE T (A INT NOT NULL, B DECIMAL(10,3) NOT NULL, C VARCHAR(5) NOT NULL);
0 r
Running connection checks on Nested
isolation level 2
auto commit false
read only false
setTypeMap(EMPTY_MAP) - ok
setTypeMap(null) - ok XJ081 - Invalid value 'null' passed as paramete
No user/password (Client error)
passed SQLException all the way to client, then thrown by client...
SQLState is: null
vendorCode is: -99999
nextException is: null
reason is: null userid not supported
Test prepStmtMetaData starting
ResultSetMetaData is Null or empty
ResultSetMetaData is Null or empty
ResultSetMetaData is Null or empty
ResultSetMetaData is Null or empty
ResultSetMetaData is Null or
ij> --
-- this test shows the current supported char, varchar, and long varchar
-- functionality
--
-- create a table with null and non-null char columns of different lengths
create table ct (c1 char,
Test prepStmtNull starting
ResultSet is: work
ResultSet is: null
Test prepStmtNull starting
ResultSet is: blob
ResultSet is: null
Test3 prepStmtNull starting
ResultSet is: null
#!/bin/sh
#
# Solaris pkg pre-install script.
# Keep in step with "%pre" section of "heartbeat.spec".
#
# (c) 2004 David Lee
if
getent group @HA_APIGROUP@ >/dev/null
then
: