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 erlendaasland
Recipients berker.peksag, erlendaasland, serhiy.storchaka
Date 2021-02-24.10:48:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1614163734.14.0.841142847915.issue43314@roundup.psfhosted.org>
In-reply-to
Content
I missed the SQLITE_OPEN_URI #ifdef in GH-24106. The "open URI" interface was added in 3.7.7. The dead code can safely be removed.

$ grep -r SQLITE_OPEN_URI sqlite-3.7.6/
$ grep -r SQLITE_OPEN_URI sqlite-3.7.7/
[...]
sqlite-3.7.7/sqlite3.h:#define SQLITE_OPEN_URI              0x00000040  /* Ok for sqlite3_open_v2() */
History
Date User Action Args
2021-02-24 10:48:54erlendaaslandsetrecipients: + erlendaasland, berker.peksag, serhiy.storchaka
2021-02-24 10:48:54erlendaaslandsetmessageid: <1614163734.14.0.841142847915.issue43314@roundup.psfhosted.org>
2021-02-24 10:48:54erlendaaslandlinkissue43314 messages
2021-02-24 10:48:54erlendaaslandcreate