Re: [sqlite] Problem to understand "Persistent Loadable Extensions"

2019-02-12 Thread Ricardo Torquato
on the right way? > Em 12 de fev de 2019, à(s) 10:28, Richard Hipp escreveu: > > On 2/11/19, Ricardo Torquato wrote: >> Hey guys! >> >> According to "Persistent Loadable Extensions” topic on >> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%

[sqlite] Problem to understand "Persistent Loadable Extensions"

2019-02-11 Thread Ricardo Torquato
Hey guys! According to "Persistent Loadable Extensions” topic on https://www.sqlite.org/loadext.html if the initialization procedure returns SQLITE_OK_LOAD_PERMANENTLY (256) the extension should persist on the database file instead of just belong to the current connection. So I’ve downloaded