vinaykumar129 / talkmyphone

Automatically exported from code.google.com/p/talkmyphone
0 stars 0 forks source link

When sending SMS #89

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
typed 
sms:Contact Name:my butt

got this error

Error : android.database.sqlite.SQLiteException: no such column: display_name: 
, while compiling: SELECT people._id AS _id, name FROM people LEFT OUTER JOIN 
phones ON people.primary_phone=phones._id LEFT OUTER JOIN presence ON 
(presence.person=people._id) WHERE ((display_name LIKE 'Contact Name%') OR 
(display_name LIKE '% Contact Name%'))

Help?

Original issue reported on code.google.com by BraytonM...@gmail.com on 8 Oct 2010 at 12:49

GoogleCodeExporter commented 8 years ago
Works when i just use the phone number

Original comment by BraytonM...@gmail.com on 8 Oct 2010 at 12:54

GoogleCodeExporter commented 8 years ago
What is your phone version ?
Is it happening for each contact or only this one ?
What's happen on "contact:Contact Name" command ?

Original comment by Florent....@gmail.com on 12 Oct 2010 at 9:02

GoogleCodeExporter commented 8 years ago
1.5 on the motorola cliq
happens on all contacts

on contact:Contact Name i get this

Error : android.database.sqlite.SQLiteException: no such column: display_name: 
, while compiling: SELECT people._id AS _id, name FROM people LEFT OUTER JOIN 
phones ON people.primary_phone=phones._id LEFT OUTER JOIN presence ON 
(presence.person=people._id) WHERE ((display_name LIKE 'Contact Name%') OR 
(display_name LIKE '% Contact Name%'))

Thanks!

Original comment by BraytonM...@gmail.com on 12 Oct 2010 at 9:34