Ticket #542: InvalidArgumentError.patch

File InvalidArgumentError.patch, 1.2 KB (added by laserbled, 13 years ago)

I assume this is what the ticket was about.

  • xapian-core/docs/deprecation.rst

    diff --git a/xapian-core/docs/deprecation.rst b/xapian-core/docs/deprecation.rst
    index 744236e..6e1831f 100644
    a b Removed Feature name Upgrade suggestion and comments  
    413413        the document specified doesn't      specified document ID.
    414414        exist.
    415415------- ----------------------------------- ----------------------------------------------------------------------------------
     4161.1.0   ``Database::positionlist_begin()``  This gets thrown because there is a call to docid_zero_invalid()
     417        throwing ``InvalidArgumentError``   if the document id (did) is 0 which is invalid.
     418        if the document id is Zero .
     419------- ----------------------------------- ----------------------------------------------------------------------------------
    4164201.1.5   delve -k                            Accepted as an undocumented alias for -V since 0.9.10 for compatibility with 0.9.9
    417421                                            and earlier.  Just use -V instead.
    418422======= =================================== ==================================================================================