works again after droping table contacts_category:
~/.gpe $ sqlite contacts
SQLite version 2.4.10
Enter ".help" for instructions
sqlite> select * from sqlite_master;
table|contacts|contacts|3|create table contacts (
urn INTEGER NOT NULL,
tag TEXT NOT NULL,
value TEXT NOT NULL
)
table|contacts_urn|contacts_urn|4|create table contacts_urn (
urn INTEGER PRIMARY KEY
)
table|contacts_category|contacts_category|5|create table contacts_category (
id INTEGER PRIMARY KEY,
description TEXT
)
sqlite> select * from contacts_category;
1|test1
sqlite> drop table contacts_category;
sqlite> select * from sqlite_master;
table|contacts|contacts|3|create table contacts (
urn INTEGER NOT NULL,
tag TEXT NOT NULL,
value TEXT NOT NULL
)
table|contacts_urn|contacts_urn|4|create table contacts_urn (
urn INTEGER PRIMARY KEY
)
sqlite>
Now I can add another contact without crash.
Marcus
Don Seiler wrote:
> Also just to confirm that there isn't some arbitrary "3 contact cap", I
> deleted a contact (taking me to 2, if you're scoring at home), then went
> to add one and it crashed.
>
> Added a bug, if others can confirm that would be helpful.
>
> http://europa.armlinux.org/cgi-bin/bugzilla/show_bug.cgi?id=148
>
> Thanks,
> Don.
>
> On Mon, 11 Nov 2002, Don Seiler wrote:
>
>
>>Now that I think about it, I did add those 3 contacts before adding any
>>categories. Now I go into the categories screen, I can't delete anyway.
>>I select one, click on the trash can, and nothing happens.
>>
>>:p
>>
>>Don.
>>
>>On Mon, 11 Nov 2002, Marcus Bauer wrote:
>>
>>
>>>I can reproduce this bug too. From the moment that I add any Categorie
>>>it crashes when I next time try to insert a new contact.
>>>
>>>I'm running fam.0.61.
>>>
>>>Marcus
>>>
>>>
>>>Don Seiler wrote:
>>>
>>>>For some reason I can only create 3 contacts in gpe-contacts.
>>>>
>>>>I had created a user "don". I added 3 contacts, played around with
>>>>layout, and then I couldn't add anymore. When I would tap the "new
>>>>contact" icon, gpe-contacts would crash.
>>>>
>>>>I assumed I has somehow screwed up the layout and so went to the root user
>>>>and was able to add a contact so I was convinced that the user was messed
>>>>up. So I just went over to root and was adding contacts. However when I
>>>>got to three the same thing happens.
>>>>
>>>>Is there a log for gpe-contacts that might tell me what's happening?
>>>>
>>>>Don.
>>>>
>>>>_______________________________________________
>>>>GPE mailing list
>>>>GPE_at_handhelds.org
>>>>http://handhelds.org/mailman/listinfo/gpe
>>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>_______________________________________________
>>GPE mailing list
>>GPE_at_handhelds.org
>>http://handhelds.org/mailman/listinfo/gpe
>>
>>
>>
>>
>
>
> _______________________________________________
> GPE mailing list
> GPE_at_handhelds.org
> http://handhelds.org/mailman/listinfo/gpe
>
Received on Mon Nov 11 2002 - 21:15:28 EST
This archive was generated by hypermail 2.2.0 : Mon Jul 25 2005 - 17:19:02 EDT