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 coleifer
Recipients coleifer
Date 2019-05-09.04:12:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
I've got a patch working now that:

- retains complete backwards-compatibility for DDL (as well as BEGIN EXCLUSIVE/IMMEDIATE) -- tests are passing locally.
- retains previous behavior for old sqlite that do not have the sqlite3_stmt_readonly API.

I think this should be good-to-go and I've in fact merged a similar patch on my own standalone pysqlite3 package.

Also I will add that the little 'test script' I provided is working as-expected with this patch applied.
History
Date User Action Args
2019-05-09 04:12:20coleifersetrecipients: + coleifer
2019-05-09 04:12:20coleifersetmessageid: <[email protected]>
2019-05-09 04:12:20coleiferlinkissue36859 messages
2019-05-09 04:12:20coleifercreate