Message369729
Currently, we use sqlite3_create_function_v2() without wrapping it in any #ifdefs, so in practise the sqlite3 module will not build against sqlite3 pre 3.7.3. Despite this, we still wrap parts of the code in #ifdefs for versions 3.6.x and older. Added patch drops support for sqlite3 pre 3.7.3. | |
| Date | User | Action | Args | | 2020-05-23 16:40:54 | erlendaasland | set | recipients: + erlendaasland | | 2020-05-23 16:40:54 | erlendaasland | set | messageid: <1590252054.91.0.549618457347.issue40744@roundup.psfhosted.org> | | 2020-05-23 16:40:54 | erlendaasland | link | issue40744 messages | | 2020-05-23 16:40:54 | erlendaasland | create | | |