Menu

There is a bug in OCI_ELEM_SET_NUMBER

Anonymous
2015-06-24
2015-06-24
  • Anonymous

    Anonymous - 2015-06-24

    Hi,vrogier

    when call OCI_ElemSetNumber(), the size should not euqals sizeof(call_retval), call_retval is boolean type.
    By the way, the OCI_IterFree() maybe not corret, because when I use OCI_IterCreate(), then call the OCI_IterFree(), it does not work. Maybe it leads to memory leak.
    
     
  • Vincent Rogier

    Vincent Rogier - 2015-06-24

    Hi,

    Thanks for reporting issues.
    The issue related to OCI_ElemSetNumber() is fixed and committed to the GIT repo in GitHub.
    By the way, OCILIB has moved to GitHub.
    Please, use the Git bug tracker for new issues :)
    Regarding the OCI_IterFree(), can you explain. I don't understand your problem.
    Thanks

    Vincent

     
  • Vincent Rogier

    Vincent Rogier - 2015-06-24

    I made another commit related to OCI_IterFree()