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
Date 2021-02-19.19:01:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1613761309.18.0.0571538794023.issue43265@roundup.psfhosted.org>
In-reply-to
Content
> I'm not sure about 1) because if target == source it means a user error. OperationalError is usually used for non-user errors.

Yes, my bad. ProgrammingError would be better.
target == source results in SQLITE_ERROR, BTW.

I'll throw up a PR for 3., then.
History
Date User Action Args
2021-02-19 19:01:49erlendaaslandsetrecipients: + erlendaasland, berker.peksag
2021-02-19 19:01:49erlendaaslandsetmessageid: <1613761309.18.0.0571538794023.issue43265@roundup.psfhosted.org>
2021-02-19 19:01:49erlendaaslandlinkissue43265 messages
2021-02-19 19:01:49erlendaaslandcreate