Message 341961 - Python tracker

Message341961

Author coleifer
Recipients coleifer
Date 2019-05-09.04:12:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557375140.49.0.613724694003.issue36859@roundup.psfhosted.org>
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: <1557375140.49.0.613724694003.issue36859@roundup.psfhosted.org>
2019-05-09 04:12:20coleiferlinkissue36859 messages
2019-05-09 04:12:20coleifercreate