]> err.no Git - sope/commit
added prototypical SQLite3 adaptor
authorhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Sun, 20 Feb 2005 15:46:41 +0000 (15:46 +0000)
committerhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Sun, 20 Feb 2005 15:46:41 +0000 (15:46 +0000)
commitd1ad64904d2a251dec6cc0a07f9b944ad9e38a15
tree8f29a5c964cc79244f9eb4c9b13e1e7f29e9abb3
parent0f7a6e1c50d3d0375cd80a62d8c855741c2e7d19
added prototypical SQLite3 adaptor

git-svn-id: http://svn.opengroupware.org/SOPE/trunk@575 e4a50df8-12e2-0310-a44c-efbce7f8a7e3
32 files changed:
sope-gdl1/SQLite3/COPYING.LIB [new file with mode: 0644]
sope-gdl1/SQLite3/ChangeLog [new file with mode: 0644]
sope-gdl1/SQLite3/EOAttribute+SQLite.h [new file with mode: 0644]
sope-gdl1/SQLite3/EOAttribute+SQLite.m [new file with mode: 0644]
sope-gdl1/SQLite3/GNUmakefile [new file with mode: 0644]
sope-gdl1/SQLite3/GNUmakefile.preamble [new file with mode: 0644]
sope-gdl1/SQLite3/NSCalendarDate+SQLiteVal.m [new file with mode: 0644]
sope-gdl1/SQLite3/NSData+SQLiteVal.m [new file with mode: 0644]
sope-gdl1/SQLite3/NSNumber+SQLiteVal.m [new file with mode: 0644]
sope-gdl1/SQLite3/NSString+SQLite.h [new file with mode: 0644]
sope-gdl1/SQLite3/NSString+SQLite.m [new file with mode: 0644]
sope-gdl1/SQLite3/NSString+SQLiteVal.m [new file with mode: 0644]
sope-gdl1/SQLite3/README [new file with mode: 0644]
sope-gdl1/SQLite3/SQLiteAdaptor.h [new file with mode: 0644]
sope-gdl1/SQLite3/SQLiteAdaptor.m [new file with mode: 0644]
sope-gdl1/SQLite3/SQLiteChannel+Model.h [new file with mode: 0644]
sope-gdl1/SQLite3/SQLiteChannel+Model.m [new file with mode: 0644]
sope-gdl1/SQLite3/SQLiteChannel.h [new file with mode: 0644]
sope-gdl1/SQLite3/SQLiteChannel.m [new file with mode: 0644]
sope-gdl1/SQLite3/SQLiteContext.h [new file with mode: 0644]
sope-gdl1/SQLite3/SQLiteContext.m [new file with mode: 0644]
sope-gdl1/SQLite3/SQLiteException.h [new file with mode: 0644]
sope-gdl1/SQLite3/SQLiteException.m [new file with mode: 0644]
sope-gdl1/SQLite3/SQLiteExpression.h [new file with mode: 0644]
sope-gdl1/SQLite3/SQLiteExpression.m [new file with mode: 0644]
sope-gdl1/SQLite3/SQLiteValues.h [new file with mode: 0644]
sope-gdl1/SQLite3/SQLiteValues.m [new file with mode: 0644]
sope-gdl1/SQLite3/Version [new file with mode: 0644]
sope-gdl1/SQLite3/common.h [new file with mode: 0644]
sope-gdl1/SQLite3/condict.plist [new file with mode: 0644]
sope-gdl1/SQLite3/gdltest.m [new file with mode: 0644]
sope-gdl1/SQLite3/test.eomodel [new file with mode: 0644]