Hi,
thank you very much for the cool bundle. Works like a charm with my MySQL backend.
...unfortunately it does not with my installation of sqlite3 (on Ubuntu 15.04) that I use to run unit-tests on.
I always get the following error "SQLSTATE[HY000]: General error: 1 no such function: ASIN".
Googling around I found out the cause could be, that I need to install an extension for sqlite (=> http://www.sqlite.org/contrib/download/extension-functions.c?get=25).
As I didn't manage to install it on my Ubuntu machine, I wanted to ask two things:
- am I on the right track an must install that extension or is it something else?
- do you know of a place/url with (working) instructions to get the extension installed?
Thanx a lot for your help.
Dominik
Hi,
thank you very much for the cool bundle. Works like a charm with my MySQL backend.
...unfortunately it does not with my installation of sqlite3 (on Ubuntu 15.04) that I use to run unit-tests on.
I always get the following error "SQLSTATE[HY000]: General error: 1 no such function: ASIN".
Googling around I found out the cause could be, that I need to install an extension for sqlite (=> http://www.sqlite.org/contrib/download/extension-functions.c?get=25).
As I didn't manage to install it on my Ubuntu machine, I wanted to ask two things:
Thanx a lot for your help.
Dominik