Re: [Refdb-users] Cannot add reference.
Status: Beta
Brought to you by:
mhoenicka
|
From: Wei-Wei G. <ww...@gm...> - 2009-04-29 00:25:15
|
Hi Markus,
Sorry I didn't notice I keep on sending my replies to your email instead of
to refdb-users.
Since I don't get your feedback, I'm wandering whether you get it. So I
send it again. If you get duplicated email, sorry for that.
Markus Hoenicka 写道:
> Quoting Wei-Wei Guo <ww...@gm...>:
>
>> 7:pid=3326:Sun Apr 26 16:51:49 2009:SELECT note_id, note_user_id
>> FROM t_note WHERE note_key='wwguo-wwguo'
>
> This appears to be the command which fails, or which causes a failure
> a few lines further down. Could you please run this command in sqlite3
> using one of your test databases after you tried to add references?
>
$ rm studio/science/biblio/wwguodb
$ refdba -C createdb wwguodb
999:1 created:0 failed
$ refdbc -C addref -A ris testrefs.utf8.ris
999:1 added:0 skipped:21 failed
$ sqlite3 studio/science/biblio/wwguodb
SQLite version 3.6.10
sqlite> SELECT note_id, note_user_id FROM t_note WHERE note_key='wwguo-wwguo';
1|1
Best wishes,
Wei-Wei
|