fork of Klaus dbsource, will be used as cache soon or later
authorDuncan Mac-Vicar P <dmacvicar@suse.de>
Thu, 22 Jun 2006 14:14:22 +0000 (14:14 +0000)
committerDuncan Mac-Vicar P <dmacvicar@suse.de>
Thu, 22 Jun 2006 14:14:22 +0000 (14:14 +0000)
commita91565ac12c48b39d3f2b328bb5906bb9f45a271
tree4294648e7ab717a53bca50c081d1a943525fc8df
parent46ef8496f7dc682fd3865098b3dce4646ff1d779
fork of Klaus dbsource, will be used as cache soon or later
as we redesign the sources.
25 files changed:
configure.ac
zypp/source/Makefile.am
zypp/source/sqlite-source/Makefile.am [new file with mode: 0644]
zypp/source/sqlite-source/SqliteAccess.cc [new file with mode: 0644]
zypp/source/sqlite-source/SqliteAccess.h [new file with mode: 0644]
zypp/source/sqlite-source/SqliteAtomImpl.cc [new file with mode: 0644]
zypp/source/sqlite-source/SqliteAtomImpl.h [new file with mode: 0644]
zypp/source/sqlite-source/SqliteLanguageImpl.cc [new file with mode: 0644]
zypp/source/sqlite-source/SqliteLanguageImpl.h [new file with mode: 0644]
zypp/source/sqlite-source/SqliteMessageImpl.cc [new file with mode: 0644]
zypp/source/sqlite-source/SqliteMessageImpl.h [new file with mode: 0644]
zypp/source/sqlite-source/SqlitePackageImpl.cc [new file with mode: 0644]
zypp/source/sqlite-source/SqlitePackageImpl.h [new file with mode: 0644]
zypp/source/sqlite-source/SqlitePatchImpl.cc [new file with mode: 0644]
zypp/source/sqlite-source/SqlitePatchImpl.h [new file with mode: 0644]
zypp/source/sqlite-source/SqlitePatternImpl.cc [new file with mode: 0644]
zypp/source/sqlite-source/SqlitePatternImpl.h [new file with mode: 0644]
zypp/source/sqlite-source/SqliteProductImpl.cc [new file with mode: 0644]
zypp/source/sqlite-source/SqliteProductImpl.h [new file with mode: 0644]
zypp/source/sqlite-source/SqliteScriptImpl.cc [new file with mode: 0644]
zypp/source/sqlite-source/SqliteScriptImpl.h [new file with mode: 0644]
zypp/source/sqlite-source/SqliteSourceImpl.cc [new file with mode: 0644]
zypp/source/sqlite-source/SqliteSourceImpl.h [new file with mode: 0644]
zypp/source/sqlite-source/SqliteSources.cc [new file with mode: 0644]
zypp/source/sqlite-source/SqliteSources.h [new file with mode: 0644]