summaryrefslogtreecommitdiff
path: root/libopie2/opiedb/osqlitedriver.cpp
AgeCommit message (Collapse)AuthorFilesLines
2004-10-27Switching to sqlite3eilers1-47/+51
Please read the following page for upgrade your old sqlite V2 database: http://opie.handhelds.org/cgi-bin/moin.cgi/SqlBackends
2004-08-30Fix warnings, add sanity check, new default argument to fix warning...zecke1-6/+6
2004-06-27Argh.. Sorry for making problems !eilers1-3/+3
CVS committed stuff which had merging conflicts... :(
2004-06-27Fixing Bug #1328:eilers1-17/+7
VCards: Real encoding in UTF-8. Now even chars > 0xff are supported. SQL: Switching form latin1 encoding to UTF-8 encoding. We are now fully Unicode compliant ! Sorry for all users already using the SQL interface for loosing their special characters. There was no other way ! All other should export its SQL database to xml before updating and reimporting afterwards !
2004-06-01- convert to odebug frameworkar1-39/+39
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