Skip to content

Commit 9ea1ebc

Browse files
committed
updated limitations
1 parent 52b1731 commit 9ea1ebc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,19 @@ using a jdbc-custom-data-source from `oplrun` or OPL Studio.
6464

6565

6666
## Export plain dat files
67+
6768
* When running the `ant` command with the DB2/mysql target, simply add `-Dexport=result.dat` on the command line, and it will export all the tuplesets that have been extracted from the database to `result.dat` file.
6869

6970
## Run with another OPL version
71+
7072
* Edit the build.xml at the root of the directory, and adapt the `example.home` variable to point to your 12.x version.
7173
* Recompile the project
7274

75+
## Limitations
76+
77+
* The custom data source reader supports scalar values, tuples and tuplessets. Arrays are not supported.
78+
* Inner tuples are not supported.
79+
7380
## License
7481

7582
This sample is delivered under the Apache License Version 2.0, January 2004 (see LICENSE.txt).

0 commit comments

Comments
 (0)