1 file changed
+1
-1
lines changed- Makefile+3-3
- doc/src/enums/dpiStatementType.rst+1-1
- doc/src/enums/dpiTpcBeginFlags.rst+17
- doc/src/enums/dpiTpcEndFlags.rst+15
- doc/src/enums/index.rst+2
- doc/src/functions/dpiConn.rst+240-70
- doc/src/functions/dpiContext.rst+11-11
- doc/src/functions/dpiData.rst+26
- doc/src/functions/dpiDeqOptions.rst+24-24
- doc/src/functions/dpiEnqOptions.rst+9-9
- doc/src/functions/dpiJson.rst+24-4
- doc/src/functions/dpiLob.rst+15-15
- doc/src/functions/dpiMsgProps.rst+25-25
- doc/src/functions/dpiObject.rst+29-28
- doc/src/functions/dpiObjectAttr.rst+3-3
- doc/src/functions/dpiObjectType.rst+5-5
- doc/src/functions/dpiPool.rst+28-28
- doc/src/functions/dpiQueue.rst+9-9
- doc/src/functions/dpiRowid.rst+3-3
- doc/src/functions/dpiSodaColl.rst+25-25
- doc/src/functions/dpiSodaCollCursor.rst+5-5
- doc/src/functions/dpiSodaDb.rst+10-10
- doc/src/functions/dpiSodaDoc.rst+9-9
- doc/src/functions/dpiSodaDocCursor.rst+5-5
- doc/src/functions/dpiStmt.rst+42-41
- doc/src/functions/dpiSubscr.rst+3-3
- doc/src/functions/dpiVar.rst+37-17
- doc/src/installation.rst+36-36
- doc/src/releasenotes.rst+23-2
- doc/src/structs/dpiCommonCreateParams.rst+3-3
- doc/src/structs/dpiConnCreateParams.rst+2-2
- doc/src/structs/dpiContextCreateParams.rst+3-3
- doc/src/structs/dpiPoolCreateParams.rst+1-1
- doc/src/structs/dpiXid.rst+33
- doc/src/structs/index.rst+1
- doc/src/user_guide/debugging.rst+2-2
- doc/src/user_guide/round_trips.rst+43-1
- include/dpi.h+81-15
- src/dpiConn.c+297-86
- src/dpiData.c+30
- src/dpiImpl.h+5-3
- src/dpiJson.c+21-1
- src/dpiOci.c+43-5
- src/dpiQueue.c+15-4
- src/dpiVar.c+22
- test/TestJson.c+208
- test/TestTransactions.c+202-295
0 commit comments