Vincent Rogier
Vincent Rogier
Hi, After thinking about it, I will design xlmtype support differently from what I committed (to quickly). Instead of relying on OCI_Long, I will create a new type OCI_Xml /...
Hi, I committed the changes (internal changes were bigger than expected, but public API changes reduced). Check the changelog in v4.7.7. branch for more details. Vincent
> Quick observation: Table with 10 Rows, Fetchsize set to 20 returns 55 for rs.GetCount() after the first rs++. Will check if my code does something wrong - but for...
Hi, I reproduced the issue. This is due to the combination scrollable cursors + dynamic piecewise fetching used for retrieving of xml content. OCI statement handle attribute OCI_ATTR_CURRENT_POSITION reports crazy...
Hi, I created a v4.8.0 branch with updates for XMLTYPE that will fix your scrollable statement issues. I made changes to the public API (see changelog). Regards, Vincent
By the way, I pushed another commit today. About your issue, adding test on NULL was next on my todo. I will check that asap and will let you know.
Fix committed for handling NULL in dynamic fetching. Test suite also updated. Regards, Vincent
Hi, I will investigate this issue prior the release of v4.7.7 Regards, Vincent
Hi, This is a documentation issue that will be fixed for v4.7.7 release. Regards, Vincent