This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author palaviv
Recipients berker.peksag, ghaering, jim_minter, palaviv, serhiy.storchaka
Date 2018-04-18.13:24:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1524057851.2.0.682650639539.issue24905@psf.upfronthosting.co.za>
In-reply-to
Content
As I wrote in the PR:
I think that the contains operation should not be supported for blobs. As blobs can be very large, looking for a subset of bytes inside them will be a very inefficient process in memory or in compute.

I believe that this is a very good feature for the sqlite module. I know that there is no active core developer that is currently working on sqlite module but this patch is already waiting 2 years. Could I do anything to help this patch merged?
History
Date User Action Args
2018-04-18 13:24:11palavivsetrecipients: + palaviv, ghaering, berker.peksag, serhiy.storchaka, jim_minter
2018-04-18 13:24:11palavivsetmessageid: <1524057851.2.0.682650639539.issue24905@psf.upfronthosting.co.za>
2018-04-18 13:24:11palavivlinkissue24905 messages
2018-04-18 13:24:11palavivcreate