1 file changed
+1
-1
lines changed- README.md+1-1
- doc/src/conf.py+1-1
- doc/src/enums/dpiOracleTypeNum.rst+7
- doc/src/enums/dpiStatementType.rst+1-1
- doc/src/functions/dpiConn.rst+115-69
- 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+19-5
- 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/user_guide/debugging.rst+2-2
- doc/src/user_guide/round_trips.rst+19-1
- include/dpi.h+37-16
- src/dpiConn.c+32-3
- src/dpiData.c+30
- src/dpiImpl.h+3-5
- src/dpiJson.c+25-1
- src/dpiOci.c+7-6
- src/dpiOracleType.c+11-1
- src/dpiUtils.c+2
- src/dpiVar.c+22
- test/Makefile+35-10
- test/Makefile.win32+35-35
- test/TestSuiteRunner.c+35-35
- test/test_1000_context.c+27-27
- test/test_1100_numbers.c+21-21
- test/test_1200_conn.c+84-69
- test/test_1300_conn_properties.c+63-62
- test/test_1400_pool.c+75-75
- test/test_1500_pool_properties.c+24-24
- test/test_1600_queries.c+42-42
- test/test_1700_transactions.c+39-39
- test/test_1800_misc.c+18-18
- test/test_1900_variables.c+223-81
- test/test_2000_statements.c+114-114
- test/test_2100_data_types.c+30-30
- test/test_2200_object_types.c+36-36
- test/test_2300_objects.c+123-123
- test/test_2400_enq_options.c+12-12
- test/test_2500_deq_options.c+33-33
- test/test_2600_msg_props.c+27-27
- test/test_2700_aq.c+33-33
- test/test_2800_lobs.c+90-90
- test/test_2900_implicit_results.c+9-9
- test/test_3000_scroll_cursors.c+24-24
- test/test_3100_subscriptions.c+9-9
- test/test_3200_batch_errors.c+12-12
- test/test_3300_dml_returning.c+24-24
- test/test_3400_soda_db.c+24-24
- test/test_3500_soda_coll.c+60-60
- test/test_3600_soda_coll_cursor.c+9-9
- test/test_3700_soda_doc.c+12-12
- test/test_3800_soda_doc_cursor.c+9-9
- test/test_3900_sess_tags.c+12-12
- test/test_4000_queue.c+27-27
- test/test_4100_binds.c+102-102
- test/test_4200_rowids.c+42-42
- test/test_4300_json.c+83-67
0 commit comments