https://bugs.kde.org/show_bug.cgi?id=473322
--- Comment #11 from Jack <ostrof...@users.sourceforge.net> --- Not a problem. It's always hard to tell how much programming experience anyone has, but I figure sql is not a trivial thing to learn, so if you've gotten that far, you can probably figure out more :-) I'll leave it to you to search for how to write functions in Python (or whatever) that you can call in sqlite, but you can also define functions totally within sqlite, which at least can make your code look cleaner. Another option would be to write everything in some other language (Perl, Python, ...) and use it's interface to read the data from sqlite. It really boils down to personal preference. -- You are receiving this mail because: You are the assignee for the bug.