Message346374
| Author |
gescheit |
| Recipients |
benjamin.peterson, berker.peksag, gescheit, ghaering |
| Date |
2019-06-24.11:16:12 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1561374972.75.0.337957072654.issue37347@roundup.psfhosted.org> |
| In-reply-to |
|
| Content |
At my point of view, dererencing from sqlite destructor has next flaws:
- relying on external library which can has bugs
- using different routine for reference-counting(complicates code)
- loosing support for old sqlite version
Of cause, if it's necessary to use sqlite3_create_function_v2, I'm ready to make appropriate changes. |
|