@@ -5256,43 +5256,43 @@ oracledb.OUT_FORMAT_OBJECT and resultSet = true
52565256
52575257259. tpc.js
52585258 259.1 TPC constants
5259- 259.1.1 tpc constant TPC_BEGIN_JOIN
5260- 259.1.2 tpc constant TPC_BEGIN_NEW
5261- 259.1.3 tpc constant TPC_RESUME
5262- 259.1.4 tpc constant TPC_PROMOTE
5263- 259.1.5 tpc constant TPC_END_NORMAL
5264- 259.1.6 tpc constant TPC_END_SUSPEND
5259+ 259.1.1 tpc constant TPC_BEGIN_JOIN
5260+ 259.1.2 tpc constant TPC_BEGIN_NEW
5261+ 259.1.3 tpc constant TPC_RESUME
5262+ 259.1.4 tpc constant TPC_PROMOTE
5263+ 259.1.5 tpc constant TPC_END_NORMAL
5264+ 259.1.6 tpc constant TPC_END_SUSPEND
52655265 259.2 TPC Functions
5266- 259.2.1 test tpcBegin, tpcPrepare, tpcRollback
5267- 259.2.2 test tpcBegin, tpcPrepare, tpcCommit
5268- 259.2.3 test multiple global transactions on same connection
5269- 259.2.4 test tpcPrepare with no xid
5270- 259.2.5 negative - missing formatId in XID
5271- 259.2.6 negative missing globalTxnId in XID
5272- 259.2.7 negative missing branchQualifier in XID
5266+ 259.2.1 test tpcBegin, tpcPrepare, tpcRollback
5267+ 259.2.2 test tpcBegin, tpcPrepare, tpcCommit
5268+ 259.2.3 test multiple global transactions on same connection
5269+ 259.2.4 test tpcPrepare with no xid
5270+ 259.2.5 negative - missing formatId in XID
5271+ 259.2.6 negative missing globalTxnId in XID
5272+ 259.2.7 negative missing branchQualifier in XID
52735273 259.3 TPC Functions with no default values
5274- 259.3.1 test tpcBegin, tpcPrepare, tpcRollback
5275- 259.3.2 test tpcBegin, tpcPrepare, tpcCommit
5276- 259.3.3 test multiple global transactions on same connection
5277- 259.3.4 test tpcPrepare with no xid
5278- 259.3.5 negative - missing formatId in XID
5279- 259.3.6 negative missing globalTxnId in XID
5280- 259.3.7 negative missing branchQualifier in XID
5274+ 259.3.1 test tpcBegin, tpcPrepare, tpcRollback
5275+ 259.3.2 test tpcBegin, tpcPrepare, tpcCommit
5276+ 259.3.3 test multiple global transactions on same connection
5277+ 259.3.4 test tpcPrepare with no xid
5278+ 259.3.5 negative - missing formatId in XID
5279+ 259.3.6 negative missing globalTxnId in XID
5280+ 259.3.7 negative missing branchQualifier in XID
52815281 259.4 TPC Properties
5282- 259.4.1 set and get externalName
5283- 259.4.2 set and get internalName
5284- 259.4.3 set and query ecid
5282+ 259.4.1 set and get externalName
5283+ 259.4.2 set and get internalName
5284+ 259.4.3 set and query ecid
52855285 259.5 TPC Functions using Buffer type
5286- 259.5.1 test tpcBegin, tpcPrepare, tpcRollback using Buffer type
5287- 259.5.2 test tpcBegin, tpcPrepare, tpcRollback using Buffer type 2
5286+ 259.5.1 test tpcBegin, tpcPrepare, tpcRollback using Buffer type
5287+ 259.5.2 test tpcBegin, tpcPrepare, tpcRollback using Buffer type 2
52885288 259.6 TPC Functions with invalid # of parameters
5289- 259.6.1 tpcBegin invalid number of arguments
5290- 259.6.2 tpcCommit invalid number of arguments
5291- 259.6.3 tpcEnd invalid number of arguments
5292- 259.6.4 tpcForget invalid number of arguments
5293- 259.6.5 tpcPrepare invalid number of args
5294- 259.6.6 tpcRecover invalid number of args
5295- 259.6.7 tpcRollback invalid number of args
5289+ 259.6.1 tpcBegin invalid number of arguments
5290+ 259.6.2 tpcCommit invalid number of arguments
5291+ 259.6.3 tpcEnd invalid number of arguments
5292+ 259.6.4 tpcForget invalid number of arguments
5293+ 259.6.5 tpcPrepare invalid number of args
5294+ 259.6.6 tpcRecover invalid number of args
5295+ 259.6.7 tpcRollback invalid number of args
52965296
52975297260. tpcResume.js
52985298 260.1 TPC suspend and resume
0 commit comments