[android-developers] Re: SQLiteException thrown during rawQuery()

2010-10-27 Thread DanH
Thew SQLiteException generally contains some very useful text. Might be worthwhile telling us what it was. On Oct 27, 6:40 pm, swgillan swgil...@gmail.com wrote: Hello, I got an SQLiteException when executing a rawQuery() function. I checked the API on this, and noticed that it is not

[android-developers] Re: SQLiteException thrown during rawQuery()

2010-10-27 Thread swgillan
Sorry, perhaps I wasn't clear: It isn't the error that I am worried about, it is more that rawQuery isn't documented as throwing a particular exception. I can read my logcat and see plain as day that I had a syntax error in my function. I am trying to prevent something stupid like putting:

[android-developers] Re: SQLiteException thrown during rawQuery()

2010-10-27 Thread DanH
Oh, I see -- you expect the Android documentation to be accurate! never mind On Oct 27, 7:20 pm, swgillan swgil...@gmail.com wrote: Sorry, perhaps I wasn't clear: It isn't the error that I am worried about, it is more that rawQuery isn't documented as throwing a particular exception. I can