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 2017-02-06.18:16:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486404995.86.0.266385583399.issue24905@psf.upfronthosting.co.za>
In-reply-to
Content
Uploading patch after fixes from berker CR.

The `blob_open` API can can have the following options:

1. The table, column and row must be mandatory parameters.
2. The read/write permissions can have the following options:
   a. No default (mandatory parameter).
   b. default read-only
   c. default write-only
3. The dbname can be without a default of "main" and then it will be a mandatory parameter.

I don't think that there is enough differences between the possible API's to justify sending a message to the mailing lists.
History
Date User Action Args
2017-02-06 18:16:36palavivsetrecipients: + palaviv, ghaering, berker.peksag, serhiy.storchaka, jim_minter
2017-02-06 18:16:35palavivsetmessageid: <1486404995.86.0.266385583399.issue24905@psf.upfronthosting.co.za>
2017-02-06 18:16:35palavivlinkissue24905 messages
2017-02-06 18:16:35palavivcreate