Re: [Development] SQLite "tuning"

2012-08-17 Thread Jordi Pujol
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

Re: [Development] SQLite "tuning"

2012-08-17 Thread Thiago Macieira
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

[Development] SQLite "tuning"

2012-08-16 Thread Jordi Pujol
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