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+11-3
- .github/stale.yml+2-2
- Makefile+2-2
- Makefile.win32+2-2
- README.md+1-1
- doc/src/conf.py+1-1
- doc/src/enums/dpiJsonOptions.rst+20
- doc/src/enums/dpiNativeTypeNum.rst+33-26
- doc/src/enums/dpiOracleTypeNum.rst+13
- doc/src/enums/index.rst+1
- doc/src/functions/dpiJson.rst+70
- doc/src/functions/index.rst+1
- doc/src/releasenotes.rst+5-3
- doc/src/structs/dpiJsonArray.rst+24
- doc/src/structs/dpiJsonNode.rst+23
- doc/src/structs/dpiJsonObject.rst+35
- doc/src/structs/index.rst+3
- doc/src/unions/dpiDataBuffer.rst+20-2
- embed/dpi.c+2-1
- include/dpi.h+101-39
- samples/DemoBindJSON.c+228
- samples/DemoFetchJSON.c+141
- samples/Makefile+2-1
- samples/Makefile.win32+4-1
- src/dpiErrorMessages.h+3
- src/dpiGen.c+6
- src/dpiImpl.h+273
- src/dpiJson.c+772
- src/dpiOci.c+44
- src/dpiOracleType.c+13-1
- src/dpiVar.c+65-2
- test/Makefile+1-1
- test/Makefile.win32+1
- test/TestJson.c+622
- test/TestSuiteRunner.c+3-2
- test/sql/SetupTest.sql+18
0 commit comments