Boris Shevchenko Sat Mar 30 13:38:23 -0400 2013

Subject: How best to add SQLite function?

I mean function, that creates via sqliteCreateFunction() method of PDO instance object.
One way that I have found, it's just adding a sqliteCreateFunction() method call directly into SqliteAdapter adapter class.

Is there any ways to access PDO instance object via static interfaces to extend SQLite functionality?