Move rpmdb home creation from backends to one level higher
[platform/upstream/rpm.git] / lib / backend / sqlite.c
2009-09-21 Panu MatilainenMove rpmdb home creation from backends to one level...
2009-09-21 Panu MatilainenUse db3Free() for on sqlite backend close too
2009-09-21 Panu MatilainenAlways populate dbi->dbi_file on db3New()
2009-09-21 Panu MatilainenMop up leftover root/home foobar
2009-09-21 Panu MatilainenPer-dbi root and home dont make sense, always use rpmdb...
2009-09-16 Panu MatilainenThere's a function to test string equivalence...
2009-09-16 Panu MatilainenOne complicated way to write xstrdup() .. pff
2009-08-31 Panu MatilainenReplace equal/not equal uses of str[n]cmp() with rstreq...
2009-01-19 Panu MatilainenUse temporary table for Depends DB in sqlite too (Olivi...
2009-01-09 Florian FestiRemove unused database intex functions: dbiCdup, dbiAss...
2008-10-14 Panu MatilainenAvoid overflow on memcpy()
2008-10-14 Panu MatilainenNeed to mask the return type from rpmTagGetType() retur...
2008-10-14 Panu MatilainenError out on unknown data types in sqlite backend too
2008-10-09 Panu MatilainenGet db vectors out of exported ABI
2008-06-06 Panu MatilainenFix typo in sqlite backend preventing it from building
2008-06-06 Jindrich NovyTeach sqlite backend 64bit handling
2008-05-21 Panu MatilainenInclude rpmtypes.h first instead of rpmtag.h everywhere
2008-05-12 Panu MatilainenFixup paths and Makefiles for rpmdb/ elimination
2008-05-12 Panu MatilainenStart (re-)joining librpmdb and librpm