{ "id": "63987", "key": "TIMOB-3355", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [], "resolution": { "id": "7", "description": "", "name": "Invalid" }, "resolutiondate": "2017-06-07T21:06:18.000+0000", "created": "2011-04-15T03:43:08.000+0000", "priority": { "name": "Trivial", "id": "5" }, "labels": [ "defect", "ios", "quickstart-customer", "reported-1.6.1" ], "versions": [], "issuelinks": [], "assignee": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-06-07T21:06:18.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "{html}

This is an odd error that sprung up today testing with iOS 4.3\r\nwith an iPad. The exact same SQL statement works in iOS 4.2 - using\r\nthe same Ti SDK for both. Snippet from customer:

\r\n
\r\nDatabase.Queries.Create.Log = \"CREATE TABLE IF NOT EXISTS MDE_SYS_LOG (LOG_DATE TEXT NOT NULL, LOG_TEXT TEXT)\";\r\n\r\n// ...\r\nDatabase.Connection = Ti.Database.open('mmxdb');\r\n\r\n// ...\r\n\r\nDatabase.Connection.execute(Database.Queries.Create.Log);\r\n
\r\n

The app doesn't crash but throws this error: http://pastie.org/1678411

\r\n

I would say that in this particular issue it's not a show\r\nstopper since they are using this statement for logging in a local\r\ndatabase. However if this one sql statement that works in iOS 4.2\r\nworks but does not in iOS 4.3, I worry that this could cause other\r\nissues down the road. We've had no other errors around SQL\r\nstatements so far today in testing.

{html}", "attachment": [], "flagged": false, "summary": "iPad: SQL insert error happens only in iOS 4.3", "creator": { "name": "rblalock", "key": "rblalock", "displayName": "Rick Blalock", "active": false, "timeZone": "America/Havana" }, "subtasks": [], "reporter": { "name": "rblalock", "key": "rblalock", "displayName": "Rick Blalock", "active": false, "timeZone": "America/Havana" }, "environment": null, "comment": { "comments": [ { "id": "421234", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket due to time passed and lack of progress in the past 5 years.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-06-07T21:06:18.000+0000", "updated": "2017-06-07T21:06:18.000+0000" } ], "maxResults": 1, "total": 1, "startAt": 0 } } }