1 file changed
+1
-1
lines changed- README.md+1-1
- doc/src/conf.py+2-2
- doc/src/functions/dpiConn.rst+4-1
- doc/src/functions/dpiLob.rst+17-6
- doc/src/functions/dpiPool.rst+4-1
- doc/src/functions/dpiStmt.rst+2-2
- doc/src/releasenotes.rst+26-2
- doc/src/structs/dpiConnCreateParams.rst+3-1
- include/dpi.h+2-2
- samples/Makefile+2-1
- samples/TestBLOB.c+9-5
- samples/TestBLOBsAsBytes.c+130
- samples/TestCLOB.c+9-4
- samples/TestCLOBsAsStrings.c+130
- src/dpiConn.c+1
- src/dpiOci.c+9-1
- src/dpiStmt.c+11-5
- src/dpiSubscr.c+2-2
- src/dpiVar.c+8-1
- test/TestBatchErrors.c+2-7
- test/TestConn.c+9-16
- test/TestConnProperties.c+2-4
- test/TestContext.c+5-18
- test/TestDataTypes.c+3-12
- test/TestDeqOptions.c+2-3
- test/TestEnqOptions.c+2-3
- test/TestLOBs.c+10-35
- test/TestLib.c+56-44
- test/TestLib.h+5-4
- test/TestMiscCases.c+119
- test/TestMsgProps.c+2-3
- test/TestObjectTypes.c+5-15
- test/TestObjects.c+28-100
- test/TestPool.c+14-26
- test/TestQueries.c+8-15
- test/TestRowIds.c+2-4
- test/TestScrollCursors.c+4-10
- test/TestSodaColl.c+4-5
- test/TestSodaCollCursor.c+2-3
- test/TestSodaDb.c+3-5
- test/TestSodaDoc.c+2-3
- test/TestSodaDocCursor.c+2-3
- test/TestStatements.c+9-17
- test/TestSubscriptions.c+2-4
- test/TestTransactions.c+4-8
- test/TestVariables.c+25-48
- test/sql/SetupTest.sql+5
0 commit comments