El dv 17 de 08 de 2012 a les 09:47 +0200, en/na Thiago Macieira va
escriure:
> On sexta-feira, 17 de agosto de 2012 08.30.21, Jordi Pujol wrote:
> > Hi all,
> >
> > Recently I've had the need to extend sqlite by adding some math
> > functions. I discovered that, by design and due to security reaso
On sexta-feira, 17 de agosto de 2012 08.30.21, Jordi Pujol wrote:
> Hi all,
>
> Recently I've had the need to extend sqlite by adding some math
> functions. I discovered that, by design and due to security reasons,
> SQLite is compiled in Qt with extensions fully deactivated.
>
> It's a little bit
Hi all,
Recently I've had the need to extend sqlite by adding some math
functions. I discovered that, by design and due to security reasons,
SQLite is compiled in Qt with extensions fully deactivated.
It's a little bit annoying to be forced to recompile the plugin driver
if I want to use a very u