1 file changed
+1
-1
lines changed- .github/ISSUE_TEMPLATE/general-questions-and-runtime-problems.md+2
- .github/ISSUE_TEMPLATE/installation-questions.md+2
- .github/SECURITY.md+5
- .github/stale.yml+23
- doc/src/conf.py+1-1
- doc/src/functions/dpiConn.rst+132-87
- doc/src/functions/dpiContext.rst+12-12
- doc/src/functions/dpiData.rst+26-27
- doc/src/functions/dpiDeqOptions.rst+35-35
- doc/src/functions/dpiEnqOptions.rst+10-10
- doc/src/functions/dpiLob.rst+29-25
- doc/src/functions/dpiMsgProps.rst+37-37
- doc/src/functions/dpiObject.rst+26-26
- doc/src/functions/dpiObjectAttr.rst+4-4
- doc/src/functions/dpiObjectType.rst+8-8
- doc/src/functions/dpiPool.rst+29-29
- doc/src/functions/dpiQueue.rst+12-12
- doc/src/functions/dpiRowid.rst+4-4
- doc/src/functions/dpiSodaColl.rst+33-35
- doc/src/functions/dpiSodaCollCursor.rst+5-5
- doc/src/functions/dpiSodaDb.rst+19-19
- doc/src/functions/dpiSodaDoc.rst+14-14
- doc/src/functions/dpiSodaDocCursor.rst+5-5
- doc/src/functions/dpiStmt.rst+86-47
- doc/src/functions/dpiSubscr.rst+4-4
- doc/src/functions/dpiVar.rst+18-19
- doc/src/index.rst+1-1
- doc/src/installation.rst+99-45
- doc/src/releasenotes.rst+20-2
- doc/src/structs/dpiAppContext.rst+3-3
- doc/src/structs/dpiBytes.rst+2-2
- doc/src/structs/dpiCommonCreateParams.rst+4-4
- doc/src/structs/dpiConnCreateParams.rst+9-9
- doc/src/structs/dpiContextCreateParams.rst+5-5
- doc/src/structs/dpiDataTypeInfo.rst+1-1
- doc/src/structs/dpiEncodingInfo.rst+5-3
- doc/src/structs/dpiErrorInfo.rst+5-5
- doc/src/structs/dpiIntervalYM.rst+2-2
- doc/src/structs/dpiObjectAttrInfo.rst+1-1
- doc/src/structs/dpiObjectTypeInfo.rst+2-2
- doc/src/structs/dpiPoolCreateParams.rst+2-2
- doc/src/structs/dpiQueryInfo.rst+1-1
- doc/src/structs/dpiSodaCollNames.rst+2-2
- doc/src/structs/dpiSodaOperOptions.rst+5-5
- doc/src/structs/dpiSubscrCreateParams.rst+4-4
- doc/src/structs/dpiSubscrMessage.rst+7-7
- doc/src/structs/dpiSubscrMessageQuery.rst+1-1
- doc/src/structs/dpiSubscrMessageRow.rst+1-1
- doc/src/structs/dpiSubscrMessageTable.rst+2-2
- doc/src/unions/dpiDataBuffer.rst+21-1
- include/dpi.h+28-2
- src/dpiConn.c+77
- src/dpiImpl.h+4-3
- src/dpiOci.c+7
- src/dpiSodaDb.c+1-1
- src/dpiStmt.c+58-22
- src/dpiVar.c+6
- test/TestConn.c+58
- test/TestConnProperties.c+4-2
- test/TestContext.c+26
- test/TestDataTypes.c+10-2
- test/TestLib.c+139-8
- test/TestLib.h+17
- test/TestPoolProperties.c+4-2
- test/TestSodaColl.c+4-2
- test/TestStatements.c+147
0 commit comments