iOSSQLiteException Catch block not executed

hi,

When I run the program and for example I enter a wrong table name, the program stops at data = DB.SQLSelect(sql) and does not execute the code in the Catch block. Is this a bug?

thanks

Yes, is a known bug.

Subscribe <https://xojo.com/issue/42747>

thank you for the advice.