DBD-DB2 1.90
Files
- .git/FETCH_HEAD
- .git/HEAD
- .git/ORIG_HEAD
- .git/config
- .git/description
- .git/hooks/applypatch-msg.sample
- .git/hooks/commit-msg.sample
- .git/hooks/fsmonitor-watchman.sample
- .git/hooks/post-update.sample
- .git/hooks/pre-applypatch.sample
- .git/hooks/pre-commit.sample
- .git/hooks/pre-merge-commit.sample
- .git/hooks/pre-push.sample
- .git/hooks/pre-rebase.sample
- .git/hooks/pre-receive.sample
- .git/hooks/prepare-commit-msg.sample
- .git/hooks/push-to-checkout.sample
- .git/hooks/sendemail-validate.sample
- .git/hooks/update.sample
- .git/index
- .git/info/exclude
- .git/logs/HEAD
- .git/logs/refs/heads/master
- .git/logs/refs/remotes/origin/HEAD
- .git/objects/pack/pack-e467dbeb03d5a07244733d31b288296e47542104.idx
- .git/objects/pack/pack-e467dbeb03d5a07244733d31b288296e47542104.pack
- .git/objects/pack/pack-e467dbeb03d5a07244733d31b288296e47542104.rev
- .git/packed-refs
- .git/refs/heads/master
- .git/refs/remotes/origin/HEAD
- CAVEATS
- Changes
- Constants/Constants.pm
- Constants/Constants.xs
- Constants/MANIFEST
- Constants/Makefile.PL
- DB2.h
- DB2.pm
- DB2.pod
- DB2.xs
- HISTORY
- LICENSE
- MANIFEST
- META.yml
- Makefile.PL
- README
- README.md
- Windows_Binary/ActivePerl/5.28.x/DBD-DB2-1.85.zip
- Windows_Binary/Strawberryperl/5.28.x/32-bit/DBD-DB2-1.85.zip
- Windows_Binary/Strawberryperl/5.28.x/64-bit/DBD-DB2-1.85.zip
- Windows_Binary/Strawberryperl/5.30.x/32-bit/DBD-DB2-1.85.zip
- Windows_Binary/Strawberryperl/5.30.x/64-bit/DBD-DB2-1.85.zip
- dbdimp.c
- dbdimp.h
- lib/Bundle/DBD/DB2.pm
- ppport.h
- t/base.t
- t/main.t
- test.pl
- tests/connection.pl
- tests/exp/perld006_connValidDBIEnvVarsEmptyUserIDPassword.exp
- tests/exp/perld007_connValid3ConnWithoutDiscon.exp
- tests/exp/perld008_connValid3ConnWithDiscon.exp
- tests/exp/perld009_testAutoCommintOFF.exp
- tests/exp/perld010_testAutoCommintON.exp
- tests/exp/perld011_testAutoCommitOFFAndCommit.exp
- tests/exp/perld012_testAutoCommitOFFAndRollback.exp
- tests/exp/perld013_testAutoCommitONAndRollback.exp
- tests/exp/perld014_testAutoCommitONAndCommit.exp
- tests/exp/perld015_resetAutoCommitMultTimes.exp
- tests/exp/perld018_verify017RolledBack.exp
- tests/exp/perld030_stmtSelectBindPrepareExecuteUsingBindCol.exp
- tests/exp/perld034_stmtReuseStmtHandle.exp
- tests/exp/perld045_stmtCheckActiveAttrForStmtHandleAfterFinish1.exp
- tests/exp/perld051_verifyDBHandleOnInactiveDestroya.exp
- tests/exp/perld051_verifyDBHandleOnInactiveDestroyb.exp
- tests/exp/perld052_verifyCachedKidsAttr.exp
- tests/exp/perld054_testDefaultChopBlanksSetting.exp
- tests/exp/perld055_testSetChopBlanksON.exp
- tests/exp/perld056_testSetChopBlanksOFF.exp
- tests/exp/perld057_testChopBkanksChangedFromDBH.exp
- tests/exp/perld058_testChangingOfChopBlanksValue.exp
- tests/exp/perld059_testChopBlanksONDuringConnect.exp
- tests/exp/perld077_conn7ConnectionsRemote.exp
- tests/perld000_createTables.pl
- tests/perld001_connValid.pl
- tests/perld002_connInvalidDBName.pl
- tests/perld003_connInvalidUserID.pl
- tests/perld004_connInvalidPassword.pl
- tests/perld005_connValidDBIEnvVars.pl
- tests/perld006_connValidDBIEnvVarsEmptyUserIDPassword.pl
- tests/perld007_connValid3ConnWithoutDiscon.pl
- tests/perld008_connValid3ConnWithDiscon.pl
- tests/perld009_testAutoCommintOFF.pl
- tests/perld010_testAutoCommintON.pl
- tests/perld011_testAutoCommitOFFAndCommit.pl
- tests/perld012_testAutoCommitOFFAndRollback.pl
- tests/perld013_testAutoCommitONAndRollback.pl
- tests/perld014_testAutoCommitONAndCommit.pl
- tests/perld015_resetAutoCommitMultTimes.pl
- tests/perld016_disconWithoutCallingFinish.pl
- tests/perld017_disconWithAutocomOFFRollback.pl
- tests/perld018_verify017RolledBack.pl
- tests/perld019_stmtWithVendorEscape.pl
- tests/perld020_stmtWithHostVars.pl
- tests/perld021_stmtUpdateReturnRowsAffected.pl
- tests/perld022_stmtRowsAffectedUnknown.pl
- tests/perld023_stmtReturnsUndefOnError.pl
- tests/perld024_stmtWithParamMarkers.pl
- tests/perld025_stmtNumParamsNumFieldsWithoutParamMarkers.pl
- tests/perld026_stmtNumParamsNumFieldsWithParamMarkers.pl
- tests/perld027_stmtNumParamsNumFieldsOnNonSelectWithParamMarkers.pl
- tests/perld028_stmtCreateTableWithNonGraphicTypes.pl
- tests/perld029_stmtInsertPrepareAndExecute.pl
- tests/perld030_stmtSelectBindPrepareExecuteUsingBindCol.pl
- tests/perld031_stmtCreateTableNumberDataTypes.pl
- tests/perld032_stmtInsertPrepareExecuteNumberDataTypes.pl
- tests/perld033_stmtSelectNumberDataTypesUsingBindCol.pl
- tests/perld034_stmtReuseStmtHandle.pl
- tests/perld035_stmtCreateTableBITData.pl
- tests/perld036_stmtInsertPrepareExecuteBITData.pl
- tests/perld037_stmtSelectBITDataUsingBindCol.pl
- tests/perld038_stmtCreateTableGraphicDataTypes.pl
- tests/perld039_stmtInsertPrepareExecuteGraphicDataTypes.pl
- tests/perld040_stmtSelectGraphicDataTypesUsingBindCol.pl
- tests/perld041stmt_SelectGraphicDataTypesUsingBindColumns.pl
- tests/perld042_stmtTryFetchWithoutExecute.pl
- tests/perld043_stmtTryFetchForNonSelect.pl
- tests/perld044_stmtCheckActiveAttrForStmtHandleAfterFinish.pl
- tests/perld045_stmtCheckActiveAttrForStmtHandleAfterFinish1.pl
- tests/perld046_stmtCheckActiveAttrForStmtHandleOnError.pl
- tests/perld047_stmtCompareReturnRowsResultforExecuteAndRows.pl
- tests/perld048_stmtCompareReturnRowsResultforExecuteAndRows1.pl
- tests/perld049_stmtCompareReturnRowsResultforExecuteAndRows2.pl
- tests/perld050_stmtExecuteReturnsUndefOnError.pl
- tests/perld051_verifyDBHandleOnInactiveDestroy.pl
- tests/perld052_verifyCachedKidsAttr.pl
- tests/perld053_retrieveCLOBData.pl
- tests/perld054_testDefaultChopBlanksSetting.pl
- tests/perld055_testSetChopBlanksON.pl
- tests/perld056_testSetChopBlanksOFF.pl
- tests/perld057_testChopBkanksChangedFromDBH.pl
- tests/perld058_testChangingOfChopBlanksValue.pl
- tests/perld059_testChopBlanksONDuringConnect.pl
- tests/perld060_pingConnWithNormalDisconnect.pl
- tests/perld061_pingConnWithForceAppAll.pl
- tests/perld062_pingConnWithdb2stop.pl
- tests/perld063_testBindParamArray.pl
- tests/perld064_testExecuteArray.pl
- tests/perld065_testBindParamArray2.pl
- tests/perld066_testBindParamArrayWithUpdate.pl
- tests/perld067_connIncorrectDBNameRemote.pl
- tests/perld068_connIncorrectUIDRemote.pl
- tests/perld069_connIncorrectPassRemote.pl
- tests/perld070_connIncorrectHostRemote.pl
- tests/perld071_connIncorrectPortRemote.pl
- tests/perld072_connIncorrectProtocolRemote.pl
- tests/perld073_connValidRemote.pl
- tests/perld074_connValidDBIEnvVarsRemote.pl
- tests/perld075_connValidStringInvalidParamsRemote.pl
- tests/perld076_connInvalidStringInvalidParamsRemote.pl
- tests/perld077_conn7ConnectionsRemote.pl
- tests/perld078_testGetInfoForString.pl
- tests/perld079_testGetInfoFor16BitInteger.pl
- tests/perld080_testGetInfoFor32BitInteger.pl
- tests/perld081_connWithSchema.pl
- tests/perld082_connWithDefaultSchema.pl
- tests/perld083_testDB2LoginTimeoutLocal.pl
- tests/perld084_testDB2LoginTimeoutRemote.pl
- tests/perld085_stmtCreateTableXMLColumn.pl
- tests/perld086_stmtInsertXMLColumn.pl
- tests/perld087_stmtSelectXMLUsingBindCol.pl
- tests/perld088_stmtSelectXMLUsingBindColumns.pl
- tests/perld089_stmtRetrieveXMLUsingBLOBRead.pl
- tests/perld090_testStoredProc.pl
- tests/perld091_connAttrApplicationName.pl
- tests/perld092_typeDecfloat.pl
- tests/perld093_testStoredPrcMultResultset.pl
- tests/perld094_testSQLRowCount.pl
- tests/perld095_chopblanks_test.pl
- tests/perld_null_clob_test.pl
- tests/perld_test_sql_warning.pl
- tests/perld_trusted_context.pl
- tests/perldutl.pl
- tests/run-tests.pl