代码搜索:Compatibility

找到约 6,848 项符合「Compatibility」的源代码

代码结果 6,848
www.eeworm.com/read/228942/4762061

svn-base compatibility.php.svn-base

K 12 svn:keywords V 2 Id END
www.eeworm.com/read/173141/5378840

sql lobdb2compatibility.sql

----- TEST TO RUN IN DB2 COMPATIBLITY MODE -- create table t1(c11 int); insert into t1 values(1); -- equal tests are allowed only for BLOB==BLOB select c11 from t1 where cast(x'1111' as blob(5))=ca
www.eeworm.com/read/173141/5378947

sql db2compatibility.sql

-- With DB2 current schema is equal to the user name on login. CREATE TABLE DST.DEF_SCHEMA_TEST(NAME_USER VARCHAR(128), NAME_SCHEMA VARCHAR(128)); INSERT INTO DST.DEF_SCHEMA_TEST VALUES(USER, CURRENT
www.eeworm.com/read/173141/5379763

out db2compatibility.out

ij> -- With DB2 current schema is equal to the user name on login. CREATE TABLE DST.DEF_SCHEMA_TEST(NAME_USER VARCHAR(128), NAME_SCHEMA VARCHAR(128)); 0 rows inserted/updated/deleted ij> INSERT INTO D
www.eeworm.com/read/173141/5379768

out lobdb2compatibility.out

ij> ----- TEST TO RUN IN DB2 COMPATIBLITY MODE -- create table t1(c11 int); 0 rows inserted/updated/deleted ij> insert into t1 values(1); 1 row inserted/updated/deleted ij> -- equal tests are allowed