summaryrefslogtreecommitdiff
path: root/script/bookmarks_makedb.pl
diff options
context:
space:
mode:
authordakkar <dakkar@luxion>2005-10-20 13:41:27 +0000
committerdakkar <dakkar@luxion>2005-10-20 13:41:27 +0000
commit4e380e6e3fb55cdb63e2399614184a85e4475e30 (patch)
tree492643ebc1daad16e41cf958d54af53f9f6e1a5c /script/bookmarks_makedb.pl
parentancora non inserisce le icone: se si fa bind_param($pos,$blob_data,DBI::SQL_B... (diff)
downloadBookmarks-4e380e6e3fb55cdb63e2399614184a85e4475e30.tar.gz
Bookmarks-4e380e6e3fb55cdb63e2399614184a85e4475e30.tar.bz2
Bookmarks-4e380e6e3fb55cdb63e2399614184a85e4475e30.zip
ora gestisce le icone, ma devo tenerle in un TEXT, base64, causa bug in DBD::SQLite
Diffstat (limited to 'script/bookmarks_makedb.pl')
-rw-r--r--script/bookmarks_makedb.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/bookmarks_makedb.pl b/script/bookmarks_makedb.pl
index 93027a7..7b3ee1c 100644
--- a/script/bookmarks_makedb.pl
+++ b/script/bookmarks_makedb.pl
@@ -27,7 +27,7 @@ create table links (
url text unique,
title text,
descr text,
- icon blob,
+ icon text,
add_date integer,
last_access_date integer,
access_count integer