-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c8ea58d
commit f9209c9
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule odpi
updated
28 files
+1 −1 | LICENSE.txt | |
+2 −2 | Makefile | |
+2 −2 | Makefile.win32 | |
+1 −1 | README.md | |
+1 −1 | doc/src/conf.py | |
+3 −0 | doc/src/enums/dpiOracleTypeNum.rst | |
+42 −3 | doc/src/functions/dpiSodaDb.rst | |
+45 −1 | doc/src/functions/dpiSodaDoc.rst | |
+1 −1 | doc/src/license.rst | |
+15 −2 | doc/src/releasenotes.rst | |
+13 −0 | doc/src/structs/dpiContextCreateParams.rst | |
+9 −0 | doc/src/user_guide/round_trips.rst | |
+2 −1 | embed/dpi.c | |
+79 −5 | include/dpi.h | |
+43 −2 | src/dpiConn.c | |
+21 −3 | src/dpiContext.c | |
+4 −1 | src/dpiErrorMessages.h | |
+7 −1 | src/dpiGen.c | |
+54 −1 | src/dpiImpl.h | |
+63 −18 | src/dpiJson.c | |
+42 −1 | src/dpiOci.c | |
+35 −0 | src/dpiOracleType.c | |
+3 −2 | src/dpiQueue.c | |
+6 −3 | src/dpiSodaColl.c | |
+118 −47 | src/dpiSodaDb.c | |
+93 −3 | src/dpiSodaDoc.c | |
+89 −2 | src/dpiVar.c | |
+203 −0 | src/dpiVector.c |