summaryrefslogtreecommitdiff
path: root/libopie2/opiedb/osqlitedriver.cpp
AgeCommit message (Collapse)AuthorFilesLines
2004-04-11Fixes for sqlite regex driver. Function must be implemented asbrad1-7/+12
rlike("pattern","match") instead of "where uid rlike("99")" you must use "where rlike("99",uid). My mistake. Also fixes for pointer math for context regex caching.
2004-04-10Some fixes to the namespace using.eilers1-3/+5
the first test implementation of regexp-search for addressbook (disabled)
2004-04-06Fix memleakbrad1-5/+4
2004-04-06Made sqlite regex cache "instance safe". Further work will continue as I ↵brad1-20/+24
figure out how to do it :p)
2004-04-05*Basic* regex caching for massive search speedup (and I mean lots)brad1-14/+21
Yes, it's ugly. Yes, it's simple. Yes it probably breaks several fundamental coding rules. Yes, I'm open to suggestions as to how to do it better and more in the Opie way.
2004-04-05Regex support for sqlite (finally)brad1-0/+30
2004-04-04Opie::XYZ::Private -> Opie::XYZ::Internalzecke1-1/+1
2004-03-13Move XML class to internal PIMzecke1-3/+6
Add namespaces!!! Opie::Core and Opie::Core::Private Opie::Net and Opie::Net::Private Opie::Ui and Opie::Ui::Private Opie::MM and Opie::MM::Private Opie::DB and Opie::DB::Private PIM classes are not yet converted because we will do other work on it as well
2004-03-01fix includeschicken1-1/+0
2003-12-20use odebug classesmickeyl1-8/+61
2003-09-29Fixing umlaut problem.eilers1-6/+16
2003-08-10merge zeckes libsql into libopie2mickeyl1-0/+126